/*!
* Author: Łukasz Holeczek
* Template: FreeME - HTML5 Responsive Bootstrap Theme
* Version: 1.0.0 
* Bootstrap version: 2.1.1
* Copyright 2013 creativeLabs
* www: http://bootstrapmaster.com
* mail: lukasz@bootstrapmaster.com
* You can dowload this theme on WrapBootstrap: http://bootstrapmaster.com
* You can find our other themes on: http://bootstrapmaster.com
*/


/* Import Section
=================================================================== */
@import url("icons.css"); /* Icons. */
@import url("icons-color.css"); /* Icons. */
@import url("social-icons.css"); /* Social Icons */
@import url("hover.css"); /* Hover CSS3 Effect */

.clear
{
    clear: both;
}

html
{
    min-height: 100%;
}

body
{
    /*background: url(../img/bg-repeat.jpg);*/
    /*background-color: #515151;*/ /*original*/

    /* Location of the image */
    /*background-image: url(../img/layout/burnerbackground1.jpg);*/
       
    /* Image is centered vertically and horizontally at all times */
    background-position: center center;
    /* Image doesn't repeat */
    background-repeat: no-repeat;
    /* Makes the image fixed in the viewport so that it doesn't move when the content height is greater than the image height */
    background-attachment: fixed;
    /* This is what makes the background image rescale based on its container's size */
    background-size: cover;
    /* Pick a solid background color that will be displayed while the background image is loading */
    background-color: #464646;
    /* SHORTHAND CSS NOTATION 
   * background: url(background-photo.jpg) center center cover no-repeat fixed; 
   */
    min-height: 100%;
    font-family: 'Droid Sans';
    font-size: 16px;
    color: #666;
}

h1, h2, h3, h4, h5, h6
{
    /*font-family: "Boogaloo" !important;*/
    font-weight: normal;
    color: #666;
}

.title
{
    border-bottom: 3px double #f6f6f6;
    margin-bottom: 10px;
}

    .title h1, .title h2, .title h3, .title h4, .title h5, .title h6
    {
        border-bottom: 5px solid #89c236 !important;
        margin-bottom: -4px !important;
        display: inline-block !important;
        padding: 0px 10px !important;
        margin-left: 15px !important;
        margin-right: 15px !important;
    }

#wrapper
{
    background: #fff;
    -webkit-box-shadow: 0px 0px 12px 1px rgba(0,0,0,.65);
    -moz-box-shadow: 0px 0px 12px 1px rgba(0,0,0,.65);
    box-shadow: 0px 0px 12px 1px rgba(0,0,0,.65);
}

/* #Lists
================================================== */
ul, ol
{
    margin: 0;
}
/*ul { list-style: none outside; }*/
ol
{
    list-style: decimal;
}

ol, ul, ul.square, ul.circle, ul.disc
{
    margin-left: 30px;
}

    ul.square
    {
        list-style: square outside;
    }

    ul.circle
    {
        list-style: circle outside;
    }

    ul.disc
    {
        list-style: disc outside;
    }

    ul ul, ul ol,
    ol ol, ol ul
    {
    }

        ul ul li, ul ol li,
        ol ol li, ol ul li
        {
        }



/* Header
=================================================================== */

