/**
 * Bracara v1.0
 * HTML5 & CSS3 Multipurpose Theme
 * http://leaftree.pt/bracaraHTML
 *
 * leaftree 2013
 * @leaftreeInc
 * http://leaftree.pt
 */
 
/********************* TABLE OF CONTENTS *********************/
/**                                                         **/
/** General Styles                                          **/
/** Generic Styles                                          **/
/** Typography                                              **/
/** Regions                                                 **/
/**  - Top Header                                           **/
/**  - Header                                               **/
/**  - Sidebars                                             **/
/**  - Footer Columns                                       **/
/**  - Footer                                               **/
/** Menus                                                   **/
/**  - Nav                                                  **/
/**  - Nav Pills                                            **/
/**  - Main Menu Theme1                                     **/
/**  - Main Menu Header 1                                   **/
/** Breadcrumbs                                             **/
/** Highlighted Image                                       **/
/**  - Layout 1                                             **/
/**  - Layout 2                                             **/
/**  - Layout 3                                             **/
/** Panels                                                  **/
/**  - Panels Version 1                                     **/
/**  - Panels Version 2                                     **/
/**  - Panels Version 3                                     **/
/**  - Info Panel                                           **/
/** Portfolio                                               **/
/**  - Layout 1                                             **/
/**  - Layout 2                                             **/
/**  - Portfolio Single                                     **/
/** Our Work                                                **/
/**  - Footer Our Work                                      **/
/** Blog                                                    **/
/**  - Layout 1                                             **/
/**  - Layout 2                                             **/
/**  - Blog Single                                          **/
/** Latest Posts                                            **/
/**  - Footer Latest Posts                                  **/
/** Our Team                                                **/
/** Call to Action                                          **/
/** Services                                                **/
/**  - Services Version 1                                   **/
/**  - Services Version 2                                   **/
/**  - Services Version 3                                   **/
/**  - Services Version 4                                   **/
/** Testimonials                                            **/
/** Social Networks                                         **/
/**  - Top Header Social Networks                           **/
/**  - My Socials                                           **/
/**  - Footer Social Networks 1                             **/
/**  - Footer Social Networks 2                             **/
/**  - Footer Social Networks 3                             **/
/** Contacts                                                **/
/**  - My Contacts                                          **/
/**  - Footer Contacts                                      **/
/** Sliders                                                 **/
/**  - FlexSlider                                           **/
/**  - Highlighted Slider 1                                 **/
/**  - Flex Bullet Slider                                   **/
/**  - Flex Arrow Slider                                    **/
/** Progress Bars                                           **/
/** Buttons                                                 **/
/** Wells                                                   **/
/** Jumbotron                                               **/
/** Labels                                                  **/
/** Alerts                                                  **/
/** Popovers                                                **/
/** Tabs                                                    **/
/** Accordions                                              **/
/** Pagination                                              **/
/** Forms                                                   **/
/** Google maps                                             **/
/** Pricing tables                                          **/
/**  - Layout 1                                             **/
/** Switcher                                                **/
/** Colors & Backgrounds                                    **/
/**  - Text Color Palette                                   **/
/**  - Text Colors                                          **/
/**  - Social Networks Colors                               **/
/**  - Background Colors                                    **/
/**  - Background Patterns                                  **/
/**  - Background Images                                    **/
/**                                                         **/
/*************************************************************/



/*************************************************************/
/*********************** General Styles **********************/
/*************************************************************/

body {
  font-size: 1.8em;
  letter-spacing: 0.05em;
  line-height: 1.5em;
  font-family: 'Dosis', sans-serif;
  font-weight: 300;
  text-rendering: optimizeLegibility;
  color: #555;
}

a {
  -webkit-transition: color 0.3s;
     -moz-transition: color 0.3s;
       -o-transition: color 0.3s;
          transition: color 0.3s;
}

video {
  width: 100%    !important;
  height: auto   !important;
  align: center;
}

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

address {
  margin: 0;
  line-height: inherit;
}

p:last-child {
  margin-bottom: 0px;
}



/*************************************************************/
/*********************** Generic Styles **********************/
/*************************************************************/

.no-margin        { margin: 0px; }
.no-margin-left   { margin-left: 0px; }
.no-margin-top    { margin-top: 0px; }
.no-margin-right  { margin-right: 0px; }
.no-margin-bottom { margin-bottom: 0px; }

.margin-5         { margin: 5px; }
.margin-left-5    { margin-left: 5px; }
.margin-top-5     { margin-top: 5px; }
.margin-right-5   { margin-right: 5px; }
.margin-bottom-5  { margin-bottom: 5px; }

.margin-10        { margin: 10px; }
.margin-left-10   { margin-left: 10px; }
.margin-top-10    { margin-top: 10px; }
.margin-right-10  { margin-right: 10px; }
.margin-bottom-10 { margin-bottom: 10px; }

.margin-20        { margin: 20px; }
.margin-left-20   { margin-left: 20px; }
.margin-top-20    { margin-top: 20px; }
.margin-right-20  { margin-right: 20px; }
.margin-bottom-20 { margin-bottom: 20px; }

.margin-30        { margin: 30px; }
.margin-left-30   { margin-left: 30px; }
.margin-top-30    { margin-top: 30px; }
.margin-right-30  { margin-right: 30px; }
.margin-bottom-30 { margin-bottom: 30px; }

.margin-40        { margin: 40px; }
.margin-left-40   { margin-left: 40px; }
.margin-top-40    { margin-top: 40px; }
.margin-right-40  { margin-right: 40px; }
.margin-bottom-40 { margin-bottom: 40px; }

.margin-50        { margin: 50px; }
.margin-left-50   { margin-left: 50px; }
.margin-top-50    { margin-top: 50px; }
.margin-right-50  { margin-right: 50px; }
.margin-bottom-50 { margin-bottom: 50px; }


@media (max-width: 1200px) {
  .no-margin-md        { margin: 0px; }
  .no-margin-md-left   { margin-left: 0px; }
  .no-margin-md-top    { margin-top: 0px; }
  .no-margin-md-right  { margin-right: 0px; }
  .no-margin-md-bottom { margin-bottom: 0px; }
  
  .margin-md-5         { margin: 5px; }
  .margin-left-md-5    { margin-left: 5px; }
  .margin-top-md-5     { margin-top: 5px; }
  .margin-right-md-5   { margin-right: 5px; }
  .margin-bottom-md-5  { margin-bottom: 5px; }
  
  .margin-md-10        { margin: 10px; }
  .margin-left-md-10   { margin-left: 10px; }
  .margin-top-md-10    { margin-top: 10px; }
  .margin-right-md-10  { margin-right: 10px; }
  .margin-bottom-md-10 { margin-bottom: 10px; }
  
  .margin-md-20        { margin: 20px; }
  .margin-left-md-20   { margin-left: 20px; }
  .margin-top-md-20    { margin-top: 20px; }
  .margin-right-md-20  { margin-right: 20px; }
  .margin-bottom-md-20 { margin-bottom: 20px; }
  
  .margin-md-30        { margin: 30px; }
  .margin-left-md-30   { margin-left: 30px; }
  .margin-top-md-30    { margin-top: 30px; }
  .margin-right-md-30  { margin-right: 30px; }
  .margin-bottom-md-30 { margin-bottom: 30px; }
  
  .margin-md-40        { margin: 40px; }
  .margin-left-md-40   { margin-left: 40px; }
  .margin-top-md-40    { margin-top: 40px; }
  .margin-right-md-40  { margin-right: 40px; }
  .margin-bottom-md-40 { margin-bottom: 40px; }
  
  .margin-md-50        { margin: 50px; }
  .margin-left-md-50   { margin-left: 50px; }
  .margin-top-md-50    { margin-top: 50px; }
  .margin-right-md-50  { margin-right: 50px; }
  .margin-bottom-md-50 { margin-bottom: 50px; }
}

