/*-----------------------------------------------------------------------------------*/
/*  Contain Floats
/*-----------------------------------------------------------------------------------*/
.clearfix,
.centered,
.small-width,
blockquote,
.wrap,
hr,
.searchform,
.comment,
.comment-list,
.comment-list .children,
.clear
{
    zoom: 1;
}
.clearfix:before,
.centered:before,
.small-width:before,
blockquote:before,
.wrap:before,
hr:before,
.searchform:before,
.comment:before,
.comment-list:before,
.comment-list .children:before,
.clearfix:after,
.centered:after,
.small-width:after,
blockquote:after,
.wrap:after,
hr:after,
.searchform:after,
.comment:after,
.comment-list:after,
.comment-list .children:after,
.clear:before,
.clear:after
{
    display: table;

    content: '';
}
.clearfix:after,
.centered:after,
.small-width:after,
blockquote:after,
.wrap:after,
hr:after,
.searchform:after,
.comment:after,
.comment-list:after,
.comment-list .children:after,
.clear:after
{
    clear: both;
}

/*-----------------------------------------------------------------------------------*/
/*  Main Structure
/*-----------------------------------------------------------------------------------*/
div,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary
{
    -ms-word-wrap: break-word;
        word-wrap: break-word;
}

/*-----------------------------------------------------------------------------------*/
/*  Helper classes
/*-----------------------------------------------------------------------------------*/
/* Floats */
.left
{
    float: left;
}

.right
{
    float: right;
}

/* Text style */
.caption
{
    opacity: .8;
}

/* Centered container */
.centered,
.small-width,
blockquote
{
    display: block;
    float: none !important;

    margin-right: auto !important;
    margin-left: auto !important;
}

/* Cancellers */
.no-margin
{
    margin: 0 !important;
}

.no-padding
{
    padding: 0 !important;
}

.no-border,
.no-border img
{
    border: none !important;
}

/* Table like */
.table
{
    display: table;
}
.table .table-cell
{
    display: table-cell;

    vertical-align: middle;
}

/* List */
ul.inline-list li
{
    display: inline;

    margin: 0 1rem;

    list-style-type: none !important;
}

/*-----------------------------------------------------------------------------------*/
/*  Containers
/*-----------------------------------------------------------------------------------*/

/* A centered small width container */
.small-width
{
    max-width: 740px;
}

/* Container with a transparent background */
.box-emboss
{
    background: rgba(0, 0, 0, .05);
    -webkit-box-shadow: rgba(255, 255, 255, .4) 0 1px 0, inset rgba(0, 0, 0, .05) 0 1px 0;
            box-shadow: rgba(255, 255, 255, .4) 0 1px 0, inset rgba(0, 0, 0, .05) 0 1px 0;
}

/* Footer */
.site-footer
{
    padding: 0rem 0;

    color: #767676;
    background: #fafafa;
}
.site-footer h1,
.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer h5,
.site-footer .widget-title,
.site-footer h6
{
    color: #767676;
}

.gist
{
    margin: 2em auto;
}
.gist a
{
    border: none !important;
}
/*-----------------------------------------------------------------------------------*/
/*  Typography
/*-----------------------------------------------------------------------------------*/
html
{
    font-size: 62.5%;
}

body
{
    font-family: 'Open Sans', serif;
    font-size: 15px;
    /*font-size: 1.2rem;*/
    line-height: 1.5;

    padding: 25px 0;

    color: #444;
}

/* Link */
a
{
    -webkit-transition: all .4s ease;
       -moz-transition: all .4s ease;
        -ms-transition: all .4s ease;
         -o-transition: all .4s ease;
            transition: all .4s ease;
    text-transform: uppercase;

    color: #296faa;
}
a:focus,
a:active,
a:hover
{
    text-decoration: none;

    color: #e7663f;
    outline: none;
}