header
{
    /*height: 158px;*/
    background: #fff;
    margin-left: 0px;
    margin-top: 20px;
    background: rgb(44,83,158); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJjNTM5ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyYzUzOWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(44,83,158,1) 0%, rgba(44,83,158,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(44,83,158,1)), color-stop(100%,rgba(44,83,158,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(44,83,158,1) 0%,rgba(44,83,158,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(44,83,158,1) 0%,rgba(44,83,158,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(44,83,158,1) 0%,rgba(44,83,158,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(44,83,158,1) 0%,rgba(44,83,158,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c539e', endColorstr='#2c539e',GradientType=0 ); /* IE6-8 */
}






.logo img
{
    margin-top: 15px;
}

#social-links
{
    margin-top: 60px;
    float: right;
}

.navbar {
    background-color: #2F96B4;
    color: #2F96B4;
    background: #36a5c4;
}
/*.navbar-inner {
    background-color: #9ACD32;
    color: #9ACD32;
    background: #89c236;
}*/
.nav {
    background: #2F96B4 !important;
    border: hidden;
}


.navbar-inverse .navbar-inner {
    background-color: #2F96B4;
    background-repeat: repeat-x;
    border-color: #2F96B4;
    background-image: linear-gradient(to bottom, #222222, #111111);
}


.navbar .nav > li > a {
    color: #eee;
    /*font-size: medium;*/
    font-family: 'Droid Sans';
    font-size: 16px;
    font-weight:bold;
}

    .navbar .nav > li > a:focus,
    .navbar .nav > li > a:hover {
        background-color: #36a5c4 !important;
        /*background-color: #666666 !important;*/
        color: #fff;
    }

    .navbar .nav > .active > a:hover,
    .navbar .nav > .active > a:focus
    {
        color: #fff;
        text-decoration: none;
        /*background-color: #89c236 !important;*/
        background-color: #666666 !important;
        /*-webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
     -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);*/
    }
  .navbar .nav > li > a {
  
  padding: 10px 10px 10px;
  
}

.navbar-inverse .btn-navbar {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #36a5c4;
    *background-color: #040404;
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top, #151515, #040404);
    border-left-color: #040404;
    border-right-color: #040404;
    border-top-color: #040404;
    border-bottom-color: #000000;
}

.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
    color: #ffffff;
    background: #36a5c4 !important;
}

.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
    color: #ffffff;
    background: #36a5c4 !important;
}


/* Flexslider
=================================================================== */

/* Browser Resets
=================================================================== */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus
{
    outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav
{
    margin: 0;
    padding: 0;
    list-style: none;
}


/* Necessary Styles
=================================================================== */
.flexslider
{
    margin: 0;
    padding: 0;
}

    /* Hide the slides before the JS is loaded. Avoids image jumping */
    .flexslider .slides > li
    {
        position: relative;
        zoom: 1;
        display: none;
        -webkit-backface-visibility: hidden;
    }

    .flexslider .slides img
    {
        width: 100%;
        display: block;
    }

.flex-pauseplay span
{
    text-transform: capitalize;
}

/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flexslider
{
    position: relative;
    zoom: 1;
    z-index: 50;
}

/* Clearfix for the .slides element */
.slides:after
{
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .slides
{
    display: block;
}

* html .slides
{
    height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child
{
    display: block;
}


/* Default Styles
=================================================================== */
.flexslider
{
    background: #fff;
    zoom: 1;
}

.ie7 .flexslider
{
    margin-bottom: -30px;
}

.flex-viewport
{
    max-height: 2000px;
}

.loading .flex-viewport
{
    max-height: 300px;
}

.flexslider .slides
{
    zoom: 1;
}


/* Direction Nav
=================================================================== */

.flex-direction-nav a
{
    width: 35px;
    height: 35px;
    display: block;
    background-color: #555;
    top: 20px;
    right: 20px;
    float: none;
    position: absolute;
    cursor: pointer;
    text-indent: -9999px;
    background-color: #222;
    background: rgba(0, 0, 0, 0.65);
    *bottom: 50px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.flex-direction-nav .flex-next
{
    background-image: url(../img/slider-control-right.png);
    background-repeat: no-repeat;
    background-position: 52% 50%;
}

.flex-direction-nav .flex-prev
{
    margin-right: 36px;
    background-image: url(../img/slider-control-left.png);
    background-repeat: no-repeat;
    background-position: 48% 50%;
}

    .flex-direction-nav .flex-prev:hover,
    .flex-direction-nav .flex-next:hover
    {
        /*background-color: #72b626;*/
        background-color: #AAA;
        opacity: 1;
    }

.subpage .flex-direction-nav a
{
    bottom: 0px;
    right: 0px;
    *bottom: 30px;
}


/* Control Nav
=================================================================== */
.flex-control-nav
{
    width: 100%;
    position: absolute;
    bottom: -30px;
    text-align: center;
}

    .flex-control-nav li
    {
        margin: 0 3px 0 0;
        display: inline-block;
        zoom: 1;
        *display: inline;
    }

.flex-control-paging li a
{
    width: 14px;
    height: 14px;
    display: block;
    background: #c8c8c8;
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
}

    .flex-control-paging li a:hover,
    .flex-control-paging li a.flex-active
    {
        background: #505050;
    }

    .flex-control-paging li a.flex-active
    {
        cursor: default;
    }


/* Caption
=================================================================== */
.slide-caption
{
    width: auto;
    max-width: 31%;
    padding: 10px 20px 15px 20px;
    margin: 0 0 0px 10px;
    position: absolute;
    display: block;
    left: 20px;
    bottom: 20px;
    background-color: #222;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 5px;
}

    .slide-caption.n
    {
        background-color: #222;
        background: rgba(0, 0, 0, 0.8);
    }

    .slide-caption h3
    {
        color: #fff;
        font-size: 18px;
        margin: 0;
        line-height: 33px;
    }

    .slide-caption p
    {
        margin: 0;
        line-height: 19px;
        color: #bbb;
    }

/* Notice
====================================================================== */

.hero-unit {
    background: #fff url(../img/bg-k10.png);
    border-left: 4px solid #36a5c4;
    padding: 13px 13px 13px 15px;
    font-style: italic;
    margin: 20px auto;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    font-size: 14px !important;
}

/* Icon Boxes
=================================================================== */
.icons-box-container
{
    float: left;
}

.icons-boxes-container
{
    float: left;
}

.icons-box
{
    text-align: center;
    border: 1px solid #fff;
    padding: 20px 10px 10px 10px;
}

    .icons-box:hover
    {
        background: #fcfcfc;
        border: 1px solid #f6f6f6;
    }

    .icons-box h3
    {
        margin: 0 auto;
        padding-top: 10px;
        /*border-bottom: 3px double #f6f6f6;*/
        margin-bottom: 10px;
    }

    .icons-box p
    {
        float: left;
    }

    .icons-box i
    {
        float: left;
        margin: -2px 0 0px 0;
    }

        .icons-box i.circle
        {
            float: none !important;
            margin: 0 auto !important;
        }

        .icons-box i.circle-color
        {
            float: none !important;
            margin: 0 auto !important;
        }

        .icons-box i.circle-color-full
        {
            float: none !important;
            margin: 0 auto !important;
        }

.circle
{
    -webkit-border-radius: 50em;
    -moz-border-radius: 50em;
    border-radius: 50em;
    -webkit-box-shadow: 0px 0px 0px 3px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 0px 3px rgba(0,0,0,1);
    box-shadow: 0px 0px 0px 3px rgba(0,0,0,1);
    margin: 0 auto;
    opacity: .1;
}

.big
{
    border: 20px solid #fff !important;
}

.ico-color
{
    background-image: url("../img/icons/green/glyphicons.png");
    opacity: 1;
}

.mini-color
{
    background-image: url("../img/icons/green/glyphicons-mini.png");
    opacity: 1;
}

.circle-color
{
    background-color: #fff;
    -webkit-border-radius: 50em;
    -moz-border-radius: 50em;
    border-radius: 50em;
    -webkit-box-shadow: 0px 0px 0px 3px #89c236;
    -moz-box-shadow: 0px 0px 0px 3px #89c236;
    box-shadow: 0px 0px 0px 3px #89c236;
    margin: 0 auto;
    opacity: 1;
}

.circle-color-full
{
    background-color: #89c236;
    -webkit-border-radius: 50em;
    -moz-border-radius: 50em;
    border-radius: 50em;
    -webkit-box-shadow: 0px 0px 0px 3px #89c236;
    -moz-box-shadow: 0px 0px 0px 3px #89c236;
    box-shadow: 0px 0px 0px 3px #89c236;
    margin: 0 auto;
    opacity: 1;
}

.big-color
{
    border: 20px solid #89c236 !important;
}



/* Quote Box
=================================================================== */

.quote-box
{
    /*background-color: yellow;*/
    display: block;
    margin-left: 80px;
    margin-right: 60px;
    margin-top: 30px;
    border: solid 1px #cccccc;
    -webkit-box-shadow: 0 0px 8px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0px 8px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0px 8px 1px rgba(0, 0, 0, 0.15);
}

.quote-box-text
{
    font-family: Arial, Helvetica;
    font-style: italic;
    color: #999999;
    font-size: 17px;
    padding-top: 20px;
    padding-bottom: 20px;
}


/* Icon Boxes Vert
=================================================================== */

/*.Center-Container {
  position: relative;
  border: 1px solid purple;
}

.Absolute-Center {
  width: 90%;
  height: 50%;
  overflow: auto;
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
  border: 1px solid yellow;
}*/

.splash-section-textbox
{
    /*border:solid 1px green;*/
    display: inline-block;
    max-width: 260px;
}



.splash-section-icon
{
    float: left;
    /*border:solid 1px red;*/
    margin-right: 20px;
    margin-bottom: 10px;
}

.icons-box-vert-container
{
    padding-left: 50px;
}

.icons-boxes-vert-container
{
    float: left;
}

.icons-box-vert
{
    /*border: 1px solid orange;*/
    /*padding: 40px 10px 10px 10px;*/
    padding: 20px 10px 10px 10px;
    overflow: hidden;
}

/*.icons-box-vert:hover {
	background: #fcfcfc;
	border: 1px solid #f6f6f6;
}*/

.icons-box-vert-info
{
    /*float: right;*/
    margin-top: -6px;
    margin-bottom: 6px;
    /*margin-left: 20px;*/
    /*width: 70%;*/
}

.icons-box-vert h3
{
    float: left;
    margin-top: -10px;
}

.icons-box-vert p
{
    float: left !important;
}

.icons-box-vert i
{
    float: left;
}

    .icons-box-vert i.circle
    {
        float: left !important;
    }

    .icons-box-vert i.circle
    {
        -webkit-border-radius: 50em;
        -moz-border-radius: 50em;
        border-radius: 50em;
        -webkit-box-shadow: 0px 0px 0px 3px rgba(0,0,0,1);
        -moz-box-shadow: 0px 0px 0px 3px rgba(0,0,0,1);
        box-shadow: 0px 0px 0px 3px rgba(0,0,0,1);
        opacity: .1;
    }

.icons-left
{
    float: left;
}

/* About
=================================================================== 
.team-name {
	padding: 15px 0;
	border-bottom: 1px solid #e9e9e9;
	margin-bottom: 15px;
	font-family: "Boogaloo";
	font-size: 18px;
	text-align: center;

}

.team-name span {
	font-size: 12px;
	font-weight: normal;
	color: #888;
}

.team-about p {
	padding: 0 0 15px 0;
	border-bottom: 1px solid #e9e9e9;
	margin-bottom: 15px;
}

/* Testimonial's Carousel
=================================================================== 
.testimonial-container {
	position: relative;
}

.testimonials {
	background: #fff;
	border: 1px solid #f6f6f6;
	padding: 20px;
	line-height: 21px;
	-webkit-box-shadow:  0px 1px 1px 0px rgba(180, 180, 180, 0.1);
	box-shadow:  0px 1px 1px 0px rgba(180, 180, 180, 0.1);
}

.testimonials-bg {
	margin-top: -1px;
	display: block;
	width: 200px;
	height: 30px;
}	

.testimonials-author {
	color: #666;
	float: right;
	display: block;
	margin-top: -23px;
	margin-bottom: 20px;
}

.testimonials-author span {
	color:#a0a0a0
}

/* Carousel */
.carousel-disabled,
.mr-rotato-disabled,
.mr-rotato-next,
.mr-rotato-prev
{
    border: 1px solid #f6f6f6;
    display: inline-block;
    margin-right: 1px;
    height: 21px;
    width: 21px;
    -webkit-box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.1);
    box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.1);
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    display: block;
    position: absolute;
    margin-top: -40px;
}

.mr-rotato-next
{
    background: url(../img/testimonials-right-01.png) no-repeat 50%;
    background-color: #fff;
    right: -1px;
    z-index: 6;
}

.mr-rotato-prev
{
    background: url(../img/testimonials-left-01.png) no-repeat 50%;
    background-color: #fff;
    right: 25px;
    -webkit-box-shadow: 3px 0px 0px 0px #fff;
    box-shadow: 3px 0px 0px 0px #fff;
    z-index: 5;
}

.mr-rotato-next:hover
{
    background: url(../img/testimonials-right-02.png) no-repeat 50%;
}

.mr-rotato-prev:hover
{
    background: url(../img/testimonials-left-02.png) no-repeat 50%;
}

.mr-rotato-prev:hover,
.mr-rotato-next:hover
{
    background-color: #72b626;
    border-color: #72b626;
}


/* Tabs
=================================================================== */
.tabs-nav
{
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

    .tabs-nav li
    {
        float: left;
        line-height: 34px;
        overflow: hidden;
        padding: 0;
        position: relative;
        margin: 0 0 -1px 0;
    }


        .tabs-nav li a
        {
            background-color: #fcfcfc;
            border: 1px solid #f6f6f6;
            border-right: none;
            border-bottom: 1px solid #f6f6f6;
            color: #888;
            display: block;
            letter-spacing: 0;
            outline: none;
            padding: 0 16px;
            text-decoration: none;
        }

.ie7 .tabs-nav li a
{
    height: 35px;
}

.tabs-nav li:first-child a
{
    border-left: 1px solid #f6f6f6;
}

.tabs-nav li:last-child a
{
    border-right: 1px solid #f6f6f6;
}

.tabs-nav li.active a
{
    color: #444;
    font-weight: bold;
}

    .tabs-nav li.active a i
    {
        opacity: 1;
        filter: alpha(opacity=100);
    }

.tabs-nav li i
{
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.tabs-nav li a:hover
{
    background: #fff;
}

.tabs-nav li.active a
{
    background: #fff;
    border-bottom: 2px solid #fff;
}

.tabs-container
{
    border: 1px solid #f6f6f6;
    margin: -1px 0 20px;
    overflow: hidden;
    width: 100%;
    line-height: 19px;
    -webkit-box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.1);
    box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.1);
}

.tab-content
{
    padding: 20px;
}


/* Progress Bar
=================================================================== */
.progress-bar h5
{
    margin-bottom: 6px;
}

.progress-bar li
{
    margin-bottom: 12px;
    list-style: none;
}

.meter
{
    height: 23px;
    position: relative;
    background: #fcfcfc;
}

    .meter > span
    {
        display: block;
        height: 100%;
        position: relative;
        overflow: hidden;
    }

        .meter > span:after, .animate > span > span
        {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            overflow: hidden;
        }

        .meter > span:after,
        .animate > span > spans li.current
        {
            background: #89c236;
        }

/* Dropcaps
=================================================================== */
.dropcap
{
    background: #fcfcfc;
    color: #666;
    display: inline-block;
    float: left;
    font-size: 23px;
    font-weight: 600;
    height: 36px;
    line-height: 36px;
    margin: 0 7px 0 0;
    text-align: center;
    width: 36px;
    border: 1px solid #f6f6f6;
}

    .dropcap.dark
    {
        background: #3a3a3a;
        color: #fff;
    }

    .dropcap.color
    {
        background: #89c236;
        color: #fff;
    }


/* Clients List
=================================================================== */

.clients-carousel
{
    border: 1px solid #f6f6f6;
}

    .clients-carousel li
    {
        float: left;
        width: 120px;
        padding: 0px 20px;
        overflow: hidden;
        border-right: 1px solid #f6f6f6;
        margin-left: 1px;
    }

    .clients-carousel ul.clients
    {
        background: #fcfcfc;
    }

    .clients-carousel li img
    {
        float: none !important;
        margin: 0 auto !important;
        /*filter: url(filters.svg#grayscale); /* Firefox 3.5+ */
        filter: gray; /* IE6-9 */
        -webkit-filter: grayscale(1); /* Google Chrome & Safari 6+ */
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    .clients-carousel li:hover
    {
        background: #fafafa;
    }

    .clients-carousel li img:hover
    {
        filter: none;
        -webkit-filter: grayscale(0);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

/* Pricing Tables
=================================================================== */
.five-tables .pricing-table
{
    width: 187px;
}

.four-tables .pricing-table
{
    width: 234px;
}

.three-tables .pricing-table
{
    width: 312px;
}

.two-tables .pricing-table
{
    width: 469px;
}

.pricing-table
{
    float: left;
    margin: 1px 0 0 1px;
}

    .pricing-table h3
    {
        font-size: 16px;
        text-align: center;
        color: #fff;
        padding: 6px 0;
        margin: 0;
    }

    .pricing-table li
    {
        color: #888;
        background: #fff;
        text-align: center;
        padding: 11px 0;
        border-bottom: 1px solid #fff;
    }

        .pricing-table li:nth-child(2n)
        {
            background: #f6f6f6;
        }

    .pricing-table h4
    {
        padding: 0 0 10px;
    }

a.buy
{
    text-align: center;
    display: block;
    color: #fff;
    padding: 12px 0;
    font-weight: bold;
    font-size: 14px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

    a.buy:hover
    {
        opacity: 0.9;
        filter: alpha(opacity=90);
    }

/* Table
=================================================================== */
.pricing-table h3,
.pricing-table h4
{
    color: #fff;
    margin: 0;
}

.pricing-table h4
{
    padding: 15px 0;
}

.price,
.time
{
    display: block;
    text-align: center;
    line-height: 24px;
}

.price
{
    font-size: 24px;
    font-weight: normal;
}

.time
{
    font-size: 12px;
    font-weight: normal;
}

/* Color Schemes
=================================================================== */

/* Color - 1 */
.pricing-table .color-cccddd h3, .color-cccddd .buy
{
    background-color: #ccc;
}

.pricing-table .color-cccddd h4
{
    background-color: #ddd;
}

/* Color - 2 */
.pricing-table .color-666777 h3, .color-666777 .buy
{
    background-color: #666;
}

.pricing-table .color-666777 h4
{
    background-color: #777;
}

/* Color - 3 */
.pricing-table .color-custom h3, .color-custom .buy
{
    background-color: #111;
    padding: 15px 0;
}

.pricing-table .color-custom h4
{
    background-color: #222;
    padding: 35px 0;
}

.color-custom
{
    margin-top: -57px;
    -webkit-box-shadow: 0px 2px 5px rgba(0,0,0,.5);
    box-shadow: 0px 2px 5px rgba(0,0,0,.5);
}

.pricing-table
{
    position: relative !important;
    z-index: 5 !important;
    margin: 60px 0px;
}

    .pricing-table.best-option
    {
        position: relative !important;
        z-index: 6 !important;
    }

    .pricing-table .color-custom h3, .color-custom .buy
    {
        background-color: #80a859;
    }

    .pricing-table .color-custom h4
    {
        background-color: #89c236;
    }


/* Google Map
=================================================================== */
#google-map
{
    position: relative;
    padding: 0px;
    padding-bottom: 110%;
    height: 0;
    overflow: hidden;
}

/* Footer
====================================================================== */
#footer-menu
{
    height: 200px;
    background: #3b3b3b;
    border-top: 4px solid #f6f6f6;
    /*border-bottom: 2px solid #4d4d4d;*/
    margin-top: 40px;
    padding: 20px 30px 0 20px;
}

#footer-menu-logo img
{
    margin-top: 16px;
}

#footer-menu-links
{
    display: block;
    float: left;
    max-height: 52px;
    margin: 6px 0 6px 0;
}

.footer-text {
    text-shadow: 0px 0px 0px #eee;
    color: #eee;
    /*font-size: medium;*/
    font-family: 'Droid Sans';
    font-size: 16px;
    }

#footer-menu-links ul,
#footer-menu-links li
{
    list-style: disc;
    color: #999999;
    padding: 0;
    margin: 0;
}

    #footer-menu-links li:first-child
    {
        list-style: none;
    }


    #footer-menu-links ul li
    {
        float: left;
        position: relative;
        z-index: 100;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

        #footer-menu-links ul li a
        {
            display: inline-block;
            color: #999999;
            text-decoration: none;
            font-size: 12px;
            font-family: 'Droid Sans';
            /*text-transform: lowercase;*/
            padding: 10px 15px 10px 0px;
            margin: 0px 10px 0px 0px;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

        #footer-menu-links ul li:first-child a
        {
        }

        #footer-menu-links ul li a:hover
        {
            color: #fff;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

#footer-menu-back-to-top
{
    margin: 10px;
    z-index: 999;
}

    #footer-menu-back-to-top a
    {
        width: 30px;
        height: 30px;
        display: block;
        background-color: #999999;
        background-image: url(../img/scroll-top-top.png);
        background-repeat: no-repeat;
        background-position: 50%;
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        -ms-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
    }

        #footer-menu-back-to-top a:hover
        {
            background-color: #aaa;
        }

#footer
{
    background: #444444;
    color: #757575 !important;
    padding: 40px 0px;
    z-index: 1;
    position: relative;
    opacity: 1;
}

    #footer,
    #footer p,
    #footer a
    {
        color: #757575 !important;
    }

        #footer a:hover
        {
            color: #fff;
        }

.no-margin
{
    margin-top: 0;
}

#footer h3
{
    padding: 2px 0px !important;
    margin-bottom: 10px;
    color: #999999;
    border-bottom: 3px double #999999;
}

/* Newsletter Form
====================================================================== */

form#newsletter
{
    color: #999999;
    margin-left: 10px;
}

    form#newsletter p
    {
        margin: 0px 0px -10px 0px;
    }

    form#newsletter label
    {
        font-size: 16px;
        width: 20px;
        display: block;
        position: relative;
        left: 8px;
        top: 33px;
        z-index: 2;
    }

    form#newsletter input[type=text]
    {
        background: #3b3b3b;
        width: 75%;
        float: left;
        border: 1px solid #3b3b3b;
        position: relative;
        z-index: 1;
        padding: 7px 0px 8px 34px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        -webkit-border-top-left-radius: 3px;
        -moz-border-radius-topleft: 3px;
        border-top-left-radius: 3px;
        -webkit-border-bottom-left-radius: 3px;
        -moz-border-radius-bottomleft: 3px;
        border-bottom-left-radius: 3px;
    }

    form#newsletter input[type=submit]
    {
        background: #5b5b5b;
        color: #999999;
        width: 25%;
        float: left;
        border: 1px solid #5b5b5b;
        position: relative;
        z-index: 2;
        font-size: 14px;
        padding: 7px 0px 8px 0px;
        margin-top: 0px;
        margin-left: -42px;
        -webkit-border-top-right-radius: 3px;
        -moz-border-radius-topright: 3px;
        border-top-right-radius: 3px;
        -webkit-border-bottom-right-radius: 3px;
        -moz-border-radius-bottomright: 3px;
        border-bottom-right-radius: 3px;
    }

/* Copyright
====================================================================== */

#copyright
{
    padding: 20px 0px;
}

    #copyright p
    {
        margin: 0 auto;
        width: 380px;
        text-align: center;
        color: #666;
    }

/* Photo Stream
=================================================================== */
.flickr-widget
{
    margin-right: -12px;
    margin-top: 15px;
}

    .flickr-widget img
    {
        display: block;
        width: 100%;
    }

    .flickr-widget a:hover
    {
        border-color: #505050;
    }

    .flickr-widget a
    {
        float: left;
        width: 52px;
        height: 52px;
        margin-left: 0px;
        margin-right: 11px;
        margin-bottom: 12px;
        background: #fcfcfc;
        border: 1px solid #f6f6f6;
        padding: 4px;
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        -ms-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
    }

.ie7 .flickr-widget a
{
    width: 54px;
    height: 54px;
}






/* Added by Mike 3/2014*/

header
{
}

.content-container-margins
{
    margin: 0 40px 0 40px;
}

.navbar
{
    margin-bottom: 0px;
}

.container
{
    width: inherit;
}

.center-block
{
    float: none !important;
}

.centered
{
    float: none !important;
    margin: 0 auto;
}

.icons-box-fontawesome
{
    float: none !important;
    margin: 0px auto !important;
}

.icons-box
{
    /*text-align:left;*/
}

.icons-box-p
{
    text-align: left;
}

.news-table
{
    padding-right: 40px;
    padding-bottom: 20px;
    padding-top: 10px;
}


/* YOUTUBE VIDEO RESPONSIVE */
.flex-video
{
    position: relative;
    padding-top: 25px;
    padding-bottom: 67.5%;
    height: 0;
    margin-bottom: 16px;
    overflow: hidden;
}

    .flex-video.widescreen
    {
        padding-bottom: 57.25%;
    }

    .flex-video.vimeo
    {
        padding-top: 0;
    }

    .flex-video iframe,
    .flex-video object,
    .flex-video embed
    {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px)
{
    .flex-video
    {
        padding-top: 0;
    }
}

.video-container
{
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

    .video-container iframe,
    .video-container object,
    .video-container embed
    {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }




/* Added by BRANNON 2014*/

.welcome-msg
{
    padding-left: 30px;
}

.team-name
{
    font-size: 10px;
    /*font-size: 11px;*/
    line-height: 12px;
    padding-top: 5px;
}

.view-team .mask
{
    background-color: #515151;
    transition: all 0.5s linear 0s;
}

.view-team h2
{
    /*border-bottom: 1px solid rgba(0, 0, 0, 0.3);*/
    border-bottom: 0px solid rgba(0, 0, 0, 0.3);
    background: none repeat scroll 0% 0% transparent;
    /*margin: 5px 40px 0px;*/
    margin: 0px 0px 0px 0px;
    transform: scale(0);
    color: #333;
    transition: all 0.5s linear 0s;
    opacity: 0;
}

.view-team p
{
    color: #333;
    opacity: 0;
    transform: scale(0);
    transition: all 0.5s linear 0s;
}

.avatar p
{
    font-family: Georgia,serif;
    font-style: italic;
    font-size: 12px;
    position: relative;
    color: #FFF;
    /*padding: 10px 20px 20px;*/
    padding: 0px 20px 20px;
    text-align: center;
}

.view a.info
{
    font-family: "Boogaloo" !important;
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    background: #99cc66;
    color: #fff;
    text-transform: uppercase;
    -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,.25);
    -moz-box-shadow: 0px 1px 1px rgba(0,0,0,.25);
    box-shadow: 0px 1px 1px rgba(0,0,0,.25);
    bottom: 20px;
    position: relative;
}

div.sprite
{
    /*width: 20%;*/
    width: 100%;
    height: 0;
    /*height:100%;*/
    /*padding-bottom: 20%;*/
    padding-bottom: 125%;
    /*background-image: url("../img/layout/brunsonbio.png");*/
    background-position: 0 0;
    /*background-size: 200%;*/
    background-size: 204%;
    display: block;
}

    div.sprite:hover
    {
        background-position: 100% 0; /* Use ONLY percents here */
    }

.brunsonbio
{
    display: block;
    /*width: 226px;
    height: 283px;*/
    height: 258px;
    width: 206px;
    /*background: url('../img/layout/brunsonbio.png') right;*/
    text-indent: -99999px;
}

    .brunsonbio:hover
    {
        background-position: 0 0;
    }

.leftfloat
{
    float: left;
}

.table th, .table td
{
       border-top: none;
    /*border-bottom: 1px solid #ddd;*/
    
}

.navbar, .navbar-inner, .nav {
    background: #2F96B4 none repeat scroll 0% 0% !important;
}


.tabletitle
{
    width: 25%;
    font-weight:bold;
}

/* Higher than 960 (desktop devices)
====================================================================== */
@media only screen and (min-width: 960px)
{
    .header-sm
    {
        display: none;
    }

    #wrapper
    {
        max-width: 1000px;
        margin: 0px auto;
    }

    /*#footer-menu {
		padding-left: 30px;
		padding-right: 30px;
		margin-left: -30px;
		margin-right: -30px;
	}*/

    /*#footer {
		padding-left: 30px;
		padding-right: 30px;
		margin-left: -30px;
		margin-right: -30px;
	}*/

    .flexslider.home
    {
        min-height: 300px;
    }


    /*.icons-box-vert {
	border: 1px solid orange;
	padding: 40px 10px 20px 50px;
    width:350px;
    margin: 0 0 0 60px;*/

}

/* Tablet Portrait (devices and browsers)
====================================================================== */
@media only screen and (min-width: 768px) and (max-width: 959px)
{
    .header-sm
    {
        display: none;
    }

    .splash-section-textbox
    {
        /*border:solid 1px green;*/
        display: inline-block;
        max-width: 300px;
    }

    #social-links
    {
        margin-top: 60px;
        float: right;
    }

    .span6-custom
    {
        /*background-color:orange;*/
        width: 325px;
    }
}

/* All Mobile Sizes (devices and browser)
====================================================================== */
@media only screen and (max-width: 767px)
{
    .header-sm
    {
        display: none;
    }

    .splash-section-textbox
    {
        /*border:solid 1px pink;*/
        display: inline-block;
        max-width: 400px;
    }

    #social-links
    {
        margin-top: 0px;
        float: left;
    }

    /*.span6-custom {
        background-color:yellow;
    }*/

}



/* Mobile Landscape Size to Tablet Portrait (devices and browsers)
====================================================================== */
@media only screen and (min-width: 480px) and (max-width: 767px)
{
    .header-sm
    {
        display: none;
    }

    body
    {
        padding-right: 0px;
        padding-left: 0px;
    }

    #social-links
    {
        margin-top: 5px;
        float: right;
    }

    .navbar .btn-navbar {
        float: left;
        background-color: #36a5c4;
        color: #36a5c4;
    }

    .quote-box
    {
        display: none;
    }

    .slide-caption
    {
        max-width: 47%;
    }
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers)
=================================================================== */
@media only screen and (max-width: 479px)
{
    .header-lrg
    {
        display: none;
    }

    .header-sm
    {
        display: inline;
    }

    /*.icons-box-vert {
	border: 1px solid orange;
	padding: 40px 10px 20px 30px;
    }*/

    .icons-box-vert-container
    {
        padding-left: 10px;
    }

    body
    {
        padding-right: 0px;
        padding-left: 0px;
    }

    #social-links
    {
        margin-top: -20px;
        float: right;
    }

    .navbar .btn-navbar {
        float: left;
        background-color: #36a5c4;
        color: #36a5c4;
    }

    .quote-box
    {
        display: none;
    }

    .flexslider
    {
        display: none;
    }

    .content-container-margins
    {
        margin: 0 20px 0 20px;
    }
}

.AccordionHeader {
    background-color: #F3F4F6;
    /*height: 10px;*/
    /*color: #59584A;*/
    padding-bottom: 1%;
    padding-left: 1%;
    padding-top: 1%;
    /*border: 1px solid #fff;*/
    width: 98%;
    overflow: hidden;
    border: solid;
}
.AccordionSelectedHeader
{
    background-color: #F3F4F6;
    height: 10px;
    color: #59584A;
    padding-bottom: 1%;
    padding-left: 1%;
    padding-top: 1%;
    width: 99%;
    text-decoration: underline;
    /*border: solid;*/
  
  
}
.AccordionContet
{
    overflow: hidden;
    /*height: 100%;*/  
    width: 100%; 
}
.CheckBoxList
{
    background-color: #F3F4F6;
    display: block;
    float: left;
    width: 100%;
    color: #666;
    /*padding: 1%;*/
    height: 100%;   
    overflow: hidden; 
}
label
{
    display: inline;
    font-size: 13px;    
}
.Panel
{
    width: 98%;
    background-color: #F3F4F6;
    padding: 1%;
}
.LoggedInInfoPanel {
    width: 98%;
    background-color: #F3F4F6;
    padding: 1%;
    border: solid;
    border-width: 1px,1px,1px,1px;
    border-color: black;
}
.LoginPanel
{
    margin:auto;
    width: 50%;
    background-color: #F3F4F6;
    padding: 1%;
    /*border: 1px solid grey;*/
    text-align:center;
    
}

checkbox
{
    width: 25px;
    height: 25px;
    border-color: red;
    border-width: 2px;
   
}

.modalBackground {
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.modalPopup {
    background-color: #FFFFFF;
    width: 500px;
    border: 3px solid #0DA9D0;
    padding: 0;
}

    .modalPopup .header {
        background-color: #2FBDF1;
        height: 30px;
        color: White;
        line-height: 30px;
        text-align: center;
        font-weight: bold;
    }

    .modalPopup .body {
        min-height: 50px;
        padding: 5px;
        line-height: 30px;
        text-align: center;
        font-weight: bold;
    }





      