@media (max-width: 991px) {
  .no-margin-sm        { margin: 0px; }
  .no-margin-sm-left   { margin-left: 0px; }
  .no-margin-sm-top    { margin-top: 0px; }
  .no-margin-sm-right  { margin-right: 0px; }
  .no-margin-sm-bottom { margin-bottom: 0px; }
  
  .margin-sm-5         { margin: 5px; }
  .margin-left-sm-5    { margin-left: 5px; }
  .margin-top-sm-5     { margin-top: 5px; }
  .margin-right-sm-5   { margin-right: 5px; }
  .margin-bottom-sm-5  { margin-bottom: 5px; }
  
  .margin-sm-10        { margin: 10px; }
  .margin-left-sm-10   { margin-left: 10px; }
  .margin-top-sm-10    { margin-top: 10px; }
  .margin-right-sm-10  { margin-right: 10px; }
  .margin-bottom-sm-10 { margin-bottom: 10px; }
  
  .margin-sm-20        { margin: 20px; }
  .margin-left-sm-20   { margin-left: 20px; }
  .margin-top-sm-20    { margin-top: 20px; }
  .margin-right-sm-20  { margin-right: 20px; }
  .margin-bottom-sm-20 { margin-bottom: 20px; }
  
  .margin-sm-30        { margin: 30px; }
  .margin-left-sm-30   { margin-left: 30px; }
  .margin-top-sm-30    { margin-top: 30px; }
  .margin-right-sm-30  { margin-right: 30px; }
  .margin-bottom-sm-30 { margin-bottom: 30px; }
  
  .margin-sm-40        { margin: 40px; }
  .margin-left-sm-40   { margin-left: 40px; }
  .margin-top-sm-40    { margin-top: 40px; }
  .margin-right-sm-40  { margin-right: 40px; }
  .margin-bottom-sm-40 { margin-bottom: 40px; }
  
  .margin-sm-50        { margin: 50px; }
  .margin-left-sm-50   { margin-left: 50px; }
  .margin-top-sm-50    { margin-top: 50px; }
  .margin-right-sm-50  { margin-right: 50px; }
  .margin-bottom-sm-50 { margin-bottom: 50px; }
}

@media (max-width: 767px) {
  .no-margin-xs        { margin: 0px; }
  .no-margin-xs-left   { margin-left: 0px; }
  .no-margin-xs-top    { margin-top: 0px; }
  .no-margin-xs-right  { margin-right: 0px; }
  .no-margin-xs-bottom { margin-bottom: 0px; }
  
  .margin-xs-5         { margin: 5px; }
  .margin-left-xs-5    { margin-left: 5px; }
  .margin-top-xs-5     { margin-top: 5px; }
  .margin-right-xs-5   { margin-right: 5px; }
  .margin-bottom-xs-5  { margin-bottom: 5px; }
  
  .margin-xs-10        { margin: 10px; }
  .margin-left-xs-10   { margin-left: 10px; }
  .margin-top-xs-10    { margin-top: 10px; }
  .margin-right-xs-10  { margin-right: 10px; }
  .margin-bottom-xs-10 { margin-bottom: 10px; }
  
  .margin-xs-20        { margin: 20px; }
  .margin-left-xs-20   { margin-left: 20px; }
  .margin-top-xs-20    { margin-top: 20px; }
  .margin-right-xs-20  { margin-right: 20px; }
  .margin-bottom-xs-20 { margin-bottom: 20px; }
  
  .margin-xs-30        { margin: 30px; }
  .margin-left-xs-30   { margin-left: 30px; }
  .margin-top-xs-30    { margin-top: 30px; }
  .margin-right-xs-30  { margin-right: 30px; }
  .margin-bottom-xs-30 { margin-bottom: 30px; }
  
  .margin-xs-40        { margin: 40px; }
  .margin-left-xs-40   { margin-left: 40px; }
  .margin-top-xs-40    { margin-top: 40px; }
  .margin-right-xs-40  { margin-right: 40px; }
  .margin-bottom-xs-40 { margin-bottom: 40px; }
  
  .margin-xs-50        { margin: 50px; }
  .margin-left-xs-50   { margin-left: 50px; }
  .margin-top-xs-50    { margin-top: 50px; }
  .margin-right-xs-50  { margin-right: 50px; }
  .margin-bottom-xs-50 { margin-bottom: 50px; }
}

.no-padding        { padding: 0px; }
.no-padding-left   { padding-left: 0px; }
.no-padding-top    { padding-top: 0px; }
.no-padding-right  { padding-right: 0px; }
.no-padding-bottom { padding-bottom: 0px; }

.padding-5         { padding: 5px; }
.padding-left-5    { padding-left: 5px; }
.padding-top-5     { padding-top: 5px; }
.padding-right-5   { padding-right: 5px; }
.padding-bottom-5  { padding-bottom: 5px; }

.padding-10        { padding: 10px; }
.padding-left-10   { padding-left: 10px; }
.padding-top-10    { padding-top: 10px; }
.padding-right-10  { padding-right: 10px; }
.padding-bottom-10 { padding-bottom: 10px; }

.padding-20        { padding: 20px; }
.padding-left-20   { padding-left: 20px; }
.padding-top-20    { padding-top: 20px; }
.padding-right-20  { padding-right: 20px; }
.padding-bottom-20 { padding-bottom: 20px; }

.padding-30        { padding: 30px; }
.padding-left-30   { padding-left: 30px; }
.padding-top-30    { padding-top: 30px; }
.padding-right-30  { padding-right: 30px; }
.padding-bottom-30 { padding-bottom: 30px; }

.padding-40        { padding: 40px; }
.padding-left-40   { padding-left: 40px; }
.padding-top-40    { padding-top: 40px; }
.padding-right-40  { padding-right: 40px; }
.padding-bottom-40 { padding-bottom: 40px; }

.padding-50        { padding: 50px; }
.padding-left-50   { padding-left: 50px; }
.padding-top-50    { padding-top: 50px; }
.padding-right-50  { padding-right: 50px; }
.padding-bottom-50 { padding-bottom: 50px; }

@media (max-width: 1200px) {
  .no-padding-md        { padding: 0px; }
  .no-padding-md-left   { padding-left: 0px; }
  .no-padding-md-top    { padding-top: 0px; }
  .no-padding-md-right  { padding-right: 0px; }
  .no-padding-md-bottom { padding-bottom: 0px; }
  
  .padding-md-5         { padding: 5px; }
  .padding-left-md-5    { padding-left: 5px; }
  .padding-top-md-5     { padding-top: 5px; }
  .padding-right-md-5   { padding-right: 5px; }
  .padding-bottom-md-5  { padding-bottom: 5px; }
  
  .padding-md-10        { padding: 10px; }
  .padding-left-md-10   { padding-left: 10px; }
  .padding-top-md-10    { padding-top: 10px; }
  .padding-right-md-10  { padding-right: 10px; }
  .padding-bottom-md-10 { padding-bottom: 10px; }
  
  .padding-md-20        { padding: 20px; }
  .padding-left-md-20   { padding-left: 20px; }
  .padding-top-md-20    { padding-top: 20px; }
  .padding-right-md-20  { padding-right: 20px; }
  .padding-bottom-md-20 { padding-bottom: 20px; }
  
  .padding-md-30        { padding: 30px; }
  .padding-left-md-30   { padding-left: 30px; }
  .padding-top-md-30    { padding-top: 30px; }
  .padding-right-md-30  { padding-right: 30px; }
  .padding-bottom-md-30 { padding-bottom: 30px; }
  
  .padding-md-40        { padding: 20px; }
  .padding-left-md-40   { padding-left: 20px; }
  .padding-top-md-40    { padding-top: 20px; }
  .padding-right-md-40  { padding-right: 20px; }
  .padding-bottom-md-40 { padding-bottom: 20px; }
  
  .padding-md-50        { padding: 50px; }
  .padding-left-md-50   { padding-left: 50px; }
  .padding-top-md-50    { padding-top: 50px; }
  .padding-right-md-50  { padding-right: 50px; }
  .padding-bottom-md-50 { padding-bottom: 50px; }
}