i
{
    -webkit-backface-visibility: hidden;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
.widget-title
{
    font-family: Century Gothic, Open Sans, Arial, sans-serif;

    text-transform: uppercase;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
.widget-title a,
h6 a
{
    color: #296faa;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
.widget-title a:hover,
h6 a:hover
{
    text-decoration: none;

    color: #e7663f;
}

h1,
h2,
h3,
h4,
h5,
.widget-title,
h6
{
    font-weight: bold;
    line-height: 1.618;

    margin-top: 0;
    margin-bottom: 1rem;

    text-rendering: optimizeLegibility;
}

h1,
h2,
h3,
h4
{
    color: #444;
}

h1,
h2
{
    font-size: 2.8rem;
    line-height: 1.4em;
}

h3
{
    font-size: 2.4rem;
}

h4
{
    font-size: 2.133rem;
}

h5,
.widget-title
{
    font-size: 1.88rem;
    line-height: 1.5;
}
.section-title{
  margin-bottom: 3rem;
}

/* Paragraph and lists */
p
{
    margin: 1.33em 0;
}
ul,
ol,
dl
{
    margin: 1em 0;
}

/* Dropcap */
.dropcap:first-letter
{
    font-size: 3rem;

    float: left;

    margin-top: -.8rem;
    margin-right: .5rem;
    margin-bottom: 0;

    color: #333;
}

/* Separator */
hr
{
    display: block;

    width: 100%;
    height: 1px;
    margin: 2rem auto;

    border: none;
    background: rgba(0, 0, 0, .05);
}

/* Quote */

blockquote
{
    font-family: 'Open Sans';
    font-size: 1.2em;
    font-style: italic;

    max-width: 740px;
    margin: 1em;
    padding: 1em 2em;

    color: #afaeae;
    border-left: #0072bc 3px solid;
    background: #eee;
}

blockquote p
{
    margin: .8em 0;
}

blockquote small
{
    font-size: .9em;

    display: inline-block;

    margin: .8em 0 .8em 1.5em;
}

/* Cite */
cite
{
    font-size: .8em;
    font-weight: 400;
    font-style: normal;

    display: inline-block;

    width: 100%;
}
cite:before
{
    content: '\2014 \00A0';
}

/* Lists */
ul,
ol
{
    margin-left: 1em;
    padding: 0;
}

ul li
{
    list-style-type: square;
}

/* Pre, code */
code,
pre
{
    font: .8em 'andale mono', 'lucida console', monospace;
    line-height: 1.618;

    color: #333;
}

code
{
    line-height: 1em;

    display: inline;

    margin: 10px 0;
    padding: .5em;

    background: #fff;
}

pre
{
    overflow-x: auto;
    overflow-y: hidden;

    margin: 1.618em 0 3em;
    padding: 1.5em;

    -ms-word-wrap: normal;
        word-wrap: normal;

    border: 1px solid rgba(0, 0, 0, .1);
    background: #fff;
}
pre span
{
    color: green;
}

/* Others */
address
{
    margin-bottom: 1.618rem;
}
address p
{
    margin-bottom: 0;
}

abbr[title],
acronym[title]
{
    cursor: help;

    border-bottom: 1px dotted;
}

dt
{
    font-weight: bold;

    text-decoration: underline;
}

dd
{
    margin: 0;
    padding: 0 0 .5rem 0;
}
/*-----------------------------------------------------------------------------------*/
/*  Responsive medias
/*-----------------------------------------------------------------------------------*/
/* Responsive images */
img
{
    max-width: 100%;
    height: auto;
}

/* Make sure videos and embeds fit their containers. */
embed,
iframe,
object,
audio,
video,
canvas
{
    max-width: 100%;

    border: none !important;
}
@media (max-width:980px)
{
    .navbar-header
    {
        float: none;
    }
    .mobrand
    {
        float: none;

        width: 100%;

        text-align: center;
    }
}

/*-----------------------------------------------------------------------------------*/
/*  Fluid Media Videos, Googlemaps
/*-----------------------------------------------------------------------------------*/
.media-holder
{
    position: relative;

    display: block;
    overflow: hidden;

    width: 100%;
    height: 0;
    margin-bottom: 2rem;
    padding-bottom: 56.25%;
}

.media-holder iframe,
.media-holder embed,
.media-holder object,
.media-holder video
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100% !important;
    height: 100% !important;
}
.media-wrapper{
    display: inline-block;
    position: relative;
    -webkit-transition: all 1s ease;
       -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
         -o-transition: all 1s ease;
            transition: all 1s ease;
    cursor: pointer;
     border-radius: 5px;
}

.media-wrapper:hover{
    position: relative;
    transform: translate(0%,-3%);
}
.media-wrapper:after{
    background: #fff;
  border: 1px solid #e0e0e0;
  content: '';
  position: absolute;
  padding: 10px;
  width: 100%;
  height: 100%;
  top: -1px;
  left: 0px;
  z-index: 0;
  transform: rotate(-2deg);
  -moz-transform: rotate(-2deg);
  -webkit-transform: rotate(-2deg);
  -o-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  opacity: 1;
}
.media-wrap{
  background: #fff;
  padding: 10px;
  border: 1px solid #e0e0e0;
  position: relative;
  z-index: 10;
  height: auto;
  overflow: hidden;
  display: inline-block;
}
.featured-image{
  margin: 1em auto;
}
/*-----------------------------------------------------------------------------------*/
/*  Form Controls 
/*-----------------------------------------------------------------------------------*/
.form-control{
  border-radius: 0;
  box-shadow: none;
  height: 40px;
  border: 1px solid #e2e2e2;
}


/*-----------------------------------------------------------------------------------*/
/*  Buttons 
/*-----------------------------------------------------------------------------------*/
.btn{
  border-radius: 0;
  padding: 9px 12px;
  border-radius: 0;
}
/*-----------------------------------------------------------------------------------*/
/*  Wordpress generated classes
/*-----------------------------------------------------------------------------------*/
/* Images alignment */
.alignleft a, .alignright a, .aligncenter a, .alignnone a {
  border-bottom: none !important;
}

.alignleft, .wp-caption.alignleft {
  float: left;
}

.alignright, .wp-caption.alignright {
  float: right;
}

.alignleft, .wp-caption.alignleft {
  margin: 0.8em 1em 0.5em 0;
}

.alignright, .wp-caption.alignright {
  margin: 0.8em 0 0.5em 1em;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.aligncenter {
  margin: 1em auto;
}

/* Image Caption */
.wp-caption .wp-caption-text,
.entry-caption {
  font-size: 0.9em;
  font-style: italic;
  font-weight: 400;
  font-family: "Georgia", serif;
  text-align: center;
}

/* Smileys */
img.wp-smiley,
.rsswidget img {
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/*-----------------------------------------------------------------------------------*/
/*  Wordpress medias
/*-----------------------------------------------------------------------------------*/
/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
  max-width: 100% !important;
  width: 100% !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  -webkit-radius: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -o-box-shadow: none !important;
  border: none !important;
}

/* Wordpress mejs player */
.mejs-container {
  margin-bottom: 2em;
}
.mejs-container .mejs-controls {
}
.mejs-container .mejs-controls .mejs-button button:focus {
  outline: none;
}
.mejs-container .mejs-controls .mejs-time-rail span,
.mejs-container .mejs-controls .mejs-horizontal-volume-slider div {
  border-radius: 0 !important;
}
.mejs-container .mejs-controls .mejs-time-rail .mejs-time-total,
.mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  background-image: none !important;
}
.mejs-container .mejs-controls .mejs-time-rail .mejs-time-loaded {
  background-image: none !important;
}
.mejs-container .mejs-controls .mejs-time-rail .mejs-time-current,
.mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  background-image: none !important;
  background: white !important;
}
/*-----------------------------------------------------------------------------------*/
/*  Wordpress form
/*-----------------------------------------------------------------------------------*/
/* Search form */
#searchform label,
#searchform input[type="submit"] {
  display: none;
}
#searchform {
  position: relative;
}
#searchform .form-group{
  display: block;
}
#searchform .form-control{
  display: block;
  width: 100%;
}
#searchform .btn{
  position: absolute;
  top: 1px;
  right: 1px;
  border: none;
  height: 38px;
  background: #e7663f;
  color: #fff;
}

