/*
 * Author: Carlos Alvarez
 * URL: http://alvarez.is
 *
 * Project Name: STANLEY - Free Bootstrap 3 Theme
 * Version: 1.0
 * URL: http://blacktie.co
 */

/*@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);*/
/*@import url(montserrat.css);*/

body {
  	background-color: #002020;
  	font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #ffffff;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

/* Titles */
h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #ffffff;
}

h1 {
	font-size: 35px;
	margin-top: 30px;
	margin-bottom: 30px;
}



/* Paragraph & Typographic */
p {
    line-height: 28px;
    margin-bottom: 25px;
    font-size: 16px;
}

.centered {
    text-align: center;
}

/* Links */
a {
    color: #1abc9c;
    word-wrap: break-word;

    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    color: #FFFF00;
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
input {
  background-color: #007760;
}
text{
    color: #ffffff;
}

.navbar {
	text-transform: uppercase;
  width: 100%;
	margin-bottom: 0px;
}

.navbar-inverse {
  width: auto;
	padding-bottom: 70px;
	padding-top: 70px;
}

.navbar-inverse {
  width: auto;
	background-color: #001010;
	border-color: #16a085;
}



.navbar-inverse .navbar-nav > li > a {
  width: auto;
	color: white;
}


/*medium*/
.navbar-inverse-medium .navbar-nav > li >a {
  width: auto;
	color: orange;
}

.navbar-inverse-medium {
  width: auto;
	background-color: #101000;
	border-color: #ffff16;
}

.navbar-brand-med {
  width: auto;
  color: orange;
	font-weight: 700;
	font-size: 20px;
	letter-spacing: 2px;
}
/*medium*/

/*hard*/
.navbar-inverse-hard .navbar-nav > li >a {
  width: auto;
	color: red;
}

.navbar-inverse-hard {
  width: auto;
	background-color: #100000;
	border-color: #ff1616;
}

.navbar-brand-hard {
  width: auto;
  color: red;
	font-weight: 700;
	font-size: 20px;
	letter-spacing: 2px;
}
/*hard*/

/*insane*/
.navbar-inverse-ins .navbar-nav > li >a {
  width: auto;
	color: grey;
}

.navbar-inverse-ins {
  width: auto;
	background-color: #050010;
	border-color: #ffffff;
}

.navbar-brand-ins {
  width: auto;
  color: rgb(255, 255, 255);
	font-weight: 700;
	font-size: 20px;
	letter-spacing: 2px;
}
/*insane*/

/* cisco */
.navbar-inverse-cis .navbar-nav > li >a {
  width: auto;
	color: #5db6e9;
}

.navbar-inverse-cis {
  width: auto;
	background-color: #000010;
	border-color: #5db6e9;
}

.navbar-brand-cis {
  width: auto;
  color: #5db6e9;
	font-weight: 700;
	font-size: 20px;
	letter-spacing: 2px;
}
/* cisco */



.navbar-inverse .navbar-nav > li > a:hover {
  width: auto;
	color: #000000;
}

.navbar-brand {
  width: auto;
	font-weight: 700;
	font-size: 20px;
	letter-spacing: 2px;
}


.navbar-inverse .navbar-brand {
  width: auto;
	color: white;
}

.navbar-inverse .navbar-toggle {
  width: auto;
	border-color: transparent;
}

.progress-bar-theme {
  background-color: #1abc9c;
}


/* Helpers */

.mt {
	margin-top: 40px;
	margin-bottom: 40px;
}

.pt {
	padding-top: 50px;
	padding-bottom: 50px;
}


/* +++++ WRAP SECTIONS +++++ */

#ww {
	padding-top: 70px;
	padding-bottom: 70px;
	background-color: #003030;
}


#footer {
	background-color: #001010;
	padding-top: 50px;
	padding-bottom: 50px;
}

#footer p {
	color: white;
}

#footer h4 {
	color: white;
	text-transform: uppercase;
	padding-bottom: 20px;
}


/* +++++ Color Wraps / Blog Page +++++ */

#grey3 {
  width: 100%;
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #003030;
}
#grey2 {
  width: 100%;
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #004040;
}
#grey1 {
  width: 100%;
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #003030;
}

#black {
  width: 100%;
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #002020;
}
#black1 {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #001515;
}

.imgRz{
  width:100%;
  height:auto;
}

#m3 {
  width: 100%;
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #202006;
}
#m2 {
  width: 100%;
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #303010;
}
#m1 {
  width: 100%;
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #202006;
}

#m0 {
  width: 100%;
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #151504;
}
#mb {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #101003;
}

#mb p > a{
  color: orange;
}


#hard3 {
  width: 100%;
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #200606;
}
#hard2 {
  width: 100%;
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #301010;
}
#hard1 {
  width: 100%;
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #200606;
}

#hard0 {
  width: 100%;
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #150404;
}
#hardb {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #100303;
}

#hardb p > a{
  color: red;
}

#ins3 {
  width: 100%;
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #3b3b3b;
}
#ins2 {
  width: 100%;
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #5f5f5f;
}
#ins1 {
  width: 100%;
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #3f3f3f;
}

#ins0 {
  width: 100%;
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #2b2b2b;
}
#insb {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #1b1b1b;
}

#insb p > a{
  color: rgb(90, 90, 90);
}

#cis3 {
  width: 100%;
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #176ea0;
}
#cis2 {
  width: 100%;
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #0f5279;
}
#cis1 {
  width: 100%;
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #0c3d5a;
}