@media (max-width: 991px) {
  .no-padding-sm        { padding: 0px; }
  .no-padding-sm-left   { padding-left: 0px; }
  .no-padding-sm-top    { padding-top: 0px; }
  .no-padding-sm-right  { padding-right: 0px; }
  .no-padding-sm-bottom { padding-bottom: 0px; }
  
  .padding-sm-5         { padding: 5px; }
  .padding-left-sm-5    { padding-left: 5px; }
  .padding-top-sm-5     { padding-top: 5px; }
  .padding-right-sm-5   { padding-right: 5px; }
  .padding-bottom-sm-5  { padding-bottom: 5px; }
  
  .padding-sm-10        { padding: 10px; }
  .padding-left-sm-10   { padding-left: 10px; }
  .padding-top-sm-10    { padding-top: 10px; }
  .padding-right-sm-10  { padding-right: 10px; }
  .padding-bottom-sm-10 { padding-bottom: 10px; }
  
  .padding-sm-20        { padding: 20px; }
  .padding-left-sm-20   { padding-left: 20px; }
  .padding-top-sm-20    { padding-top: 20px; }
  .padding-right-sm-20  { padding-right: 20px; }
  .padding-bottom-sm-20 { padding-bottom: 20px; }
  
  .padding-sm-30        { padding: 30px; }
  .padding-left-sm-30   { padding-left: 30px; }
  .padding-top-sm-30    { padding-top: 30px; }
  .padding-right-sm-30  { padding-right: 30px; }
  .padding-bottom-sm-30 { padding-bottom: 30px; }
  
  .padding-sm-40        { padding: 40px; }
  .padding-left-sm-40   { padding-left: 40px; }
  .padding-top-sm-40    { padding-top: 40px; }
  .padding-right-sm-40  { padding-right: 40px; }
  .padding-bottom-sm-40 { padding-bottom: 40px; }
  
  .padding-sm-50        { padding: 50px; }
  .padding-left-sm-50   { padding-left: 50px; }
  .padding-top-sm-50    { padding-top: 50px; }
  .padding-right-sm-50  { padding-right: 50px; }
  .padding-bottom-sm-50 { padding-bottom: 50px; }
}

@media (max-width: 767px) {
  .no-padding-xs        { padding: 0px; }
  .no-padding-xs-left   { padding-left: 0px; }
  .no-padding-xs-top    { padding-top: 0px; }
  .no-padding-xs-right  { padding-right: 0px; }
  .no-padding-xs-bottom { padding-bottom: 0px; }
  
  .padding-xs-5         { padding: 5px; }
  .padding-left-xs-5    { padding-left: 5px; }
  .padding-top-xs-5     { padding-top: 5px; }
  .padding-right-xs-5   { padding-right: 5px; }
  .padding-bottom-xs-5  { padding-bottom: 5px; }
  
  .padding-xs-10        { padding: 10px; }
  .padding-left-xs-10   { padding-left: 10px; }
  .padding-top-xs-10    { padding-top: 10px; }
  .padding-right-xs-10  { padding-right: 10px; }
  .padding-bottom-xs-10 { padding-bottom: 10px; }
  
  .padding-xs-20        { padding: 20px; }
  .padding-left-xs-20   { padding-left: 20px; }
  .padding-top-xs-20    { padding-top: 20px; }
  .padding-right-xs-20  { padding-right: 20px; }
  .padding-bottom-xs-20 { padding-bottom: 20px; }
  
  .padding-xs-30        { padding: 30px; }
  .padding-left-xs-30   { padding-left: 30px; }
  .padding-top-xs-30    { padding-top: 30px; }
  .padding-right-xs-30  { padding-right: 30px; }
  .padding-bottom-xs-30 { padding-bottom: 30px; }
  
  .padding-xs-40        { padding: 40px; }
  .padding-left-xs-40   { padding-left: 40px; }
  .padding-top-xs-40    { padding-top: 40px; }
  .padding-right-xs-40  { padding-right: 40px; }
  .padding-bottom-xs-40 { padding-bottom: 40px; }
  
  .padding-xs-50        { padding: 50px; }
  .padding-left-xs-50   { padding-left: 50px; }
  .padding-top-xs-50    { padding-top: 50px; }
  .padding-right-xs-50  { padding-right: 50px; }
  .padding-bottom-xs-50 { padding-bottom: 50px; }
}

.img-responsive { margin: auto; }
.img-full-width { width: 100%; }

.show { display: block!important; }

.hide { display: none!important; }

@media (max-width: 1200px) {
  .text-left-md   { text-align: left; }
  .text-center-md { text-align: center; }
  .text-right-md  { text-align: right; }
}

@media (max-width: 991px) {
  .text-left-sm   { text-align: left; }
  .text-center-sm { text-align: center; }
  .text-right-sm  { text-align: right; }
}

@media (max-width: 767px) {
  .text-left-xs   { text-align: left; }
  .text-center-xs { text-align: center; }
  .text-right-xs  { text-align: right; }
}



/*************************************************************/
/************************* Typography ************************/
/*************************************************************/

h1, h2, h3, h4, h5, h6 {
  font-family: 'Raleway', sans-serif;
  font-weight: 200;
  line-height: 1em;
}

h1 {
  font-size: 3em;
  margin: 50px 0px;
}

h2 {
  font-size: 2.6em;
  margin: 45px 0px;
}

h3 {
  font-size: 2.2em;
  margin: 35px 0;
}

h4 {
  font-size: 1.8em;
  margin: 30px 0;
  color:#df6662;
}

h5 {
  font-size: 1.4em;
  margin: 25px 0;
}

h6 {
  font-size: 1.0em;
  margin: 20px 0;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
	color: inherit;
}

p, span {
  font-size: 1.0em;
}

b, strong {
  font-weight: 500;
}

.page-title {
  text-align: center;
  margin: 60px 0px;
}

.page-title.with-breadcrumbs {
  margin-bottom: 25px;
}

.block-title {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 60px;
}

.icon-list {
  list-style: none;
}

.icon-list li {
  position: relative;
}

.icon-list i {
  font-size: 0.8em;
  position: absolute;
  left: -2em;
  width: 2em;
  top: 0.25em;
}

ul.tags {
  margin:0;
  padding: 0;
  list-style: none;
  text-align: center;
}

ul.tags li{
  display: inline-block;
  margin-bottom: 10px;
}

ul.tags li + li {
  margin-left: 20px;
}

@media (max-width: 767px) {

  h1 {
    font-size: 2.5em;
    margin: 45px 0px;
  }

  h2 {
    font-size: 2.2em;
    margin: 40px 0px;
  }

  h3 {
    font-size: 1.9em;
    margin: 35px 0;
  }

  h4 {
    font-size: 1.6em;
    margin: 30px 0;
  }

  h5 {
    font-size: 1.3em;
    margin: 25px 0;
  }

  h6 {
    font-size: 1.0em;
    margin: 20px 0;
  }

}



/*************************************************************/
/************************** Regions **************************/
/*************************************************************/

.block,
.region {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (max-width: 767px) {
  
  .block,
  .region {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  
}

/** Top Header **/
#top-header-region.region,
#top-header-region .block {
	padding-top: 6px;
	padding-bottom: 6px;
}


/** Header **/
header {
  min-height: 120px;
}

#logo-region h2 {
  line-height: 120px;
}

/** Header version 1 **/
.header-1 {
  text-align: center;
}

@media (max-width: 991px) {
  
  #logo-region {
    text-align: center;
  }

}

/** Sidebars **/
#sidebar-right-region .block,
#sidebar-left-region .block {
  padding-top: 30px;
  padding-bottom: 30px;
}

#sidebar-right-region .block:first-child,
#sidebar-left-region .block:first-child {
  padding-top: 50px;
}

#sidebar-right-region .block-title,
#sidebar-left-region .block-title {
  margin-bottom: 30px;
}