/* Password form */
.post-password-form input[type="submit"] {
  top: -4px;
}

input[name="post_password"] {
  margin-bottom: 0.5em;
}

/* Comment Form */
#commentform {
  padding-top: 1em;
}
#commentform p {
  margin-bottom: 1em;
}
#commentform textarea, #commentform .form-control{
  margin-top: 0.7em;
}
#commentform label {
  display: block;
  width: 100%;
}
#commentform .control-label{
  text-align: left;
  text-transform: uppercase;
}
#commentform p.form-submit{
  margin-left: 0%;
}
#respond .comment-reply-title
{
    margin: 0;
    margin-bottom: 0;
    padding: 0 0 20px 0;

    text-transform: uppercase;

    background: transparent url(../img/stripes_black.png) repeat-x bottom left;
}

/* No result form */
.nothing-found .searchform input {
  margin-bottom: 1em;
  width: 640px;
  max-width: 95%;
}

/*-----------------------------------------------------------------------------------*/
/*  Wordpress comments
/*-----------------------------------------------------------------------------------*/
#respond {
  margin: 1.5em auto;
}

.comment-list,
.comment-list .children {
  padding: 0;
}
.comment-list li,
.comment-list .children li {
  list-style-type: none !important;
}
.comment-list li #reply-title,
.comment-list li #respond #commentform,
.comment-list li #respond iframe,
.comment-list .children li #reply-title,
.comment-list .children li #respond #commentform,
.comment-list .children li #respond iframe {
  width: 100%;
}