#cis0 {
  width: 100%;
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #04151f;
}
#cisb {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000814;
}

#cisb p > a{
  color: #5db6e9;
}
#cis3 a{
  color:#00FFFF;
}
#cis2 a{
  color:#00FFFF;
}
#cis1 a{
  color:#00FFFF;
}
#cisb a{
  color:#00FFFF;
}
@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  .navbar {
    width: 100%;
  }

  .navbar-inverse {
    width: 100%;
  }

  .navbar-inverse {
    width: 100%;
  }

  .navbar-inverse .navbar-nav > li > a {
    width: 100%;
  }

  .navbar-inverse .navbar-nav > li > a:hover {
    width: 100%;
  }

  .navbar-brand {
    width: auto;
  }

  .navbar-inverse .navbar-brand {
    width: auto;
  }

  .navbar-inverse .navbar-toggle {
    width: auto;
  }

  #grey3 {
    width: 100%;
  }
  #grey2 {
    width: 100%;
  }
  #grey1 {
    width: 100%;
  }
  #black {
    width: 100%;
  }
}


/* Blog Date*/
bd {
	font-size: 12px;
	text-transform: uppercase;
	color: #d2d2d2;
	font-weight: 700;
}

/* Blog Author*/
ba {
	font-size: 12px;
	text-transform: uppercase;
}

/* Blog Quote */
.bq {
	font-size: 22px;
	padding-top: 30px;
}

/* Blog Tags */
bt {
	font-size: 12px;
}

/* ================== PORTFOLIO IMAGES HOVER EFFECT ================== */
/* Effects also are controled by hover.zoom.js */
.zoom {
    display:block;
    position:relative;
    overflow:hidden;
    background:transparent url(../img/loader.gif) no-repeat center;
}


    .zoomOverlay {
        position:absolute;
        top:0; left:0;
        bottom:0; right:0;
        display:none;
        background-image:url(../img/zoom.png);
        background-repeat:no-repeat;
        background-position:center;
    }

.zoom2 {
	opacity: 1;
}

.zoom2:hover {
	opacity: 0.5;
}

/* glyphicon Configuration */

.glyphicon {
	font-size: 40px;
	color: #1abc9c;
}

.prettyprint {
  color: #00ff99;
  background-color: #000921;
}



.prettyprint .pln {
  color: inherit;
}

.prettyprint .str,
.prettyprint .lit,
.prettyprint .atv {
  color: #00ff88;
}

.prettyprint .kwd {
  color: #00FF77;
}

.prettyprint .com,
.prettyprint .dec {
  color: #00AAFF;
  font-style: italic;
}

.prettyprint .typ {
  color: #FFFF00;
}

.prettyprint .pun {
  color: inherit;
}

.prettyprint .opn {
  color: inherit;
}

.prettyprint .clo {
  color: inherit;
}

.prettyprint .tag {
  color: #00F7FF;
  font-weight: bold;
}

.prettyprint .atn {
  color: inherit;
}

.resizz{
  width: auto;
  max-width: 300px
}


#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #008870;

    -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */

    z-index: 1001;
}

    #loader:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #00FFA0;

        -webkit-animation: spin 9s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
        animation: spin 9s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */


    }

    #loader:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #00AA80;

        -webkit-animation: spin 6s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
          animation: spin 6s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */


    }

    @-webkit-keyframes spin {
        0%   {
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }
    @keyframes spin {
        0%   {
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }

    #loader-wrapper .loader-section {
        position: fixed;
        top: 0;
        width: 51%;
        height: 100%;
        background: #001010;
        z-index: 1000;
        -webkit-transform: translateX(0);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: translateX(0);  /* IE 9 */
        transform: translateX(0);  /* Firefox 16+, IE 10+, Opera */
    }

    #loader-wrapper .loader-section.section-left {
        left: 0;
    }

    #loader-wrapper .loader-section.section-right {
        right: 0;
    }

    /* Loaded */
    .loaded #loader-wrapper .loader-section.section-left {
        -webkit-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateX(-100%);  /* IE 9 */
                transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */

        -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
                transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    }

    .loaded #loader-wrapper .loader-section.section-right {
        -webkit-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateX(100%);  /* IE 9 */
                transform: translateX(100%);  /* Firefox 16+, IE 10+, Opera */

-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
        transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    }

    .loaded #loader {
        opacity: 0;
        -webkit-transition: all 0.9s ease-out;
                transition: all 0.9s ease-out;
    }
    .loaded #loader-wrapper {
        visibility: hidden;

        -webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateY(-100%);  /* IE 9 */
                transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */

        -webkit-transition: all 0.3s 2s ease-out;
                transition: all 0.3s 2s ease-out;
    }

    /* JavaScript Turned Off */
    .no-js #loader-wrapper {
        display: none;
    }

    #content {
        margin: 0 auto;
        padding-bottom: 50px;
        width: 80%;
        max-width: 978px;
    }

    .boulemagique{
     position: absolute;
      top: calc(50% - 150px);
      left: calc(50% - 150px);
      width: 300px;
      height: 300px;
      border-radius: 50%;
      box-shadow:
        inset 0 0 50px #fff,
        inset 20px 0 80px #f0f,
        inset -20px 0 80px #0ff,
        inset 20px 0 300px #f0f,
        inset -20px 0 300px #0ff,
        0 0 50px #fff,
        -10px 0 80px #f0f,
        10px 0 80px #0ff;
    }





/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: auto;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