/** Footer Columns **/
#footer-columns-region.region,
#footer-columns-region .block {
  padding-top: 30px;
  padding-bottom: 30px;
}

#footer-columns-region .block-title {
  margin-bottom: 30px;
}

/** Footer **/
footer.region,
footer .block {
  padding-top: 20px;
  padding-bottom: 20px;
}

footer p {
  margin: 0;
}



/*************************************************************/
/*************************** Menus ***************************/
/*************************************************************/

/** Nav **/
.nav > li > a {
  padding-left: 0px;
}

.nav > li > a:hover,
.nav > li > a:focus {
  background-color: transparent;
}

/** Nav Pills **/
.nav-pills li {
  float: none;
  display: inline-block;
}

.nav-pills > li+li {
  margin-left: 10px;
}

.nav-pills > li > a {
  border-radius: 4px;
  font-size: 85%;
  padding: 3px 15px;
  -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
       -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
}

.nav-pills > li > a:hover,
.nav-pills > li > a:focus,
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #f0f0f0;
}

/** Main Menu Theme1 **/
.main-menu-theme1 {
  min-height: 40px;
  padding: 40px 0px;
  margin: 0px;
  border-radius: 0px;
  border: 0px;
  z-index: 998;
}

.main-menu-theme1 .navbar-right .dropdown-menu {
  left: 0;
  right: auto;
}

.main-menu-theme1 .nav > li > a {
  padding: 10px 15px;
  margin-right: 10px;
  font-size: 0.9em;
}

.main-menu-theme1 .nav > li:last-child > a {
  margin-right: 0px;
}

.main-menu-theme1 a {
  -webkit-transition: none;
     -moz-transition: none;
       -o-transition: none;
          transition: none;
}

.main-menu-theme1 a,
.main-menu-theme1 .active > a,
.main-menu-theme1 .nav .open > a,
.main-menu-theme1 .nav .open > a:hover,
.main-menu-theme1 .nav .open > a:focus,
.main-menu-theme1 .nav > li > a:hover,
.main-menu-theme1 .nav > li > a:focus,
.main-menu-theme1 .dropdown-menu > li > a {
  color: #f0f0f0;
}

.main-menu-theme1 .dropdown-menu {
  font-size: 0.8em;
  padding: 5px 0px;
  margin: 0px;
  border: 0px;
  border-radius: 0px;
  background: #3d3d3d;
}

.main-menu-theme1 .dropdown-menu a {
  padding: 5px 15px;
}

.main-menu-theme1 .dropdown-menu > .active > a,
.main-menu-theme1 .dropdown-menu > li > a:hover,
.main-menu-theme1 .dropdown-menu > li > a:focus {
  background-color: transparent;
}

.main-menu-theme1 .dropdown-menu > li:hover,
.main-menu-theme1 .dropdown-menu > .active {
  background: #555;
}

@media (max-width: 991px) {
  
  .main-menu-theme1 {
    padding: 0px 0px 20px;
  }
  
  .main-menu-theme1 .navbar-collapse {
    text-align: center;
  }
  
  .main-menu-theme1 .dropdown-menu {
    text-align: left;
  }
  
  .main-menu-theme1 .navbar-nav {
    float: none!important;
    display: inline-block;
  }
  
  .main-menu-theme1 .navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: 0px;
  }

}

@media (min-width: 768px) {
  
  .main-menu-theme1 .dropdown:hover .dropdown-menu {
    display: block;
  }

}

@media (max-width: 767px) {
  
  .main-menu-theme1 .navbar-collapse {
    text-align: left;
  }
  
  .main-menu-theme1 .navbar-nav {
    clear: both;
    display: block;
  }
  
  .main-menu-theme1 .nav > li > a {
    margin: 0px;
  }
  
  .main-menu-theme1 .navbar-header {
    text-align: center;
  }
  
  .main-menu-theme1 .navbar-collapse {
    border: 0px;
  }
  
  .main-menu-theme1 .navbar-toggle {
    float: none;
    width: 250px;
    border-radius: 3px;
    color: #f0f0f0;
    margin: 0px 0px 10px;
  }
  
  .main-menu-theme1 .navbar-nav {
    margin: 10px -15px;
  }
  
}

/** Main Menu Header 1 **/
.header-1 .navbar-nav {
  float: none;
  display: inline-block;
}

.header-1 .main-menu-theme1 {
  padding: 0px 0px 20px;
}

.header-1 .dropdown {
  text-align: left;
}



/*************************************************************/
/************************ Breadcrumbs ************************/
/*************************************************************/

.breadcrumbs {
  font-size: 0.8em;
  line-height: normal;
  margin: 0 0 60px;
  padding: 0;
  
}

.breadcrumbs .delimiter {
  padding: 0px 5px;
}



/*************************************************************/
/********************* Highlighted Image *********************/
/*************************************************************/

/** Layout 1 **/
.highlighted-image-1 {
  position: relative;
  width: 100%;
  min-height: 500px;
  text-align: center;
}

.highlighted-image-1 img {
  position: relative;
}

.highlighted-image-1 .highlighted-image-content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 800px;
  padding: 35px;
  margin-top: -115px;
  margin-left: -400px;
  text-align: center;
  color: #f0f0f0;
}

.highlighted-image-1 .highlighted-image-content div {
  font-size: 2.9em;
  margin: 0 0 25px;
}

.highlighted-image-1 .highlighted-image-content h2 {
  margin: 0;
}

.highlighted-image-1 .highlighted-image-content p {
  margin: 10px 0 0;
}

@media (max-width: 1199px) {
  
  .highlighted-image-1 {
    min-height: 412px;
  }

  .highlighted-image-1 .highlighted-image-content {
    width: 700px;
    padding: 30px;
    margin-top: -100px;
    margin-left: -350px;
  }
  
  .highlighted-image-1 .highlighted-image-content div {
    font-size: 2em;
    margin: 0 0 30px;
  }
  
  .highlighted-image-1 .highlighted-image-content h2 {
    font-size: 2.3em;
  }
  
  .highlighted-image-1 .highlighted-image-content p {
    font-size: 0.9em;
  }

}

@media (max-width: 991px) {
  
  .highlighted-image-1 {
    min-height: 316px;
  }
  
  .highlighted-image-1 .highlighted-image-content {
    width: 500px;
    padding: 25px;
    margin-top: -90px;
    margin-left: -250px;
  }
  
  .highlighted-image-1 .highlighted-image-content div {
    font-size: 1.8em;
    margin: 0 0 25px;
  }
  
  .highlighted-image-1 .highlighted-image-content h2 {
    font-size: 1.7em;
  }

  .highlighted-image-1 .highlighted-image-content p {
    font-size: 0.7em;
  }
  
}

@media (max-width: 767px) {
  
  .highlighted-image-1 {
    min-height: 0px;
  }
  
  .highlighted-image-1 .highlighted-image-content {
    display: table;
    position: relative;
    width: 100%;
    top: 0px;
    left: 0px;
    margin: 0px;
    padding: 10px;
    text-align: center;
  }
  
  .highlighted-image-1 .highlighted-image-content div {
    display: none;
  }
  
  .highlighted-image-1 .highlighted-image-content h2 {
    display: table-cell;
    vertical-align: middle;
    font-size: 1em;
  }

  .highlighted-image-1 .highlighted-image-content p {
    display: none;
  }
  
}

/** Layout 2 **/
.highlighted-image-2 {
  min-height: 300px;
  min-height: 200px\9; /* IE8 box-sizing bug */
  color: #f0f0f0;
}

.highlighted-image-2 .highlighted-image-headline {
  display: inline-block;
  margin: 0px;
  padding: 30px 50px;
  line-height: 1.5em;
}

@media (max-width: 767px) {
  
  .highlighted-image-2 {
    min-height: 340px;
    min-height: 280px\9; /* IE8 box-sizing bug */
  }
  
  .highlighted-image-2 .highlighted-image-headline {
    padding: 20px;
  }
  
}