.comment-list .children {
  margin-left: 8%;
}

.comment-list > li:after,
.comment-list .children > li:before {
  height: 4px;
  background: transparent url(../img/stripes_black.png) repeat-x bottom left;;
  content: "";
  display: block;
  width: 100%;
  margin-bottom: 2em;
  margin-top: 1em;
}

.comment-list > li:last-child:after {
  display: none;
}

.comment {
  padding: 1em 0;
}

.comment-author {
  max-width: 8rem;
  float: left;
  margin-right: 1em;
  text-align: center;
}
.comment-author img{
  text-align: center;
  margin: 0px auto 5px;
}
.comment-metadata{
  float: left;
}
.comment-content{
  clear: both;
  padding-top: 1px;
}
.avatar {
  display: block;
  margin-bottom: 0.8em;
  border: 1px solid #e1e1e1;
  border-radius: 50%;
  padding: 2px;
}

#cancel-comment-reply-link {
  float: right;
}

.comment-reply-link {
  font-style: normal;
  font-weight: 700;
}

.comment-meta .fn, .comment-meta .fn a {
  color: #333333;
  font-style: normal;
  font-weight: 700;
}

.comment-reply-link {
  color: #e7663f;
}

cite.fn {
  display: block;
}

cite.fn:before {
  display: none;
}

.no-avatars .comment-author {
  float: none;
  margin: 0 0 0.5em;
  max-width: 100%;
}

.no-avatars .comment-meta,
.no-avatars .comment-content,
.no-avatars .reply {
  width: 100%;
}

.comment-list .edit-link {
  margin-left: 2rem;
}

.comment-meta,
.comment-meta a {
  margin-bottom: 1rem;
  overflow-y: auto;
}
.comment-meta{
  margin-bottom: 0;
}

.ping-meta {
  line-height: 2;
}

.no-comments {
  text-align: center;
}

.comments-title {
  padding-top: 0;
}

.trackback p, .pingback p {
  margin-top: 1.618rem;
}
/*-----------------------------------------------------------------------------------*/
/*  Wordpress widgets
/*-----------------------------------------------------------------------------------*/
/*Widgets and Sidebar*/
#secondary{
  background: #f1f1f1;
  padding: 2em 2em;
  border-left: 1px solid #e2e2e2;
}
.widget-area .widget{
  margin-bottom: 2em;
}
.widget-title
{
    margin: 0;
    margin-bottom: 30px;
    padding: 0 0 20px 0;

    text-transform: uppercase;

    background: transparent url(../img/stripes_black.png) repeat-x bottom left;
}
/* Lists */

.widget_text ul,
.widget_recent_entries ul,
.widget_recent_comments ul,
.widget_meta ul,
.widget_categories ul,
.widget_archive ul,
.widget_rss ul,
.widget_pages ul,
.widget_nav_menu ul {
  /*margin-left: 1.2em;*/
  margin-left: 0;
  margin-bottom: 1em;
}
.widget ul li{
  list-style-type: none;
  margin-left: 0;
}
/* Pages widget */
.widget_pages ul ul {
  margin-bottom: 0;
}

/* Search widget */
.widget .searchform .field {
  padding-left: 1%;
  padding-right: 1%;
  width: 98%;
}

/* Tags */
.widget_tag_cloud .widget-content {
  font-weight: 700;
}

/* Text widget */
.widget_text p {
  margin-bottom: 1em;
}

/* RSS widget */
.widget_rss .rss-date {
  display: block;
  color: #a2a2a2;
}
.widget_rss li > cite {
  color: #a2a2a2;
}

/* Calendar widget */
#wp-calendar{
  width: 100%;
}
#wp-calendar caption{
  text-align: center;
  text-transform: uppercase;
}
#wp-calendar thead tr th{
  text-align: center;
  padding: 4px;
  border: 1px solid #e2e2e2;
}
#wp-calendar tbody tr td{
  text-align: center;
  padding: 4px;
  border: 1px solid #e2e2e2;
}
/*-----------------------------------------------------------------------------------*/
/*  Unslider
/*-----------------------------------------------------------------------------------*/
.unslider-banner{overflow: auto;width: 100%!important; position: relative;}
    .unslider-banner li { list-style: none;}
      .unslider-banner ul, .unslider-banner ol{ margin: 0;}
        .unslider-banner ul li { float: left;  
          min-height: 400px;  
          display: block; 
          background-size: cover;
          background-position: center center; 
          background-repeat: no-repeat;
        } 
.unslider-banner ol.dots{
  position: absolute;
  bottom: 10px;
  left: 1.5em;
}
.unslider-banner ol.dots li{
  display: inline-block;
  height: 13px;
  width: 13px;
  border: 2px solid #fff;
  border-radius: 50%;
  text-indent: -9999px;
  margin: 0 5px 0 0;
  cursor: pointer;
}
.unslider-banner ol.dots li.active, .unslider-banner ol.dots li:hover{
  background: #fff;
}
.unslider-banner .container{
  padding: 0;
}
.slide-desc{
  height: 100%;
  
  float: right;
  width: 30%;
}      
.slide-desc-top{
  display: table;
  width: 100%;
  height: 70%;
  background: rgba(0, 114, 188, 0.8);
}
.slide-desc-bottom{
  display: table;
  width: 100%;
  height: 30%;
  background: rgba(48, 102, 147, 0.8);
  -webkit-transition: all 0.4s ease;
       -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
         -o-transition: all 0.4s ease;
            transition: all 0.4s ease;
}
.slide-desc-bottom:hover, .slide-desc-bottom:focus{
  background: rgba(231, 102, 63, 0.6);
}
.slide-content{
  display: table-cell;
  vertical-align: middle;
  padding: 2em;
}
.slide-content h3{
  color: #fff;
  margin: 0;
  line-height: 1.1;
  max-height: 70px;
  overflow: hidden;
}
.slide-content p{
  color: #fff;
  text-transform: uppercase;
  font-size: 1.6rem;
  line-height: 1.6;
  max-height: 170px;
  overflow: hidden;
}

/*-----------------------------------------------------------------------------------*/
/*  CPM Theme Styles
/*-----------------------------------------------------------------------------------*/

body
{
    background: #fff;
}

#content
{
    position: relative;

    background: #fafafa;

    box-shadow: 0 1px 3px rgba(34, 25, 25, .4);
}
.home #content{
    padding: 0;
}
#primary{
  padding: 2em;
  background: #fafafa;
}
#secondary{
  padding: 2em;
}
.loadingdiv
{
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    background: url('../img/codepixelz.gif') no-repeat fixed 50% 60% #fafafa;
}
.breadcrumbs{
  background: #f1f1f1;
  padding: 1em 2em;
  border: 1px solid #e2e2e2;
  border-left: 0;
  border-right: 0;
}
.delimiter {
  padding: 0 10px;
  color: #2489df;
}

/*
Pageheaders
*/
.page-header{
  margin: 0 0 20px;
  padding-bottom: 5px;
}

/*
Site Header
*/
#site-navigation
{
    margin-bottom: 0;

    border: 0;
    border-radius: 0;
    background: #272e37;
}
/*Site Navigation*/
#navbar-collapse-main
{
  float: right;
}
.cpm-mobile .navbar-collapse{
  width: 100%;
  float: none;
}
.cpm-mobile #navbar-collapse-main > ul > li{
  padding: 1%;
}
.navbar-toggle
{
    padding: 12px 10px;

    -webkit-transition: all .5s ease-in;
       -moz-transition: all .5s ease-in;
        -ms-transition: all .5s ease-in;
         -o-transition: all .5s ease-in;
            transition: all .5s ease-in;

    border: 0;
    border-radius: 0;
}
.navbar .navbar-toggle .icon-bar
{
    background-color: #fff;
}
.navbar .navbar-toggle:hover,
.navbar .navbar-toggle:focus
{
    background-color: #e7663f;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .5);
       -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .5);
            box-shadow: 0 0 5px 0 rgba(0, 0, 0, .5);

         -o-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .5);
        -ms-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .5);
}