/** Layout 3 **/
.highlighted-image-3 {
  min-height: 200px;
  min-height: 100px\9; /* IE8 box-sizing bug */
  color: #f0f0f0;
}

.highlighted-image-3 .highlighted-image-headline {
  display: inline-block;
  margin: 0px;
  padding: 30px 50px;
  line-height: 1.5em;
}

@media (max-width: 767px) {
  
  .highlighted-image-3 {
    min-height: 240px;
    min-height: 180px\9; /* IE8 box-sizing bug */
  }
  
  .highlighted-image-3 .highlighted-image-headline {
    padding: 20px;
  }
  
}



/*************************************************************/
/*************************** Panels **************************/
/*************************************************************/

/** Panels Version 1 **/
.panel-1-icon {
  text-align: center;
}

.panel-1-icon i {
  text-align: center;
  font-size: 5em;
  -webkit-transition: color 0.3s;
     -moz-transition: color 0.3s;
       -o-transition: color 0.3s;
          transition: color 0.3s;
}

.panel-1-icon i:hover {
  cursor: pointer;
}

.panel-1-content {
  display: none;
}

.panel-1-content h2 {
  text-align: center;
}

@media (max-width: 991px) {

  .panel-1-icon i {
    font-size: 4em;
  }

}

@media (max-width: 767px) {
  
  .panel-1-icon i {
    font-size: 3em;
  }

}

/** Panels Version 2 **/
.panel-2-content {
  padding: 30px 20px;
  -webkit-box-shadow: 0px 0px 5px 2px #f0f0f0;
     -moz-box-shadow: 0px 0px 5px 2px #f0f0f0;
          box-shadow: 0px 0px 5px 2px #f0f0f0;
  text-align: center;
  background: #fff;
}

.panel-2-content img {
  max-width: 100px;
}

@media (max-width: 991px) {

  .panel-2-item + .panel-2-item {
    margin-top: 50px;
  }

}

/** Panels Version 3 **/
.panel-3-item {
  text-align: center;
}

.panel-3-item i {
  font-size: 3em;
}

@media (max-width: 991px) {

  .panel-3-item + .panel-3-item {
    margin-top: 50px;
  }

}

/** Info Panel **/
.info-panel {
  text-align: center;
}

.info-panel-title {
  margin-top: 0px;
  margin-bottom: 50px;
  line-height: 1.5em;
}

.info-panel-number {
  margin-top: 20px;
  margin-bottom: 20px;
}

.info-panel i {
  font-size: 2em;
}



/*************************************************************/
/************************* Portfolio *************************/
/*************************************************************/

#grid .mix {
  display: none;
  opacity: 0;
}

/** Layout 1 **/
.portfolio-item {
  margin-top: 40px;
}

.portfolio-item figure {
  max-width: 400px;
  margin: auto;
}

.portfolio-item figcaption {
  padding-top: 15px;
  height: 45px;
} 

.portfolio-item figcaption > div {
  display: inline-block;
}

.portfolio-item-title {
  width: 68%;
}

.portfolio-item-title h6 {
  margin: 0;
}

.portfolio-item-client {
  float: right;
  font-size: 85%;
  font-style: italic;
  width: 30%;
  text-align: right;
}

/** Layout 2 **/
.portfolio-2-item {
  margin-top: 40px;
}

.portfolio-2-item figure {
  max-width: 600px;
  margin: auto;
}

.portfolio-2-item figcaption {
  padding-top: 15px;
  height: 45px;
} 

.portfolio-2-item figcaption > div {
  display: inline-block;
}

.portfolio-2-item-title {
  width: 68%;
}

.portfolio-2-item-title h6 {
  margin: 0;
}

.portfolio-2-item-client {
  float: right;
  font-size: 85%;
  font-style: italic;
  width: 30%;
  text-align: right;
}

/** Portfolio Single **/
.portfolio-single-info ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.portfolio-single-info ul li + li{
  margin-top: 5px;
}

.portfolio-single-info ul li i {
  padding-right: 10px;
}

.portfolio-single-info h6,
.portfolio-single-description h6 {
  font-size: 1.1em;
}



/*************************************************************/
/************************** Our Work *************************/
/*************************************************************/

.our-work-item {
  position: relative;
  margin-bottom: 65px;
}

.our-work-item figure {
  position: relative;
  overflow: hidden;
  width: 325px;
  height: 325px;
  margin: auto;
  cursor: pointer;
}

.our-work-item figure img {
  position: relative;
  display: block;
}

.our-work-item figure figcaption {
  position: absolute;
  display: table;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; 
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform: translateY(-100%);
	   -moz-transform: translateY(-100%);
	    -ms-transform: translateY(-100%);
	     -o-transform: translateY(-100%);
	        transform: translateY(-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;
          transition: all 0.3s ease-in-out;
  color: #f0f0f0;
}

.our-work-item figure:hover figcaption {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; 
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: translateY(0%);
	   -moz-transform: translateY(0%);
	    -ms-transform: translateY(0%);
	     -o-transform: translateY(0%);
	        transform: translateY(0%);
  cursor: pointer;
}

.our-work-item figure figcaption h6 {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

@media (min-width: 992px) and (max-width: 1199px) {
  
  .our-work-item {
    margin-bottom: 30px;
  }

  .our-work-item figure,
  .our-work-item img {
    width: 293px;
    height: 293px;
  }

}

@media (min-width: 768px) and (max-width: 991px) {
  
  .our-work-item {
    margin-bottom: 50px;
  }
  
}

@media (max-width: 767px) {
  
  .our-work-item {
    margin-bottom: 50px;
  }
  
  .our-work-item figure,
  .our-work-item img {
    width: 250px;
    height: 250px;
  }
  
  .our-work-item figure figcaption {
    position: absolute;
    display: block;
    top: auto;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    padding: 0 10px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; 
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: translateY(0%);
  	   -moz-transform: translateY(0%);
  	    -ms-transform: translateY(0%);
  	     -o-transform: translateY(0%);
  	        transform: translateY(0%);
  	cursor: pointer;
  }

  .our-work-item figure figcaption h6 {
    display: block;
    margin: 15px 0px;
  }
  
}

/** Footer Our Work **/
.footer-our-work img {
  padding: 0 5px 10px 0;
  width: 90px;
}



/*************************************************************/
/*************************** Blog ****************************/
/*************************************************************/

/** Layout 1 **/
.blog-post + .blog-post {
  margin-top: 75px;
}

.blog-post-title h3 {
  margin-top: 0px;
  margin-bottom: 20px;
}

.blog-post-info {
  font-size: 85%;
  margin-bottom: 30px;
  text-align: center;
}

.blog-post-info ul {
  padding: 0;
  margin: 0;
}

.blog-post-info ul li {
  list-style: none;
  display: inline-block;
  padding: 0px 5px;
}

.blog-post-info i {
  padding-right: 5px;
}

.blog-post-image {
  margin-bottom: 20px;
}

.blog-post-more {
  text-align: center;
  margin-top: 20px;
  font-size: 85%;
}

.blog-posts-pagination {
  margin-top: 75px;
  text-align: center;
}

/** Layout 2 **/
.blog-2-post {
  margin-bottom: 30px;
}

.blog-2-content {
  background: #fff;
  padding: 30px;
}

.blog-2-post-title {
  margin-top: 0px;
  margin-bottom: 15px;
}

.blog-2-post-info {
  font-size: 85%;
  margin-bottom: 15px;
}

.blog-2-post-info ul {
  padding: 0;
  margin: 0;
}

.blog-2-post-info ul li {
  list-style: none;
  display: inline-block;
  padding: 0px 10px 0px 0px;
}

.blog-2-post-info i {
  padding-right: 5px;
}

.blog-2-post-more {
  text-align: right;
}

.blog-2-posts-pagination {
  margin-top: 25px;
  text-align: center;
}

/** Blog Single **/
.blog-single-post-info {
  font-size: 85%;
}

.blog-single-post-info ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.blog-single-post-info .date {
  margin: 0px;
  padding-bottom: 15px;
  font-size: 1.2em;
}

.blog-single-post-image {
  margin-bottom: 20px;
}

.blog-single-post-comments,
.blog-single-post-comment {
  margin-top: 50px;
}

.blog-comment-subject {
  margin-top: 0;
  margin-bottom: 10px;
}

@media (max-width: 991px) {

  .blog-single-post-info {
    text-align: center;
  }
  
  .blog-single-post-info ul {
    margin-bottom: 15px;
  }
  
  .blog-single-post-info ul li:first-child {
    display: block;
  }
  
  .blog-single-post-info ul li {
    display: inline;
    padding: 0px 5px;
  }

}



/*************************************************************/
/************************ Latest Posts ***********************/
/*************************************************************/

.latest-posts-item {
  position: relative;
  float: left;
  margin-bottom: 50px;
}

.latest-posts-item-date,
.latest-posts-item-content {
  float: left;
}

.latest-posts-item-date {
  text-align: center;
  width: 120px;
  height: 120px;
  border-radius: 6px;
  margin-right: 50px;
  padding: 30px;
  color: #f0f0f0;
}

.latest-posts-item-date h4,
.latest-posts-item-date h6 {
  margin: 0;
}

.latest-posts-item-date h4 {
  margin-bottom: 5px;
}

.latest-posts-item-content {
  width: 579px;
}

.latest-posts-item-content h5 {
  margin-top: 0;
  margin-bottom: 15px;
}

@media (min-width: 992px) and (max-width: 1199px) {

  .latest-posts-item-content {
    width: 445px;
  }

}

@media (min-width: 768px) and (max-width: 991px) {
  
  .latest-posts-item-content {
    width: 550px;
  }
  
}

@media (max-width: 767px) {
  
  .latest-posts-item-date {
    width: 20%;
    height: 120px;
    border-radius: 0px;
    margin-right: 5%;
    padding: 0px;
    background: transparent !important;
  }

  .latest-posts-item-content {
    width: 75%;
  }
  
}

/** Footer Latest Posts **/
.footer-latest-post h6 {
  margin: 0 0 10px;
}

.footer-latest-post p {
  margin: 0;
}

.footer-latest-post + .footer-latest-post {
  margin-top: 20px;
}



/*************************************************************/
/************************** Our Team *************************/
/*************************************************************/

.our-team-item {
  text-align: center;
}

.our-team-item p {
  line-height: 1em;
}

@media (max-width: 991px) {
  
  .our-team-item {
    margin-bottom: 50px;
  }
  
  .our-team-item:last-child {
    margin-bottom: 0px;
  }
  
}



/*************************************************************/
/*********************** Call to Action **********************/
/*************************************************************/

.call-to-action-1 h4 {
  line-height: 1.46em;
}

.call-to-action-2 {
  min-height: 200px;
  min-height: 100px\9; /* IE8 box-sizing bug */
  color: #f0f0f0;
}

@media (max-width: 991px) {
  
  .call-to-action-2 .call-to-action-2-button {
    margin-top: 45px;
  }
  
}

@media (max-width: 767px) {
  
  .call-to-action-2 {
    min-height: 240px;
    min-height: 180px\9; /* IE8 box-sizing bug */
  }
  
}



/*************************************************************/
/************************** Services *************************/
/*************************************************************/

/** Services Version 1 **/
.services-1-item {
  margin-bottom: 80px;
}

.services-1-item:last-child {
  margin-bottom: 0px;
}

.services-1-item-icon i {
  font-size: 7em;
}

.services-1-item-description h2 {
  margin-top: 0;
  margin-bottom: 25px;
}

@media (max-width: 991px) {
  
  .services-1-item {
    margin-bottom: 60px;
  }
  
}

@media (max-width: 767px) {
  
  .services-1-item-description h2 {
    margin: 25px 0px;
  }
  
}

/** Services Version 2 **/
.services-2-item {
  margin-bottom: 80px;
}

.services-2-item:last-child {
  margin-bottom: 0px;
}

.services-2-item-description h3 {
  margin-top: 0;
  margin-bottom: 25px;
}

@media (min-width: 992px) {
	
	.services-2-item-description h3,
	.services-2-item-description p {
		margin-left: 40px;
	}
}

@media (max-width: 991px) {
  
  .services-2-item {
    margin-bottom: 60px;
  }

}

@media (max-width: 767px) {
  
  .services-2-item-description h3 {
  	margin: 30px 0;
  }
  
}

/** Services Version 3 **/
.services-3-item + .services-3-item {
  margin-top: 30px;
}

.services-3-icon {
  float: left;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 1.5em;
  text-align: center;
}

.services-3-icon i {
  line-height: 50px;
}

.services-3-text {
  min-height: 50px;
  margin-left: 80px;
}

.services-3-text h6 {
  margin: 0px 0px 10px;
}

/** Services Version 4 **/
.services-4-item + .services-4-item {
  margin-top: 30px;
}

.services-4-icon {
  float: left;
  font-size: 1.7em;
}

.services-4-text {
  min-height: 50px;
  margin-left: 60px;
}

.services-4-text h6 {
  margin: 0px 0px 10px;
}



/*************************************************************/
/************************ Testimonials ***********************/
/*************************************************************/

.testimonials-block {
  min-height: 350px;
  min-height: 250px\9; /* IE8 box-sizing bug */
}

.testimonials-slider {
  position: relative;
}

.testimonials-author h6 {
  margin: 0px;
}

.testimonials-content p {
  color: #f0f0f0;
  margin-top: 40px;
  margin-bottom: 0px;
}

.testimonials-slider .flex-control-nav {
  position: relative;
  bottom: 0px;
  margin: 25px 0 0;
  height: 11px;
}

.testimonials-slider .flex-control-paging li a {
  background: transparent;
  border: 1px solid #f0f0f0;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
       -o-box-shadow: none;
          box-shadow: none;
  -webkit-transition: background-color 0.3s ease-out;
     -moz-transition: background-color 0.3s ease-out;
       -o-transition: background-color 0.3s ease-out;
          transition: background-color 0.3s ease-out;
}

.testimonials-slider .flex-control-paging li a:hover {
  background: #f0f0f0;
}

.testimonials-slider .flex-control-paging li a.flex-active {
  background: #f0f0f0;
}

@media (max-width: 767px) {

  .testimonials-block {
    min-height: 390px;
    min-height: 330px\9; /* IE8 box-sizing bug */
  }

}



/*************************************************************/
/********************** Social Networks **********************/
/*************************************************************/

/** Top Header Social Networks **/
.top-header-social-networks {
	font-size: 1.2em;
}

/** My Socials **/
.my-socials {
  list-style: none;
  font-size: 1.5em;
  padding: 0px;
}

.my-socials li {
  display: inline-block;
}

/** Footer Social Networks 1 **/
.footer-social-networks-1 a + a {
  padding-left: 10px;
}

.footer-social-networks-1 i {
  font-size: 1.5em;
}

/** Footer Social Networks 2 **/
.footer-social-networks-2-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

/** Footer Social Networks 3 **/
.footer-social-networks-3 {
  font-size: 2em;
  margin-bottom: 20px;
}



/*************************************************************/
/************************** Contacts *************************/
/*************************************************************/

/** My Contacts **/
.my-contacts {
  list-style: none;
  padding: 0px;
}

/** Footer Contacts **/
.footer-contacts-list {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}


/*************************************************************/
/************************** Sliders **************************/
/*************************************************************/

/** FlexSlider **/
.highlighted-slider-1 .flex-control-nav,
.flex-bullet-slider .flex-control-nav,
.flex-arrow-slider .flex-control-nav {
  position: absolute;
  bottom: 0px;
  right: 0px;
  margin: 0px 15px 15px 0px;
  height: 11px;
  z-index: 10;
  width: auto;
}

..highlighted-slider-1 .flex-control-nav li,
.flex-bullet-slider .flex-control-nav li,
.flex-arrow-slider .flex-control-nav li{
  margin: 0px 4px;
}

.highlighted-slider-1 .flex-control-paging li a,
.flex-bullet-slider .flex-control-paging li a,
.flex-arrow-slider .flex-control-paging li a {
  background: transparent;
  border: 1px solid #f0f0f0;
  -webkit-box-shadow: 1px 1px 0px rgba(0, 0 , 0, 0.3);
     -moz-box-shadow: 1px 1px 0px rgba(0, 0 , 0, 0.3);
       -o-box-shadow: 1px 1px 0px rgba(0, 0 , 0, 0.3);
          box-shadow: 1px 1px 0px rgba(0, 0 , 0, 0.3);
  -webkit-transition: background-color 0.3s ease-out;
     -moz-transition: background-color 0.3s ease-out;
       -o-transition: background-color 0.3s ease-out;
          transition: background-color 0.3s ease-out;
}

.highlighted-slider-1 .flex-control-paging li a:hover,
.flex-bullet-slider .flex-control-paging li a:hover,
.flex-arrow-slider .flex-control-paging li a:hover {
  background: #f0f0f0;
}

.highlighted-slider-1 .flex-control-paging li a.flex-active,
.flex-bullet-slider .flex-control-paging li a.flex-active,
.flex-arrow-slider .flex-control-paging li a.flex-active {
  background: #f0f0f0;
}

/** Highlighted Slider 1 **/
.highlighted-slider-1 {
  position: relative;
}

.highlighted-slider-1 li {
  position: relative;
}

.highlighted-slider-1-caption {
  max-width: 80%;
  position: absolute;
  padding: 25px 30px;
  bottom: 50px;
  left: 50px;
  color: #f0f0f0;  
}

.highlighted-slider-1-caption h5 {
  margin: 0px;
}

.highlighted-slider-1-caption p {
  margin-top: 10px;
}

@media (max-width: 767px) {

  .highlighted-slider-1-caption {
    display: none;
  }

}

/** Flex Bullet Slider **/
.flex-bullet-slider {
  position: relative;
}

/** Flex Arrow Slider **/
.flex-arrow-slider {
  position: relative;
}

.flex-arrow-slider .flex-prev {
  left: 10px;
}

.flex-arrow-slider .flex-next {
  right: 10px;
}

.flex-arrow-slider:hover .flex-prev {
  opacity: 0.7;
}

.flex-arrow-slider:hover .flex-next {
  opacity: 0.7;
}

.flex-arrow-slider:hover .flex-next:hover,
.flex-arrow-slider:hover .flex-prev:hover {
  opacity: 1;
}

.flex-arrow-slider .flex-direction-nav a:before  {
  font-size: 20px;
}

.flex-arrow-slider .flex-direction-nav a  {
  height: 20px;
  width: 20px;
  line-height: 20px;
  margin: -10px 0 0;
  color: rgba(255,255,255,0.8);
  text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
}



/*************************************************************/
/*********************** Progress Bars ***********************/
/*************************************************************/

.progress {
  height: 30px;
  background-color: #fff;
  border-radius: 3px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.progress:last-child {
  margin-bottom: 0px;
}

.progress-bar {
  font-size: inherit;
  color: #f0f0f0;
  font-size: 0.7em;
  line-height: 30px;
  padding: 0 10px;
  border-radius: 3px;
  text-align: right;
  -webkit-box-shadow: none;
          box-shadow: none;
}



/*************************************************************/
/************************** Buttons **************************/
/*************************************************************/

.btn {
  letter-spacing: inherit;
  margin-right: 10px;
  padding: 10px 30px;
  border: 0px;
  border-radius: 4px;
  font-size: inherit;
  line-height: inherit;
}

.btn:focus {
  outline: 0;
}

.btn:active,
.btn.active {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-lg {
  padding: 20px 60px;
  font-size: 1.3em;
  line-height: inherit;
  border-radius: 4px;
}

.btn-sm,
.btn-xs {
  padding: 9px 18px;
  font-size: 0.8em;
  line-height: normal;
  border-radius: 4px;
}

.btn-xs {
  padding: 3px 8px;
}

.btn-block + .btn-block {
  margin-top: 20px;
}

.btn-default {
  padding: 8px 28px;
  background: transparent;
  -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
       -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
}

.btn-default.btn-lg {
  padding: 18px 58px;
}

.btn-default.btn-sm {
  padding: 7px 16px;
}

.btn-default.btn-xs {
  padding: 1px 6px;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #555;
  border-color: #555;
  background-color: transparent;
}

.btn-primary {
  color: #f0f0f0;
  -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
       -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #f0f0f0;
  background-color: #555555;
}

.btn-light {
  border: 2px solid #f0f0f0;
  color: #f0f0f0!important;
  padding: 8px 28px;
  -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
       -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
}

.btn-light.btn-lg {
  padding: 18px 58px;
}

.btn-light.btn-sm {
  padding: 5px 13px;
}

.btn-light.btn-xs {
  padding: 1px 6px;
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active,
.btn-light.active,
.open .dropdown-toggle.btn-light {
  border-color: #f0f0f0;
  background: #f0f0f0;
}



/*************************************************************/
/*************************** Wells ***************************/
/*************************************************************/

.well {
  margin-bottom: 20px;
  background-color: #fff;
  border: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.well:last-child {
  margin-bottom: 0px;
}

.well-lg {
  padding: 30px;
}



/*************************************************************/
/************************* Jumbotron *************************/
/*************************************************************/

.jumbotron {
  background: #fff;
  margin-bottom: 0px;
}



/*************************************************************/
/*************************** Labels **************************/
/*************************************************************/

.label {
  font-weight: normal;
  color: #f0f0f0;
}

.label-default {
	background-color: #555;
}



/*************************************************************/
/*************************** Alerts **************************/
/*************************************************************/

.alert:last-child {
  margin-bottom: 0px;
}



/*************************************************************/
/************************** Popovers *************************/
/*************************************************************/

.popover {
  padding: 0px;
  background-color: #f6f5f5;
  border: 1px solid #cdcdcd;
  border-radius: 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.popover-title {
  font-size: 1em;
  background-color: #ecf0f1;
  border-bottom: 0px;
  border-radius: 4px 4px 0 0;
}

.popover.top .arrow {
  border-top-color: #cdcdcd;
}

.popover.top .arrow:after {
  border-top-color: #f6f5f5;
}

.popover.right .arrow {
  border-right-color: #cdcdcd;
}

.popover.right .arrow:after {
  border-right-color: #f6f5f5;
}

.popover.bottom .arrow {
  border-bottom-color: #cdcdcd;
}

.popover.bottom .arrow:after {
  border-bottom-color: #f6f5f5;
}

.popover.left .arrow {
  border-left-color: #cdcdcd;
}

.popover.left .arrow:after {
  border-left-color: #f6f5f5;
}



/*************************************************************/
/**************************** Tabs ***************************/
/*************************************************************/

.nav-tabs {
  border: 0px;
  margin-bottom: 5px;
}

.nav-tabs > li {
  margin-bottom: 0px;
}

.nav-tabs > li > a {
  padding: 10px 25px;
  margin-right: 5px;
  line-height: inherit;
  border: 0px;
  border-radius: 0px;
  color: #f0f0f0;
  -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
       -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
}

.nav-tabs.nav-tabs-dark > li > a {
  background: #555;
}

.nav-tabs > li.active > a {
  background: #fff;
  color: #555;
}

.nav-tabs > li > a > h6 {
  margin: 0;
}

.nav-tabs > li:last-child > a {
  margin-right: 0px;
}

.nav-tabs > li > a:hover {
  background: #fff;
  color: #555;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  border: 0px;
}

.nav-tabs.nav-justified > li > a {
  margin-right: 5px;
  border-bottom: 0px;
}

.nav-tabs.nav-justified > li:last-child > a {
  margin-right: 0px;
}

.tab-content {
  background: #fff;
  padding: 25px;
}

@media (max-width: 767px) {
  
  .nav-tabs > li > a {
    padding: 10px 15px;
  }
  
  .nav-tabs.nav-justified > li > a {
    margin-right: 0px;
    margin-bottom: 5px;
  }

  .nav-tabs.nav-justified > li:last-child > a {
    margin-bottom: 0px;
  }
  
  .tab-content {
    padding: 15px;
  }
  
}



/*************************************************************/
/************************* Accordions ************************/
/*************************************************************/

.panel-group .panel {
  background-color: #fff;
  border: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  padding: 10px 25px;
  border-bottom: 0px;
}

.panel-group .panel-title {
  font-size: 1em;
}

.panel-group .panel-title > a:hover {
  color: #f0f0f0;
}

.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 0px;
}

.panel-group .panel-body {
  padding: 25px;
}

.panel-default > .panel-heading {
  color: #f0f0f0;
  background-color: #555;
}

.panel-primary > .panel-heading {
  color: #f0f0f0;
}



/*************************************************************/
/************************* Pagination ************************/
/*************************************************************/

.pagination {
  margin: 0px;
  border-radius: 0px;
}

.pagination > li > a,
.pagination > li > span {
  padding: 6px 14px;
  margin: 0px 5px;
  background-color: transparent;
  border: 0px;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
       -o-transition: all 0.3s;
          transition: all 0.3s;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  margin-right: 0px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus,
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  color: #f0f0f0;
}

.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  background-color: transparent;
}



/*************************************************************/
/*************************** Forms ***************************/
/*************************************************************/

.form-group {
  margin-bottom: 20px;
}

.form-group:last-child {
  margin-bottom: 0px;
}

select.form-control,
.form-control {
  border: 1px solid transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: border-color ease-in-out 0.3s;
          transition: border-color ease-in-out 0.3s;
}

.form-control:focus {
  border-color: #cdcdcd;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

textarea,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="password"],
input[type="tel"],
input[type="number"] {
  -webkit-appearance: none;
}



/*************************************************************/
/************************ Google maps ************************/
/*************************************************************/

.google-map {
  width: 100%;
  height: 350px;
}



/*************************************************************/
/*********************** Pricing tables **********************/
/*************************************************************/

/** Layout 1 **/
.pricing-tables-1 h4,
.pricing-tables-1 h3,
.pricing-tables-1 .pricing-table-description ul {
  margin: 0px;
}

.pricing-tables-1 .pricing-table {
  text-align: center;
  background-color: #fff;
}

.pricing-tables-1 .pricing-table-title {
  padding: 30px 10px;
}

.pricing-tables-1 .pricing-table-price {
  padding: 40px 10px;
  background: #555;
  color: #f0f0f0;
}

.pricing-tables-1 .pricing-table-description {
  padding: 40px 10px;
}

.pricing-tables-1 .pricing-table-description ul li + li {
  padding-top: 15px;
}

.pricing-tables-1 .pricing-table-button {
  padding: 0px 10px 40px;
}



/*************************************************************/
/************************* Switcher **************************/
/*************************************************************/

.switcher {
  position: fixed;
  top: 150px;
  left: 10px;
  background: #4a4a4a;
  color: #f0f0f0;
  padding: 10px;
  padding-bottom: 5px;
  z-index: 10;
  border-radius: 3px;
}

.switcher a.link {
  cursor: pointer;
  color: #f0f0f0;
  font-size: 1.1em;
  text-align: center;
}

.switcher .themeColors {
	display: none;
	background: #555;
  margin: 0px;
  margin-top: 10px;
  padding: 0px;
}

.switcher .themeColors li {
  list-style: none;
}

.switcher .themeColors li a {
  display: inline-block;
  width: 21px;
  height: 21px;
}

.switcher .aqua   { background-color: #6dc3b1; }
.switcher .blue   { background-color: #72b4d3; }
.switcher .green  { background-color: #5fc073; }
.switcher .orange { background-color: #f1915e; }
.switcher .red    { background-color: #df6662; }
.switcher .yellow { background-color: #f1c40f; }

@media (max-width: 767px) {

  .switcher {
    display: none;
  }

}



/*************************************************************/
/******************** Colors & Backgrounds *******************/
/*************************************************************/

/** Text Color Palette **/
.text-color-light,
.text-color-light a:hover,
.text-color-light a:focus,
.text-color-light a:active {
  color: #f0f0f0;
}

.text-color-light .btn-default:hover,
.text-color-light .btn-default:focus,
.text-color-light .btn-default:active,
.text-color-light .btn-default.active,
.text-color-light .open .dropdown-toggle.btn-default {
  color: #f0f0f0;
  border-color: #f0f0f0;
}

.text-color-light .btn-primary:hover,
.text-color-light .btn-primary:focus,
.text-color-light .btn-primary:active,
.text-color-light .btn-primary.active,
.text-color-light .open .dropdown-toggle.btn-primary {
  color: #555;
  background-color: #f0f0f0;
}

.text-color-dark,
.text-color-dark a:hover,
.text-color-dark a:focus,
.text-color-dark a:active {
  color: #555;
}

.text-color-dark .btn-primary:hover,
.text-color-dark .btn-primary:focus,
.text-color-dark .btn-primary:active,
.text-color-dark .btn-primary.active,
.text-color-dark .open .dropdown-toggle.btn-primary {
  color: #f0f0f0;
}

/** Text Colors **/
.text-color-turquoise    { color: #1abc9c; }
.text-color-greenSea     { color: #16a085; }
.text-color-emerald      { color: #2ecc71; }
.text-color-nephritis    { color: #27ae60; }
.text-color-sunFlower    { color: #f1c40f; }
.text-color-orange       { color: #f39c12; }
.text-color-carrot       { color: #e67e22; }
.text-color-pumpkin      { color: #d35400; }
.text-color-peterRiver   { color: #3498db; }
.text-color-belizeHole   { color: #2980b9; }
.text-color-alizarin     { color: #e74c3c; }
.text-color-pomegranate  { color: #c0392b; }
.text-color-amethyst     { color: #9b59b6; }
.text-color-wisteria     { color: #8e44ad; }
.text-color-clouds       { color: #ecf0f1; }
.text-color-silver       { color: #bdc3c7; }
.text-color-wetAsphalt   { color: #34495e; }
.text-color-midnightBlue { color: #2c3e50; }
.text-color-concrete     { color: #95a5a6; }
.text-color-asbestos     { color: #7f8c8d; }

/** Social Networks Colors **/
.facebook-color   { color: #3b5998; }
.twitter-color    { color: #00aced; }
.google-color     { color: #dd4b39; }
.youtube-color    { color: #bb0000; }
.linkedin-color   { color: #007bb6; }
.instagram-color  { color: #517fa4; }
.pinterest-color  { color: #cb2027; }
.flickr-color     { color: #ff0084; }
.tumblr-color     { color: #32506d; }
.foursquare-color { color: #0072b1; }

/** Background Colors **/
.bg-color-grayDark1    { background-color: #555555; }
.bg-color-grayDark2    { background-color: #4a4a4a; }
.bg-color-grayLight1   { background-color: #f6f5f5; }
.bg-color-grayLight2   { background-color: #ecf0f1; }
.bg-color-flatDarkBlue { background-color: #34495e; }
.bg-color-theme a      { color: #555; }

/** Background Images **/
.bg-image-sea {
  background: url('../img/background-images/sea.jpg') scroll center 0 no-repeat;
  background-size: cover;
}

.bg-image-washington {
  background: url('../img/background-images/washington.jpg') scroll center 0 no-repeat;
  background-size: cover;
}

.bg-image-autumn {
  background: url('../img/background-images/autumn.jpg') scroll center 0 no-repeat;
  background-size: cover;
}

.bg-image-rain {
  background: url('../img/background-images/rain.jpg') scroll center 0 no-repeat;
  background-size: cover;
}