.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li > a:focus,
.navbar .navbar-nav > .active > a,
.navbar .navbar-nav > .active > a:hover,
.navbar .navbar-nav > .active > a:focus
{
    text-transform: uppercase;

    color: #fff;
    background: #e7663f;
}
.navbar .navbar-nav > li > a{
  color: #fff;
  margin: 0 6px 0 0;
  padding: 12px 15px;
}
.navbar .navbar-nav > li:last-child > a{
  margin: 0 0 0 0;
}
.navbar .navbar-nav > .open > a, .navbar .navbar-nav > .open > a:hover, .navbar .navbar-nav > .open > a:focus{
  color: #fff;
  background: #e7663f;
}
#navbar-collapse-main > ul > li{
  padding: 6.9% 0;
}
.navbar-nav .dropdown-menu{
  margin: 0;
  border-radius: 0;
  boder:1px solid #e2e2e2;
  border-top: 0;
  box-shadow: none;
  padding: 0;
  xposition: relative;
}
.navbar-nav .dropdown-menu .dropdown-menu{
  border-top: 1px solid #e2e2e2;
}
li.dropdown > .dropdown-menu:before{
  position: absolute;
  top: -8px;
  right: 0px;

  width: 0;
  height: 0;

  content: '';

  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  
  border-bottom: 8px solid #fafafa;
}
.navbar-nav .dropdown-menu li{
  list-style-type: none;
}
.navbar-nav .dropdown-menu li a{
  padding: 10px 20px;
  background: #fafafa;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.navbar-nav .dropdown-menu li a:hover, .navbar-nav .dropdown-menu li a:focus{
  background: #e7663f;
  color: #fff;
}
/*
Navbar Brand
*/
.site-branding
{
    min-height: 88px;

    -webkit-transition: all .7s ease;
       -moz-transition: all .7s ease;
        -ms-transition: all .7s ease;
         -o-transition: all .7s ease;
            transition: all .7s ease;
}



.site-branding
{
    position: relative;
    /*top: -12px;
    left: 1em;*/

    display: table;

    min-width: 150px;
    max-width: 19em;
    min-height: 113px;
    padding: 10px 15px 20px;

    cursor: pointer;
    white-space: nowrap;
    text-overflow: clip;

    background: #0072bc;
    box-shadow: 0px -12px 0px 0px #0072BC;
}

.site-brand
{
    display: table-cell;
    overflow: hidden;

    max-width: 20em;

    vertical-align: middle;
}
.navbar .site-branding:hover,
.navbar .site-branding:focus
{
    background: #e7663f;
}

.site-branding:before
{
    position: absolute;
    top: -12px;
    right: -12px;

    width: 0;
    height: 0;

    content: '';
    -webkit-transition: all .7s ease;
       -moz-transition: all .7s ease;
        -ms-transition: all .7s ease;
         -o-transition: all .7s ease;
            transition: all .7s ease;

    border-top: 12px solid transparent;
    border-bottom: 0 solid transparent;
    border-left: 12px solid #23527c;
}
.navbar .site-branding:hover,
.navbar .site-branding:focus
{
  box-shadow: 0px -12px 0px 0px #e7663f;
}
.navbar .site-branding:hover:before,
.navbar .site-branding:focus:before
{  
  border-left: 12px solid #cc4921;
}

.site-title,
.site-description
{
    margin: 0;

    text-transform: uppercase;

    color: #fff;
}
.site-title a,
.site-title a:hover,
.site-title a:focus
{
    color: #fff;
}
.site-description
{
    font-size: 1.2rem;
}

/*Home Sections*/
.section
{
    position: relative;

    padding: 3em 2em;
}
.section.aboutbox
{
    background: #fff url(../img/box-img.jpg) no-repeat right center scroll;
    background-size: contain;
}
/*Section Gray*/
.section.graybg
{
    background: #fafafa;
}
/*Blog Roll Section*/
.section.blogroll{
    background: #fff url(../img/pattern_1.png) repeat bottom center fixed;
    padding: 3em 2em 4em;
}

.blog-content{
    background: #fff;
    border-radius: 5px;
    -webkit-transition: all 1s ease;
       -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
         -o-transition: all 1s ease;
            transition: all 1s ease;
    cursor: pointer;
    box-shadow: 0 0px 3px 0px rgba(34, 25, 25, 0.1);
}
.blog-content:hover{
    position: relative;
    transform: translate(0%,-3%);
}
.blog-content-wrap{
  padding: 1em 1em 2em;
}
.blog-content-image{
  max-height: 232px;
  overflow: hidden;
}
.blog-content-head{
  padding: 1em;
  background: #fafafa;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.blog-content-head h4{
  margin-bottom: 0;
}
/*Testimonials Section*/
.blockquotev1{  
  margin: 0;
  padding: 1em 0em;
  color: #afaeae;
  border-left: 0;
  background: none;
  line-height: 1.7;
  letter-spacing: 1px;
}
.blockquotev1 span{
  display: block;
  font-family: 'Alex Brush';
  font-size: 2em;
  font-style: normal;
  margin-top: 0.4em;
}

/*Section Promo*/
.section.promo{
    background: #fff url(../img/mission_bg.jpg) repeat center center fixed;
    background-size: contain;
    color: #fff;
}
.section.promo:after {
  background: #272e38;
  background: rgba(39,46,56,0.8);
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.promo .promo-content {
  position: relative;
  z-index: 10;
  margin-bottom: 2em;
}
.promo h2, .promo h1, .promo h3, .promo h4, .promo p{
    color: #fff;
}  
.promo p{
    font-size: 16px;
}
.promo .promo-btn{
    bottom: -1.2em;
    position: absolute;
  transform: translate(-50%,0%);
  -webkit-transform: translate(-50%,-0%);
  -moz-transform: translate(-50%,-0%);
  -o-transform: translate(-50%,-0%);
  -ms-transform: translate(-50%,-0%);
  z-index: 10;
}


/*Social Section*/
.social-section{
    background: #fff url(../img/spread.jpg) repeat bottom center scroll;
    padding: 2em;
    color: #fff;
}
.social-section:after {
  background: #272e38;
  background: rgba(39,46,56,0.7);
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.social-section .social-content {
  position: relative;
  z-index: 10;
  margin: 1em 0;
}
.social-section h2, .social-section h1, .social-section h3, .social-section h4, .social-section p, .social-section a, .social-section span{
    color: #fff;
} 
.social-section a {
  color: #fff;
  transition: background 0.5s ease 0s top 1s ease 0.3s ;
  -moz-transition: background 0.5s ease 0s top 1s ease 0.3s ;
  -webkit-transition: background 0.5s ease 0s top 1s ease 0.3s ;
  -o-transition: background 0.5s ease 0s top 1s ease 0.3s ;
  -ms-transition: background 0.5s ease 0s top 1s ease 0.3s ;
  font-size: 21px;
  width: 45px;
  height: 45px;
  display: inline-block;
  line-height: 45px;
  border: 1px solid transparent;
  text-align: center;
  margin: 5px 5px 0;
  position: relative;
}
.social-section a:hover, .social-section a:focus, .social-section a:active{
    transform: translate(0%,-8%);
}
.social-section a.fb:hover, .social-section a.fb:focus, .social-section a.fb:active{
    background: #3b5998;
}
.social-section a.tw:hover, .social-section a.tw:focus, .social-section a.tw:active{
    background: #56a3d9;
}
.social-section a.gp:hover, .social-section a.gp:focus, .social-section a.gp:active{
    background: #dd4b39;
}
.social-section a.yt:hover, .social-section a.yt:focus, .social-section a.yt:active{
    background: #bf221f;
}
.social-section a.in:hover, .social-section a.in:focus, .social-section a.in:active{
    background: #47759b;
}
.social-section a.ld:hover, .social-section a.ld:focus, .social-section a.ld:active{
    background: #007bb6;
}
.social-section a.dr:hover, .social-section a.dr:focus, .social-section a.dr:active{
    background: #ec4a89;
}
.social-section a.pi:hover, .social-section a.pi:focus, .social-section a.pi:active{
    background: #cb211d;
}


