@charset "utf-8";

/* @fileRef flexslider.css */

/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */


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

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
	font-family: 'flexslider-icon';
	src:url('../fonts/flexslider-icon.eot');
	src:url('../fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'),
		url('../fonts/flexslider-icon.woff') format('woff'),
		url('../fonts/flexslider-icon.ttf') format('truetype'),
		url('../fonts/flexslider-icon.svg#flexslider-icon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; 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;}

/* FlexSlider Default Theme
*********************************/
.flexslider { margin: 0 0 60px; background: #fff; border: 4px solid #fff; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); -o-box-shadow: 0 1px 4px rgba(0,0,0,.2); box-shadow: 0 1px 4px rgba(0,0,0,.2); zoom: 1; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a  { display: block; width: 40px; height: 40px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.8); text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
.flex-direction-nav .flex-prev { left: -50px; }
.flex-direction-nav .flex-next { right: -50px; text-align: right; }
.flexslider:hover .flex-prev { opacity: 0.7; left: 10px; }
.flexslider:hover .flex-next { opacity: 0.7; right: 10px; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.flex-direction-nav a:before  { font-family: "flexslider-icon"; font-size: 40px; display: inline-block; content: '\f001'; }
.flex-direction-nav a.flex-next:before  { content: '\f002'; }

/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
  .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
}


/* @fileRef style.css */

/*************************************************************/
/********************* TABLE OF CONTENTS *********************/
/*************************************************************/
/**                                                         **/
/** General Styles                                          **/
/** Generic Styles                                          **/
/** Typography                                              **/
/** Regions                                                 **/
/**  - Header                                               **/
/**  - Top Content                                          **/
/**  - Sidebars                                             **/
/**  - Footer Columns                                       **/
/**  - Footer                                               **/
/** Menus                                                   **/
/**  - Nav                                                  **/
/**  - Mav Pills                                            **/
/**  - Nestor Main Menu                                     **/
/** Breadcrumbs                                             **/
/** Portfolio                                               **/
/**  - Portfolio Page                                       **/
/**  - Portfolio Single                                     **/
/**  - Our Work 1                                           **/
/** Blog                                                    **/
/**  - Blog Single                                          **/
/** Comments                                                **/
/** Highlighted Slider                                      **/
/**  - Highlighted Slider 1                                 **/
/** Text Widgets                                            **/
/**  - Text Widget 1                                        **/
/** Panels                                                  **/
/**  - Panels 1                                             **/
/**  - Panels 2                                             **/
/**  - Panels 3                                             **/
/**  - Panels 4                                             **/
/** Sliders                                                 **/
/**  - Flex Bullet Slider                                   **/
/**  - Flex Arrow Slider                                    **/
/** Testimonials                                            **/
/**  - Testimonials 1                                       **/
/**  - Testimonials 2                                       **/
/** Call to Actions                                         **/
/**  - Call to Action 1                                     **/
/** Company Description                                     **/
/** Team                                                    **/
/** Skills                                                  **/
/**  - Skills 1                                             **/
/** Company Stats                                           **/
/**  - Company Stats 1                                      **/
/**  - Company Stats 2                                      **/
/** Social Networks                                         **/
/**  - Social Networks Footer                               **/
/** Google Maps                                             **/
/** Pagination                                              **/
/** Tabs                                                    **/
/** Accordions                                              **/
/** Pricing tables                                          **/
/**  - Layout 1                                             **/
/** Buttons                                                 **/
/** Forms                                                   **/
/** Switcher                                                **/
/** Colors & Backgrounds                                    **/
/**  - Text Color Palette                                   **/
/**  - Text Colors                                          **/
/**  - Background Colors                                    **/
/**  - Background Images                                    **/
/**                                                         **/
/*************************************************************/
/*************************************************************/



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

body {
  color: #2b2b2b;
  font-size: 1.6em;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  text-rendering: optimizeLegibility;
  word-wrap: break-word;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
     -moz-transition: all 0.3s ease-out;
       -o-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
}

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



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

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

.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: 0; }
  .no-margin-md-left   { margin-left: 0; }
  .no-margin-md-top    { margin-top: 0; }
  .no-margin-md-right  { margin-right: 0; }
  .no-margin-md-bottom { margin-bottom: 0; }
  
  .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: 0; }
  .no-margin-sm-left   { margin-left: 0; }
  .no-margin-sm-top    { margin-top: 0; }
  .no-margin-sm-right  { margin-right: 0; }
  .no-margin-sm-bottom { margin-bottom: 0; }
  
  .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: 0; }
  .no-margin-xs-left   { margin-left: 0; }
  .no-margin-xs-top    { margin-top: 0; }
  .no-margin-xs-right  { margin-right: 0; }
  .no-margin-xs-bottom { margin-bottom: 0; }
  
  .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: 0; }
.no-padding-left   { padding-left: 0; }
.no-padding-top    { padding-top: 0; }
.no-padding-right  { padding-right: 0; }
.no-padding-bottom { padding-bottom: 0; }

.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: 0; }
  .no-padding-md-left   { padding-left: 0; }
  .no-padding-md-top    { padding-top: 0; }
  .no-padding-md-right  { padding-right: 0; }
  .no-padding-md-bottom { padding-bottom: 0; }
  
  .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: 0; }
  .no-padding-sm-left   { padding-left: 0; }
  .no-padding-sm-top    { padding-top: 0; }
  .no-padding-sm-right  { padding-right: 0; }
  .no-padding-sm-bottom { padding-bottom: 0; }
  
  .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: 0; }
  .no-padding-xs-left   { padding-left: 0; }
  .no-padding-xs-top    { padding-top: 0; }
  .no-padding-xs-right  { padding-right: 0; }
  .no-padding-xs-bottom { padding-bottom: 0; }
  
  .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; }
}

.position-relative { position: relative; }

.img-responsive { display: inline-block; }
.img-full-width { width: 100%; }

.overlay {
  padding-left: 15px;
  padding-right: 15px;
  background: rgba(0,0,0,.6);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.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 ************************/
/*************************************************************/

.size-16  { font-size: 16px; }
.size-32  { font-size: 32px; }
.size-48  { font-size: 48px; }
.size-64  { font-size: 64px; }
.size-128 { font-size: 128px; }

.text-bold { font-weight: 700; }

.lato-font { font-family: 'Lato', sans-serif; }
.bitter-font { font-family: 'Bitter', serif; }

h1, h2, h3, h4, h5, h6 {
  /*font-family: 'Bitter', serif;*/
  font-weight: 400;
  color: #2b2b2b;
  margin: 1.2em 0 1em;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}

h1 {
  font-size: 2.6em;
}

h2 {
  font-size: 2.2em;
}

h3 {
  font-size: 1.8em;
}

h4 {
  font-size: 1.6em;
}

h5 {
  font-size: 1.4em;
}

h6 {
  font-size: 1.2em;
}

p, span {
  font-size: 1em;
  line-height: 1.6em;
}

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

.page-title h1 {
  margin: 0;
  font-size: 1.6em;
}

.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.5em;
}

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

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

ul.tags li:last-child {
  margin-right: 0px;
}



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

.region,
.block {
  padding: 40px 0;
}

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

/** Top Content **/
#top-content-region,
#top-content-region .block {
  padding: 15px 0;
}

#top-content-region .region {
  padding: 0;
}

/** Sidebars **/
#sidebar-first-region .region,
#sidebar-second-region .region {
  padding: 50px 0;
}

#sidebar-first-region .block,
#sidebar-second-region .block {
  padding: 30px 0;
}

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

/** Footer **/
footer .region,
footer .block {
  padding: 10px 0;
}

@media (max-width: 991px) {

  #footer-left-region .region {
    padding-bottom: 0;
  }

  #footer-right-region .region {
    padding-top: 0;
  }

}



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

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

.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: 30px;
}

.nav-pills > li > a {
  color: #777;
  padding: 0;
  -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 {
  background-color: transparent;
}

@media (max-width: 767px) {

  .nav-pills li {
    display: block;
  }

  .nav-pills > li+li {
    margin-left: 0px;
    margin-top: 5px;
  }

}

/** Nestor Main Menu **/
.nestor-main-menu {
  padding: 62px 0 0;
  margin: 0;
  border: 0;
  z-index: 998;
}

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

.nestor-main-menu .nav > li > a {
  padding: 0 16px 43px;
}

.nestor-main-menu .nav > li:first-child > a {
  padding-left: 0;
}

.nestor-main-menu .nav > li:last-child > a {
  padding-right: 0;
}

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

.nestor-main-menu a,
.nestor-main-menu .active > a,
.nestor-main-menu .nav .open > a,
.nestor-main-menu .nav .open > a:hover,
.nestor-main-menu .nav .open > a:focus,
.nestor-main-menu .nav > li > a:hover,
.nestor-main-menu .nav > li > a:focus,
.nestor-main-menu .nav > li:hover > a,
.nestor-main-menu .nav > li:focus > a {
  color: #777;
  background-color: transparent;
}

.nestor-main-menu .dropdown-menu {
  font-size: 0.9em;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background-color: #222;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.nestor-main-menu .dropdown-menu a {
  padding: 12px 20px;
  border-bottom: 1px dotted #2b2b2b;
}

.nestor-main-menu .dropdown-menu li:last-child a {
  border-bottom: 0;
}

.nestor-main-menu .dropdown-menu > li > a {
  color: #cdcdcd;
  font-weight: 300;
}

.nestor-main-menu .dropdown-menu > .active > a,
.nestor-main-menu .dropdown-menu > li > a:hover,
.nestor-main-menu .dropdown-menu > li > a:focus {
  background-color: #2b2b2b;
}

.nestor-main-menu .dropdown-menu > li:hover,
.nestor-main-menu .dropdown-menu > .active {
  background: transparent;
}

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

}

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

}

@media (max-width: 767px) {
  
  .nestor-main-menu .navbar-collapse {
    margin-bottom: 30px;
    text-align: left;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  
  .nestor-main-menu .navbar-nav {
    display: block;
    margin: 0;
  }
  
  .nestor-main-menu .nav > li > a {
    padding: 12px 20px;
    margin: 0;
    border-top: 1px dotted #cdcdcd;
  }

  .nestor-main-menu .nav > li:first-child > a {
    border-top: 0;
    padding: 12px 20px;
  }
  
  .nestor-main-menu .navbar-header {
    text-align: center;
  }
  
  .nestor-main-menu .navbar-toggle {
    float: none;
    width: 250px;
    border-radius: 0;
    color: #f0f0f0;
    padding: 12px;
    margin: 0 0 30px;
  }

  .nestor-main-menu .dropdown-menu {
    margin-bottom: 12px;
  }

  .nestor-main-menu .dropdown-menu a {
    border-bottom: 0;
  }

  .nestor-main-menu .dropdown-menu > li > a {
    color: #777;
  }

  .nestor-main-menu .navbar-nav .open .dropdown-menu > li > a,
  .nestor-main-menu .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 10px 0 10px 30px;
  }

  .nestor-main-menu .dropdown-menu > .active > a,
  .nestor-main-menu .dropdown-menu > li > a:hover,
  .nestor-main-menu .dropdown-menu > li > a:focus {
    background-color: #f6f6f6;
  }
  
}



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

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

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



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

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

/** Portfolio Page **/
.portfolio-item {
  margin-top: 40px;
}

.portfolio-image {
  position: relative;
}

.portfolio-image img {
  width: 100%;
  background-color: #fff;
}

.portfolio-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
     -moz-transition: all 0.3s ease-out;
       -o-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
}

.portfolio-image:hover .portfolio-overlay {
  opacity: 1;
}

.portfolio-overlay .portfolio-title {
  color: #f0f0f0;
  position: absolute;
  margin: 0;
  left: 25px;
  bottom: 20px;
  -webkit-transition: all 0.3s ease-out;
     -moz-transition: all 0.3s ease-out;
       -o-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
}

/** Portfolio Single **/
.portfolio-single-image {
  width: 100%;
}

/** Our Work 1 **/
.our-work-1-item {
  margin-top: 40px;
}

.our-work-1-image {
  position: relative;
}

.our-work-1-image img {
  width: 100%;
}

.our-work-1-overlay {
  position: absolute;
  text-align: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
     -moz-transition: all 0.3s ease-out;
       -o-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
}

.our-work-1-image:hover .our-work-1-overlay {
  opacity: 1;
}

.our-work-1-overlay p {
  color: #f0f0f0;
  position: absolute;
  top: 50%;
  margin-top: 8px;
  width: 100%;
  -webkit-transition: all 0.3s ease-out;
     -moz-transition: all 0.3s ease-out;
       -o-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
}

.our-work-1-image:hover .our-work-1-overlay p {
  margin-top: -8px;
}

.our-work-1-item-description {
  padding: 20px 0 0;
}

.our-work-1-item-description p {
  float: right;
  width: 29%;
  text-align: right;
  line-height: 1.4em;
}

.our-work-1-item-description h6,
.our-work-1-item-description p {
  margin: 0;
  display: inline-block;
}

.our-work-1-item-description h6 {
  float: left;
  width: 69%;
}

@media (min-width: 768px) and (max-width: 991px) {

  .our-work-1-item-description h6 {
    width: 65%;
  }

  .our-work-1-item-description p {
    width: 33%;
  }

}



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

.blog-post + .blog-post {
  margin-top: 60px;
}

.blog-post .blog-post-image {
  width: 100%;
  margin-bottom: 30px;
}

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

.blog-post .blog-post-info li {
  position: relative;
  padding-left: 30px;
  padding-right: 25px;
  line-height: 24px;
}

.blog-post .blog-post-info i {
  position: absolute;
  left: 0;
  font-size: 24px;
}

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

.blog-post-more {
  font-size: 0.85em;
}

/** Blog Single **/
.blog-single .blog-post-info {
  margin-bottom: 20px;
}

.blog-single .blog-post-content {
  margin: 0;
}



/*************************************************************/
/************************** Comments *************************/
/*************************************************************/

.nestor-comments {
  margin-top: 60px;
}

.nestor-comment {
  margin-top: 40px;
}

.nestor-comment-subject {
  margin-bottom: 10px;
}


/*************************************************************/
/********************* Highlighted Slider ********************/
/*************************************************************/

/** Highlighted Slider 1 **/
.highlighted-slider-1 {
  height: 500px;
}

.highlighted-slider-1 .slider-title {
  font-size: 4em;
  margin: 0;
  text-shadow: 1px 1px 0 #555;
}

.highlighted-slider-1 .slider-description {
  margin: 2em 0;
  font-size: 1.1em;
  text-shadow: 1px 1px 0 #555;
}

@media (max-width: 991px) {

  .highlighted-slider-1 .slider-title {
    font-size: 2.2em;
  }

}



/*************************************************************/
/************************ Text Widgets ***********************/
/*************************************************************/

/** Text Widget 1 **/
.text-widget-1 {
  height: 300px;
}



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

/** Panels 1 **/
.panels-1 .panels-item i {
  font-size: 32px;
  display: block;
  text-align: center;
}

.panels-1 .panels-item h6 {
  text-align: center;
}

@media (max-width: 991px) {

  .panels-1 .panels-item + .panels-item {
    margin-top: 40px;
  }
}

/** Panels 2 **/
.panels-2 .panels-item {
  margin-bottom: 30px;
}

.panels-2 .row:last-child .panels-item {
  margin-bottom: 0;
}

.panels-2 .panels-item i {
  font-size: 22px;
}

.panels-2 .panels-item h6 {
  display: inline-block;
  margin: 0 0 10px 10px;
}

@media (max-width: 991px) {

  .panels-2 .row:last-child .panels-item {
    margin-bottom: 30px;
  }
}

/** Panels 3 **/
.panels-3 .panels-item-title {
  margin-bottom: 0.6em;
}

/** Panels 4 **/
.panels-4 .panels-icon {
  float: left;
  font-size: 2em;
  line-height: 1em;
}

.panels-4 .panels-text {
  margin-left: 50px;
}

.panels-4 .panels-text h6 {
  margin-top: 7px;
  margin-bottom: 10px;
}



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

/** Flex Bullet Slider **/
.flex-bullet-slider .flex-control-nav {
  margin: 0;
  bottom: -80px;
  height: 14px;
  z-index: 10;
}

.flex-bullet-slider .flex-control-nav li {
  margin: 0 7px;
}

.flex-bullet-slider .flex-control-paging li a {
  height: 14px;
  width: 14px;
  background: transparent;
  border: 2px 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;
}

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

.flex-bullet-slider {
  position: relative;
}

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

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

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

.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: 28px;
  font-family: 'Ionicons';
  content: '\f153';
}

.flex-arrow-slider .flex-direction-nav a.flex-next:before {
  content: '\f154';
}

.flex-arrow-slider .flex-direction-nav a {
  height: 28px;
  width: 28px;
  line-height: 28px;
  margin: -14px 0 0;
  color: #fff;
  text-shadow: 0 0 2px #000;
}



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

/** Testimonials 1 **/
.testimonials-1 .testimonials-1-icon {
  font-size: 64px;
  margin-bottom: 40px;
}

.testimonials-1 .testimonials-1-text {
  line-height: 1.8em;
  font-weight: 100;
}

.testimonials-1 .testimonials-1-author {
  margin-top: 25px;
}

.testimonials-1 .flex-bullet-slider .flex-control-nav {
  position: relative;
  bottom: 0;
  margin-top: 60px;
}

/** Testimonials 2 **/
.testimonials-2 .testimonials-2-icon {
  margin-bottom: 20px;
}

.testimonials-2 .testimonials-2-author {
  margin-top: 15px;
  color: #2b2b2b;
}

@media (max-width: 991px) {

  .testimonials-2 .testimonials-2-item + .testimonials-2-item {
    margin-top: 40px;
  }

}



/*************************************************************/
/********************** Call to Actions **********************/
/*************************************************************/

/** Call to Action 1 **/
.call-to-action-1 .call-to-action-1-text {
  display: inline-block;
  line-height: 2em;
  margin: 0;
}

.call-to-action-1 .call-to-action-1-button {
  display: inline-block;
  margin-left: 50px;
  position: relative;
  top: -4px;
}

@media (max-width: 991px) {

  .call-to-action-1 .call-to-action-1-text {
    display: block;
  }

  .call-to-action-1 .call-to-action-1-button {
    display: inline-block;
    margin: 30px 0 0;
    top: 0;
  }

}



/*************************************************************/
/******************** Company Description ********************/
/*************************************************************/

.company-description-image img {
  margin-top: 70px;
  margin-bottom: -80px;
}



/*************************************************************/
/**************************** Team ***************************/
/*************************************************************/

.team-item-image {
  position: relative;
}

.team-item-image img {
  width: 100%;
}

.team-item-overlay {
  position: absolute;
  text-align: right;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
     -moz-transition: all 0.3s ease-out;
       -o-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
}

.team-item-image:hover .team-item-overlay {
  opacity: 1;
}

.team-item-overlay p {
  color: #f0f0f0;
  position: absolute;
  bottom: 10px;
  right: 25px;
  -webkit-transition: all 0.3s ease-out;
     -moz-transition: all 0.3s ease-out;
       -o-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
}

.team-item-overlay a {
  color: #f0f0f0;
}

.team-item-overlay a:hover,
.team-item-overlay a:focus,
.team-item-overlay a:active {
  color: #2b2b2b;
}

.team-item-image:hover .team-item-overlay p {
  right: 15px;
}

.team-item-name {
  padding: 15px 0 0;
}

.team-item-name h6 {
  margin-bottom: 5px;
}

.team-item-description {
  margin-top: 5px;
}

@media (max-width: 991px) {

  .team-item + .team-item {
    margin-top: 40px;
  }

}



/*************************************************************/
/*************************** Skills **************************/
/*************************************************************/

/** Skills 1 **/
.skills-1 .skills-1-item-title {
  margin-bottom: 5px;
}



/*************************************************************/
/*********************** Company Stats ***********************/
/*************************************************************/

/** Company Stats 1 **/
.company-stats-1 {
  margin-top: 30px;
}

.company-stats-1 .company-stat {
  margin-top: 40px;
}

.company-stats-1 .company-stat .company-stat-title {
  margin-bottom: 10px;
}

.company-stats-1 .company-stat p {
  color: #2b2b2b;
}

/** Company Stats 2 **/
.company-stats-2 .container > .row + .row {
  padding-top: 80px;
}

.company-stats-2 .company-stat-main-title {
  font-size: 3.5em;
  margin: 10px 0;
}

.company-stats-2 .company-stat-main-description {
  margin: 15px 0 0;
}

.company-stats-2  .company-stat-extra-title {
  margin: 0 0 5px;
}

.company-stats-2 .company-stat-extra .row + .row {
  margin-top: 40px;
}

@media (max-width: 991px) {
  .company-stats-2 .company-stat-main {
    padding-top: 0;
  }

  .company-stats-2 .company-stat-extra .row {
    margin-top: 70px;
  }

}



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

/** Social Networks Footer **/
.social-networks-footer {
  font-size: 20px;
}

.social-networks-footer a {
  color: #777;
}

.social-networks-footer a + a {
  padding-left: 15px;
}



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

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



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

.pagination {
  margin: 40px 0 0;
}

.pagination > li > a,
.pagination > li > span {
  padding: 0 10px;
  margin: 0;
  border: 0;
  background-color: transparent;
  color: #777;
}

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

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

.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 {
  background-color: transparent;
}

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



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

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

.nav.nav-tabs > li > a {
  padding: 7px 27px;
}

.nav-tabs > li > a {
  border-radius: 0;
  margin-right: 10px;
  color: #2b2b2b;
}

.nav-tabs > li > a:hover {
  border-color: transparent;
}

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

.nav-tabs.nav-justified > li > a {
  border-radius: 0;
  border-color: transparent;
  margin-right: 10px;
  color: #2b2b2b;
}

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

.nav-tabs.nav-justified > li > a:hover {
  border-color: transparent;
}

@media (max-width: 767px) {

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

}



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

.panel {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

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

.panel-group .panel {
  border-radius: 0;
}

.panel-heading {
  border-radius: 0;
}

.panel-body {
  padding: 20px 15px;
}

.panel-default {
  border: 0;
}

.panel-default > .panel-heading {
  color: #2b2b2b;
  background-color: #f6f6f6;
  border: 1px solid #cdcdcd;
}

.panel-default > .panel-heading + .panel-collapse .panel-body {
  border: 0;
}

.panel-primary {
  border: 0;
}

.panel-primary > .panel-heading {
  background-color: transparent;
}

.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border: 0;
}



/*************************************************************/
/*********************** 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;
  border: 1px solid #cdcdcd;
  box-shadow: 1px 1px 2px #cdcdcd;
}

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

.pricing-tables-1 .pricing-table-price {
  padding: 30px 10px;
  background-color: #f6f6f6;
}

.pricing-tables-1 .pricing-table-promotional .pricing-table-price h3 {
  color: #f0f0f0;
}

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

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

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

.pricing-table-aqua .pricing-table-price { background-color: #9adada; }
.pricing-table-blue .pricing-table-price { background-color: #2ac5ee; }
.pricing-table-brown .pricing-table-price { background-color: #c2b49a; }
.pricing-table-emerald .pricing-table-price { background-color: #4fd8bf; }
.pricing-table-green .pricing-table-price { background-color: #a3c95c; }
.pricing-table-orange .pricing-table-price { background-color: #ffb141; }
.pricing-table-red .pricing-table-price { background-color: #e74c3c; }
.pricing-table-violet .pricing-table-price { background-color: #705ab2; }
.pricing-table-yellow .pricing-table-price { background-color: #f6c83a; }

.pricing-table-aqua .pricing-table-price h3,
.pricing-table-blue .pricing-table-price h3,
.pricing-table-brown .pricing-table-price h3,
.pricing-table-emerald .pricing-table-price h3,
.pricing-table-green .pricing-table-price h3,
.pricing-table-orange .pricing-table-price h3,
.pricing-table-red .pricing-table-price h3,
.pricing-table-violet .pricing-table-price h3,
.pricing-table-yellow .pricing-table-price h3 {
  color: #f0f0f0;
}




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

.btn {
  letter-spacing: inherit;
  padding: 7px 35px;
  border: 2px solid transparent;
  background: transparent;
  border-radius: 0;
  font-size: inherit;
  line-height: inherit;
  -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 + .btn {
  margin-left: 10px;
}

.btn:focus {
  outline: 0;
}

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

.btn-lg {
  padding: 18px 58px;
  font-size: 1.3em;
  line-height: inherit;
  border-radius: 0;
}

.btn-sm,
.btn-xs {
  padding: 7px 16px;
  font-size: 0.8em;
  line-height: normal;
  border-radius: 0;
}

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

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

.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger,
.btn-link {
  padding: 7px 35px;
  background: transparent;
}

.btn-default.btn-lg,
.btn-primary.btn-lg,
.btn-success.btn-lg,
.btn-info.btn-lg,
.btn-warning.btn-lg,
.btn-danger.btn-lg,
.btn-link.btn-lg {
  padding: 18px 58px;
}

.btn-default.btn-sm,
.btn-primary.btn-sm,
.btn-success.btn-sm,
.btn-info.btn-sm,
.btn-warning.btn-sm,
.btn-danger.btn-sm,
.btn-link.btn-sm {
  padding: 7px 16px;
}

.btn-default.btn-xs,
.btn-primary.btn-xs,
.btn-success.btn-xs,
.btn-info.btn-xs,
.btn-warning.btn-xs,
.btn-danger.btn-xs,
.btn-link.btn-xs {
  padding: 1px 6px;
}

.btn-default {
  border-color: #2b2b2b;
}

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

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

.btn-success {
  border-color: #5cb85c;
  color: #5cb85c;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  border-color: #5cb85c;
  background-color: #5cb85c;
  color: #fff;
}

.btn-info {
  border-color: #5bc0de;
  color: #5bc0de;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  border-color: #5bc0de;
  background-color: #5bc0de;
  color: #fff;
}

.btn-warning {
  border-color: #f0ad4e;
  color: #f0ad4e;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  border-color: #f0ad4e;
  background-color: #f0ad4e;
  color: #fff;
}

.btn-danger {
  border-color: #d9534f;
  color: #d9534f;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  border-color: #d9534f;
  background-color: #d9534f;
  color: #fff;
}

.btn-link:hover,
.btn-link:focus,
.btn-link:active,
.btn-link.active,
.open .dropdown-toggle.btn-link {
  text-decoration: none;
  color: #2b2b2b;
}

.btn-aqua {
  border-color: #9adada;
  color: #9adada;
}

.btn-aqua:hover,
.btn-aqua:focus,
.btn-aqua:active,
.btn-aqua.active,
.open .dropdown-toggle.btn-aqua {
  color: #fff;
  border-color: #9adada;
  background-color: #9adada;
}

.btn-blue {
  border-color: #2ac5ee;
  color: #2ac5ee;
}

.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active,
.btn-blue.active,
.open .dropdown-toggle.btn-blue {
  color: #fff;
  border-color: #2ac5ee;
  background-color: #2ac5ee;
}

.btn-brown {
  border-color: #c2b49a;
  color: #c2b49a;
}

.btn-brown:hover,
.btn-brown:focus,
.btn-brown:active,
.btn-brown.active,
.open .dropdown-toggle.btn-brown {
  color: #fff;
  border-color: #c2b49a;
  background-color: #c2b49a;
}

.btn-emerald {
  border-color: #4fd8bf;
  color: #4fd8bf;
}

.btn-emerald:hover,
.btn-emerald:focus,
.btn-emerald:active,
.btn-emerald.active,
.open .dropdown-toggle.btn-emerald {
  color: #fff;
  border-color: #4fd8bf;
  background-color: #4fd8bf;
}

.btn-green {
  border-color: #a3c95c;
  color: #a3c95c;
}

.btn-green:hover,
.btn-green:focus,
.btn-green:active,
.btn-green.active,
.open .dropdown-toggle.btn-green {
  color: #fff;
  border-color: #a3c95c;
  background-color: #a3c95c;
}

.btn-orange {
  border-color: #ffb141;
  color: #ffb141;
}

.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active,
.btn-orange.active,
.open .dropdown-toggle.btn-orange {
  color: #fff;
  border-color: #ffb141;
  background-color: #ffb141;
}

.btn-red {
  border-color: #e74c3c;
  color: #e74c3c;
}

.btn-red:hover,
.btn-red:focus,
.btn-red:active,
.btn-red.active,
.open .dropdown-toggle.btn-red {
  color: #fff;
  border-color: #e74c3c;
  background-color: #e74c3c;
}

.btn-violet {
  border-color: #705ab2;
  color: #705ab2;
}

.btn-violet:hover,
.btn-violet:focus,
.btn-violet:active,
.btn-violet.active,
.open .dropdown-toggle.btn-violet {
  color: #fff;
  border-color: #705ab2;
  background-color: #705ab2;
}

.btn-yellow {
  border-color: #f6c83a;
  color: #f6c83a;
}

.btn-yellow:hover,
.btn-yellow:focus,
.btn-yellow:active,
.btn-yellow.active,
.open .dropdown-toggle.btn-yellow {
  color: #fff;
  border-color: #f6c83a;
  background-color: #f6c83a;
}



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

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

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

select.form-control,
.form-control {
  border: 1px solid #cdcdcd;
  border-radius: 0;
  -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 {
  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;
}



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

.switcher {
  position: fixed;
  top: 150px;
  left: 0;
  background: #f6f6f6;
  padding: 10px;
  z-index: 10;
  box-shadow: 0 0 2px #cdcdcd;
}

.switcher a.link {
  cursor: pointer;
  color: #777;
  font-size: 85%;
  text-align: center;
}

.switcher .themeColors {
  display: none;
  margin: 0;
  margin-top: 10px;
  padding: 0;
  text-align: center;
}

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

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

.switcher .aqua    { background-color: #9adada; }
.switcher .blue    { background-color: #2ac5ee; }
.switcher .brown   { background-color: #c2b49a; }
.switcher .emerald { background-color: #4fd8bf; }
.switcher .green   { background-color: #a3c95c; }
.switcher .orange  { background-color: #ffb141; }
.switcher .red     { background-color: #e74c3c; }
.switcher .violet  { background-color: #705ab2; }
.switcher .yellow  { background-color: #f6c83a; }

@media (max-width: 767px) {

  .switcher {
    display: none;
  }

}



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

/** Text Color Palette **/
.text-color-light,
.text-color-light h1,
.text-color-light h2,
.text-color-light h3,
.text-color-light h4,
.text-color-light h5,
.text-color-light h6,
.text-color-light a:hover,
.text-color-light a:focus,
.text-color-light a:active,
.text-color-light .btn-link:hover,
.text-color-light .btn-link:focus,
.text-color-light .btn-link:active,
.text-color-light .btn-link.active,
.text-color-light .open .dropdown-toggle.btn-link,
.text-color-light .social-networks-footer a {
  color: #f0f0f0;
}

.text-color-light .btn-default {
  color: #f0f0f0;
  border-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: #2b2b2b;
  border-color: #f0f0f0;
  background-color: #f0f0f0;
}

.panel-custom .btn-popular {
    background-color: #729e0b;
    padding: 10px;
    color: #fff;
    margin-bottom: 5px;


}


.panel-custom .btn-other {
    background-color: #72787b;
    padding: 10px;
    color: #fff;
    margin-bottom: 5px;


}
/** Text Colors **/
.text-color-grayDark1 { color: #2b2b2b; }
.text-color-aqua      { color: #9adada; }
.text-color-blue      { color: #2ac5ee; }
.text-color-brown     { color: #c2b49a; }
.text-color-emerald   { color: #4fd8bf; }
.text-color-green     { color: #a3c95c; }
.text-color-orange    { color: #ffb141; }
.text-color-red       { color: #e74c3c; }
.text-color-violet    { color: #705ab2; }
.text-color-yellow    { color: #f6c83a; }

/** Background Colors **/
.bg-color-grayDark1    { background-color: #222222; }
.bg-color-grayDark2    { background-color: #2b2b2b; }
.bg-color-grayLight1   { background-color: #f6f6f6; }
.bg-color-aqua         { background-color: #9adada; }
.bg-color-blue         { background-color: #2ac5ee; }
.bg-color-brown        { background-color: #c2b49a; }
.bg-color-emerald      { background-color: #4fd8bf; }
.bg-color-green        { background-color: #a3c95c; }
.bg-color-orange       { background-color: #ffb141; }
.bg-color-red          { background-color: #e74c3c; }
.bg-color-violet       { background-color: #705ab2; }
.bg-color-yellow       { background-color: #f6c83a; }

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



/** For retina purposes create a 2x image and uncomment this code **/
/**
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .bg-image-coffee {
    background-image: url('/img/background-images/coffee@2x.jpg');
  }
}
**/

.bg-image-rails {
  background: url('/img/background-images/rails.jpg') scroll center no-repeat;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
}

/** For retina purposes create a 2x image and uncomment this code **/
/**
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .bg-image-rails {
    background-image: url('/img/background-images/rails@2x.jpg');
  }
}
**/

.bg-image-cactus {
  background: url('/media/theme/dotted-world-map.jpg') scroll center repeat;

}

/** For retina purposes create a 2x image and uncomment this code **/
/**
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .bg-image-cactus {
    background-image: url('/img/background-images/cactus@2x.jpg');
  }
}
**/

.bg-image-bench {
  background: url('/img/background-images/bench.jpg') scroll center no-repeat;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
}

/** For retina purposes create a 2x image and uncomment this code **/
/**
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .bg-image-bench {
    background-image: url('/img/background-images/bench@2x.jpg');
  }
}
**/

#toc_container {
    background: #f9f9f9 none repeat scroll 0 0;
    border: 1px solid #aaa;
    display: table;
    font-size: 95%;
    margin-bottom: 1em;
    padding: 20px;
    width: auto;
}

.toc_title {
    font-weight: 700;
    text-align: center;
}

#toc_container li, #toc_container ul, #toc_container ul li{
    list-style: outside none none !important;
}


/* @fileRef custom.css */

/*************************************************************/
/********************* TABLE OF CONTENTS *********************/
/*************************************************************/
/**                                                         **/
/** General Styles                                          **/
/** Generic Styles                                          **/
/** Menus                                                   **/
/**  - Nav Pills                                            **/
/**  - Nestor Main Menu                                     **/
/** Portfolio                                               **/
/**  - Portfolio Page                                       **/
/**  - Our Work 1                                           **/
/** Team                                                    **/
/** Social Networks                                         **/
/**  - Social Networks Footer                               **/
/** Pagination                                              **/
/** Tabs                                                    **/
/** Accordions                                              **/
/** Pricing tables                                          **/
/**  - Layout 1                                             **/
/** Buttons                                                 **/
/** Forms                                                   **/
/** Colors & Backgrounds                                    **/
/**  - Text Color Palette                                   **/
/**  - Text Colors                                          **/
/**  - Background Colors                                    **/
/**                                                         **/
/*************************************************************/
/*************************************************************/



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

a {
  color: #D43795;
}



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

.overlay-color-theme {
  background: rgba(212,55,149,.8);
}



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

/** Nav Pills **/
.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: #D43795;
}

/** Nestor Main Menu **/
.nestor-main-menu .active > a,
.nestor-main-menu .nav .open > a,
.nestor-main-menu .nav .open > a:hover,
.nestor-main-menu .nav .open > a:focus,
.nestor-main-menu .nav > li > a:hover,
.nestor-main-menu .nav > li > a:focus,
.nestor-main-menu .nav > li:hover > a,
.nestor-main-menu .nav > li:focus > a {
  color: #D43795;
}

.nestor-main-menu .dropdown-menu > .active > a,
.nestor-main-menu .dropdown-menu > li > a:hover,
.nestor-main-menu .dropdown-menu > li > a:focus {
  color: #D43795;
}

@media (max-width: 767px) {
  
  .nestor-main-menu .navbar-toggle {
    border: 1px solid #D43795;
    background: #D43795;
  }
  
}



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

/** Portfolio Page **/
.portfolio-overlay {
  background: rgba(212,55,149,.8);
}

/** Our Work 1 **/
.our-work-1-overlay {
  background: rgba(212,55,149,.8);
}



/*************************************************************/
/**************************** Team ***************************/
/*************************************************************/

.team-item-overlay {
  background: rgba(212,55,149,.8);
}



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

/** Social Networks Footer **/
.social-networks-footer a:hover,
.social-networks-footer a:focus,
.social-networks-footer a:active {
  color: #D43795;
}



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

.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: #D43795;
}



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

.nav-tabs > li > a:hover {
  color: #D43795;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  border: 1px solid #D43795;
  color: #D43795;
}

.nav-tabs.nav-justified > li > a:hover {
  color: #D43795;
}

.nav-tabs.nav-justified > .active >a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #D43795;
  color: #D43795;
}



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

.panel-primary > .panel-heading {
  border: 1px solid #D43795;
}



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

/** Layout 1 **/
.pricing-tables-1 .pricing-table-promotional .pricing-table-price {
  background-color: #D43795;
}



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

.btn-primary {
  border-color: #D43795;
  color: #D43795;
}

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

.btn-link {
  color: #D43795;
}



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

.form-control:focus {
  border-color: #D43795;
}



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

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

/** Text Colors **/
.text-color-theme      { color: #D43795; }

/** Background Colors **/
.bg-color-theme        { background-color: #D43795; }


/* @fileRef pressat.css */

@media (max-width: 991px) {
	.nestor-main-menu {
	    padding-top:0px !important;
	}
	#menu-region{
		padding-left: 0px;
		padding-right: 0px;
	}

	.about-pressat-block .col-md-7 {
		background-color: rgba(255, 255, 255, 0.88);
	}
	#top-content-region {
		display: none;
	}
	#main-content-region .region {
		padding-top: 10px;
	}

	#main-content-region .region #heading {
		padding: 0px;
		margin: 0px;
	}

}
@media (max-width: 767px) {
		body {
			width: fit-content;
		}
    #newsroom-block{
        padding-top: 15px;
    }
    #newsroom-block h1{
        font-size: 25px !important;
    }
    
    .social-row .pull-right {
      float: left !important;
      margin-right: 5px;
    }

    .nestor-main-menu .navbar-toggle {
    	margin-bottom: 0px;
    }
    .nestor-main-menu .nav > li > a {
    	border-top: none;
    }

    .nav-outer > .container {
    	padding-left: 0px;
    	padding-right: 0px;
    }

  .container .navbar-toggle{
    	width: 100%;
    }

    .navbar-collapse {
    	padding-right: 0px;
    }
}

html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 68px;
  padding: 0px;
  margin: 0px;
}

.card {
	padding: 20px;
    margin: 10px 0px 15px 0px;
    border-radius: 4px;
    border: 1px solid #dcdcdc;
}

.coverage-list {
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 20px;
	margin-bottom: 25px;
}

.coverage-list li {
	text-align: center;
	border: solid 1px #ebebeb;
	padding: 5px;
	border-radius: 10px;
	margin-bottom: 5px;

}

.messages .alert{
	border-radius: 0px;
	margin-bottom: 0px;
}

.messages .alert ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.messages .alert ul li{
	padding: 10px 0px;
	border-bottom: solid 1px #D6B6B6;
}

#wrapper{
	margin-bottom: 68px;
}

.st-btn > span {
	line-height: inherit !important;
}

.nestor-main-menu {
	padding-top: 40px;
    text-transform: uppercase;

}
.nestor-main-menu .navbar-right > li:first-child > a{
    padding-left: 25px;
}

.nestor-main-menu .navbar-right > li > a{
    padding: 10px 16px 10px;
}

.nestor-main-menu .navbar-right {
	min-width: 230px;
}



.nestor-main-menu .navbar-left > li > a{
    padding: 0px 25px;
}

.nestor-main-menu .nav > li > a.border{
    border-left: solid 1px #ebebeb;
}

.nestor-main-menu .nav > li:first-child > a {
	padding-left: 15px;
}

.nestor-main-menu .nav > li > a i{
	padding-left: 8px;
	padding-top: 2px;
}

#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 68px;
}

.highlight{
	background-color: #F3E7EC;
	padding: 15px !important;
}

.pagination a{
	margin: 0px 5px;
	display: inline-block;
}

.pagination span{
	margin: 0px 5px;
	padding: 0px 10px;
	border-left: solid 1px #ebebeb;
	border-right: solid 1px #ebebeb;
}

.btn{
	border: 1px solid #CDCDCD;
}


.btn-lg{
	padding: 0px;
}
.btn-lg .input-group-addon{
	min-width: 53px;
}

.btn.file-input-wrapper{
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
}

button.multiselect{
	background-color: #fff;
	width: 100%;
}

.select-container .btn-group{
	width: 100%;
}

#main-content-region{
	border-right: solid 1px #ebebeb;
}

.acount-name{
	background-color: #F1FDE4;
	font-size: 12px;
	padding: 2px 10px;
	text-transform: uppercase;
	margin-right: 5px;
}

.embed.small iframe{
	height: 270px;	
	width: 100%;
}

.embed-bg{
	background-image: url("/media/site/logo-gray.png");
	background-repeat: both;
	background-position: 0px 0px;
}

.success{
	color: #5CB85C;
}

.page-title h2 {
margin: 0;
font-size: 1.6em;
}

.image-gray{

	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
}

.border-gray{
	border: solid 1px #ebebeb;
}

#wrapper header{
	min-height: inherit;
}

.form-control:fous{

}

.form-group .input-group input, .form-group .input-group .input-group-addon{
	border-radius: 0px;
}

.input-group > .input-group-addon{
	min-width: 50px;
}

.error .input-group-addon{
	background-color: #F2DEDE !important;
	border-color: #A94442;
}

.error .btn, .error .form-control, .error .redactor_editor{
	border-color: #A94442;
}

.highlighted-region{
	min-height: 500px;
}

.flex-bullet-slider{
	padding-top: 150px;
}

.flex-bullet-slider .slides{
	max-height: 350px;
}

.flex-bullet-slider .slides .btn{
	background-color: #4EAF55;
}

.flex-bullet-slider .slides .btn:hover{
	color: #fff;
}


.our-clients img{
	margin-top: 15px;
	padding: 25px 10px;
	background-color: #fff;
}

.input-group-addon i{
	font-size: 18px !important;
	width: 20px !important;
}

ul.bullets{
  list-style-type: none;
  margin: 30px 0px 0px 0px;
  padding: 0px;
}

ul.bullets li{
  padding: 5px 0px;
  border-top: solid 1px #ebebeb;
}

ul.bullets li i{
  padding-right: 5px;
  color: #D43795;
}

.company-list img{
	padding: 15px 18px;
	background-color: #fff;
	display: inline-block;
	margin-bottom: 10px;
}

#sidebar-second-region .widget-block:first-child{
	margin-top: 40px;
}

#sidebar-second-region .widget-block{
	background-color: #F6F6F6;
	padding: 20px 10px;
	margin-top: 20px;
}
#sidebar-second-region .widget-block.no-bg{
	border: solid 2px #F6F6F6;
	background-color: transparent;
}

.table>tbody>tr>td{
	vertical-align: middle;
}

.table.pricing th, .table.pricing td{
	background-color: #fcfcfc;
}

.table.pricing th{
	background-color: #D43795;
	color: #fff;
	padding: 10px 20px;
	font-weight: 300;
	font-size: 30px;
}

.table.pricing th small{
	display: block;
	font-size: 12px;

}

.table { border: 1px solid #ddd; }
.table thead > tr > th { border-bottom: none; }
.table thead > tr > th, .table tbody > tr > th, .table tfoot > tr > th, .table thead > tr > td, .table tbody > tr > td, .table tfoot > tr > td { border: 1px solid #ddd; }

.table.pricing i.ion-android-information{
	font-size: 16px;
}

.table.pricing i.success{
	font-size: 25px;
}

.table.pricing td a{
	display: inline-block;
	color: #777;
}

.services-1 a{
	color: #777;
}

.services-1-content .panels-item > a{
	padding: 10px 5px;
	display: block;
}


.services-1-content .panels-item{
	transition: background-color 0.5s ease;
}


.services-1-content .panels-item:hover{
	background-color: #D43795;
}

.services-1-content .panels-item:hover a, .services-1-content .panels-item:hover a i, .services-1-content .panels-item:hover h6{
	color: #ebebeb;
}

.company-logos{
	margin-top: 20px;
}

.company-logos > div{
	height: 130px;

}

.company-logos > div:last-child{
	
}

.company-logos img{
	padding: 10px;
  position:absolute;
  top:0;
  bottom:0;
  margin:auto;
}

.coverage-item{
	margin-bottom: 50px;
	margin-right: 25px;
}

.coverage-item > .row > div{
	margin-bottom: 20px;
}

.coverage-item > .row > div a img{
	border: solid 3px #ebebeb;
	display: block;
	padding: 2px;
}

/* Buzzwords Page*/

.buzzword form textarea{
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	min-height: 400px;
}

.buzzword .loader{
	display: none;
}

.buzzword #results-block{
	display: none;
}

.buzzword #results-block #newtext del{
	color: red;
}

.buzzword #results-block #score-bar{
	display: inline-block;
	width: 150px;
	margin: 0px;
	padding: 0px;
	border: solid 1px #555555;
	height: 11px;
	position: relative;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	overflow: hidden;
}

.buzzword #results-block #score-value{
	display: inline-block;
	padding: 0px;
	margin: 0px;
	height: 100%;
	position: absolute;
}

.buzzword #results-block #score-bar .poor{
	background-color: #e41515;
}

.buzzword #results-block #score-bar .weak{
	background-color: #d5cf1d;
}

.buzzword #results-block #score-bar .good{
	background-color: #81d51d;
}

.buzzword #results-block #score-bar .perfect{
	background-color: #4d7d14;
}

.buzzword #results-block #score-msg{
	font-size: 10px;
	display: inline-block;
	margin-left: 5px;
	vertical-align: middle;
	margin-top: 7px;
}

.single.newsroom #logo-region{
	margin-top: 25px;
}

.single.newsroom #logo-region img{
	padding-right: 60px;
	margin-bottom: 20px;
}

.single.newsroom #title-region h1{
	font-size: 16px;
	font-weight: 300;
	color: #ebebeb;
	padding-right: 15px;
	margin-top: 50px;
}

#newsroom-block .contact a, #newsroom-block .follow a, #newsroom-block .formats a{
	font-size: 25px;
	display: inline-block;
	padding-right: 10px;
	padding-left: 10px;
	color: #777777;
	border-right: solid 1px #ebebeb;
}

.single.newsroom #main-content-region h3{
	margin: 20px 0px;
}

.list .single-entry{
	margin-right: 20px;
}


.releases-list .single-entry{
	border-bottom: solid 1px #ebebeb;
	padding: 20px 0px;
}

.newsroom .releases-list .single-entry{
	min-height: 270px;
	margin-bottom: 20px;
}

.list .releases-list .single-entry .text-right{
	max-height: 150px;
	overflow: hidden;
}

.popover-content .btn{
	margin-left: 15px;
}

.portfolio-item{
	margin-top: 0px;
	margin-bottom: 20px;
	height: 270px;
	overflow:hidden;
}

.portfolio-overlay .portfolio-title{
	left: 0px;
	padding: 0px 10px;
}

.portfolio-overlay{
	max-height: 270px;
	text-align: center;
	vertical-align: middle;
}

.portfolio-overlay i{
	font-size: 500%;
	padding-top: 10%;
	color: #fff;
}

.newsroom-title{
	font-size: 50px;
}

.newsroom-title span{
	color: #ebebeb;
	font-size: 20px;
}

.social a{
	color: #fff !important;
	border: none;
	padding: 8px 20px;
}

.social a:hover{
	color: #fff !important;
}

#tinyurl{
	font-size: 12px;
	width: 48%;
	border: solid 0px transparent;
	margin-left: 5px;
}

#footer-columns-region a{
	color: #9b9b9b;
}
#footer-columns-region hr{
	border: solid 1px #292929;
}

.user-bar i{
	font-size: 133px;
}

.draft{
	color: #935dd7;
	font-weight: bold;
}

.moderation{
	color: #dccc1e;
	font-weight: bold;
}

.rejected{
	color: #c7421e;
	font-weight: bold;
}

.pending{
	color: #f4aa00;
	font-weight: bold;
}

.published{
	color: #60bd32;
	font-weight: bold;
}

.step1 .step-1 .well, .step2 .step-2 .well, .step3 .step-3 .well, .step4 .step-4 .well{
	background-color: #f5f5f5;
}

.step1 .step-1 .well h3, .step2 .step-2 .well h3, .step3 .step-3 .well h3, .step4 .step-4 .well a{
	color: #000;
	margin-top: 0px;
	margin-bottom: 0px;
}

.step3 .extras-price{
	font-size: 50px;
}

.step3 .extras-price small{
	font-size: 12px;
	text-transform: uppercase;
	
}

.step-number{
	width: 18%;
}

.calendarContainer table{
	width: 100%;
}

.calendarContainer table th{
	text-align: center;
}

.calendarContainer .loader{
	display: none;
}

.billing-box ul{
	list-style-type: none;
	list-style-position: outside;
	margin: 0px 0px 30px 0px;
	padding: 0px;
}

.billing-box ul li{
	padding: 5px 0px;
	border-bottom: solid 1px #ebebeb;
	clear: both;
}

#pay-with-paypal{
	background-color: #009cde;
	color: #fff;
	width: 242px;
	height:35px;
	border: none;
	border-radius: 5px;
	font-weight: bold;
}

#pay-with-crypto{
	background-color: #ffc439;
	color: #fff;
	width: 242px;
	height:35px;
	border: none;
	border-radius: 5px;
	font-weight: bold;
}


/* Redactor */
.redactor_toolbar li a:hover {
  background-color: #D43795 !important;
}

.redactor_toolbar.redactor-toolbar-typewriter li a:hover {
  background-color: #D43795 !important;
}

#super{
	position: absolute;
	width: 100px;
	left: 0px;
	top: 0px;
	background-color: red;
	opacity: 0.5;
	color: #fff;
	padding: 5px;
	text-align: center;
}

.step4 .stripe-container{
	float: right;
}

.get-press .benefits i{
	font-size: 40px;
}

.get-press .benefits hr{
	margin-left: 30px;
	margin-right: 30px;
}

.upgrade .stripe-container{
	margin-top: 10px;
	margin-bottom: 10px;
}

.upgrade table .disabled{
	display: block;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 100;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.addthis_native_toolbox{
	margin-top: 20px;
}

.pricing-bullets{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	min-height: 40px;
}

.pricing-bullets a{
	color: #777;
	display: block;
	width: 100%;
	font-size: 15px;
}

.pricing-bullets a:hover{
	color: #D43795;
}

.pricing-bullets li{
	border-bottom: solid 1px #f5f5f5;
}

.pricing-bullets i, .pricing-bullets span{
  height: 40px;
  display:table-cell;
  vertical-align : middle;
}

.pricing-bullets i{
	font-size: 25px;
	color: #78AF2C;
	padding-right: 10px;
}

.pricing-bullets i.ion-android-information{
	color: #333;
}

/* Video.JS */
.videoWrapper {
	position: relative;
	padding-bottom: 75%; /* video dimensions - height/width */
	padding-top: 0px;
	height: 0;
	z-index: 1000;
}

video {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  z-index: 1;
}    

video.video-js {
  z-index: 1000;
}               

.video-js .vjs-controls {
  z-index: 1002;
}

.video-js .vjs-big-play-button {
  z-index: 1002;
}

.videoWrapper .video-js {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	z-index: 1;
	background: #000000;
}         

.videoWrapper object,
.videoWrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  z-index: 1;
}        

.vjs-spinner {
  display: none !important;
}

.video-js img.vjs-poster {
  height: 100% !important;
  width: 100% !important;
  z-index: 1;
  max-width: 100%;
}

.vjs-control-bar{
	z-index: 999;
}

.panel-custom{
	border-color: #ebebeb;
}

.panel-custom>.panel-heading{
	background-color: #72787b;
	color: #fff;
	padding-bottom: 20px;
}

.panel-custom>.panel-heading h4{
	color: #fff;
	font-size: 32px;
}

.panel-custom>.panel-body{
	background-color: #fff;
	padding: 10px;
}

.panel-custom>.panel-body strong{
	font-size: 20px;
}

.panel-custom .list-group{
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #f2f2f2;
}

.panel-custom .list-group-item{
	background-color: #f2f2f2;
	font-size: 13px;
	border: none;
	padding: 4px 15px;
}

.panel-custom .list-group-item .large{
	font-size: 20px;
	display: block;
	font-weight: bold;
}

.panel-custom ul.features{
	list-style:none;
	padding: 15px 15px 15px 35px;
	margin: 0px;
	background-color: #f2f2f2;
}

.panel-custom ul.features li{
	padding-bottom: 10px;
}

.panel-custom ul.features li i{
	color: #D43795;
	padding-right: 10px;
}

.panel-custom .panel-footer{
	border-top: none;
}

.panel-custom .btn-default{
	background-color: #6BC569;
	padding: 10px;
	color: #fff;
	margin-bottom: 5px;
}

/* flip effect cards */
.flip-panel {
    margin: 0 auto;
    width: 100%;
    height: 120px; 
    position: relative;
    cursor: pointer;
    -webkit-perspective: 600px;
    -moz-perspective: 600px;
}

.flip-panel .well {
    height: 120px; 
}
/* -- make sure to declare a default for every property that you want animated -- */
/* -- general styles, including Y axis rotation -- */
.flip-panel .front {
    position: absolute;
    top: 0;
    z-index: 900;
    width: inherit;
    height: inherit;
    text-align: center;
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-transform: rotateX(0deg) rotateY(0deg);
    -moz-transform-style: preserve-3d;
    -moz-backface-visibility: hidden;
    /* -- transition is the magic sauce for animation -- */
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.flip-panel .front p{
	margin-bottom: 0px;
}

.flip-panel .front h4{
	margin-top: 0px;
}

.flip-panel.flip .front {
    z-index: 900;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
}

.flip-panel .front i{
	font-size: 20px;
}
.flip-panel .back {
    position: absolute;
    top: 0;
    z-index: 800;
    width: inherit;
    height: inherit;
    -webkit-transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;

    -moz-transform: rotateY(-180deg);
    -moz-transform-style: preserve-3d;
    -moz-backface-visibility: hidden;
    /* -- transition is the magic sauce for animation -- */
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.flip-panel.flip .back {
    z-index: 1000;
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    -moz-transform: rotateX(0deg) rotateY(0deg);
}

.flip-panel .back .well {
	background-color: #fff;
}

#reach{
	position: relative;
	padding: 25px 0px;
	color: #fff;
}

#reach 	p{
	color: #fff;
}

#reach 	i.dot{
	position: absolute;
	display: none;
	color: #fff;
}



.navbar{
	min-height: 24px;
}

.bg-color-grayDark2 .nestor-main-menu .nav > li a{
	color: #fff;
	padding-right: 0px;
}

.nestor-main-menu .navbar-collapse {
	padding-left: 0px;
}

.nestor-main-menu .nav > li:last-child > a {
	padding-right: 28px;
}

.navbar-right .btn {
	color: #fff;
	border: solid 1px #ebebeb;
}

.navbar-right .btn:hover{
	color: #ebebeb !important;
}

.nestor-main-menu ul.navbar-left li a{
	padding: 15px;
	border-bottom: solid 2px #333333;
}

.nestor-main-menu ul.navbar-left li a:hover, .nestor-main-menu ul.navbar-left li a.active{
	background-color: #333333;
	border-bottom: solid 2px #D43795;
}

.current-time {
	padding: 15px 0px;
	font-size: 14px;
	color: #fff;
}

.nestor-main-menu ul.navbar-right li:not(:first-child):not(:last-child) a {
	border-left: solid 1px #ebebeb;
}

.nav-outer{
	background-color: #3e3e3e;
}

.nav-outer ul li a{
	color: #fff;
}

.nav-outer ul li a:hover{
	color: #fff !important;
}

.nestor-main-menu .nav .btn-header-signup {
	color: #D43795;
	border: solid 1px #D43795;
}

.nestor-main-menu .nav .btn-header-signup:hover {
	color: #EA8AC4 !important;
}

.about-pressat-block {
	background-image: url('/media/site/photographer2.jpg');
	background-repeat: no-repeat;
	background-position: bottom right;
}

.pr-disabled {
	margin: 0 auto;
	text-align: center;
	background-color: rgba(255, 255, 255,0.8);
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 999;
	padding: 20%;
}
.pr-disabled h3{
	background-color: rgba(228, 73, 73,0.9);
	color: #fff;
	padding: 50px 20px;
}

.single .pr-text img {
	margin: 10px 0px;
}

#payment-form button {
	background-color: #D43795;
	color: #fff !important;
	padding: 10px 15px;
	border: none;
    border-radius: 5px;
    font-weight: bold;
}


/* @fileRef slimbox2.css */

/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #474747;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(/media/site/slimbox/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(/media/site/slimbox/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(/media/site/slimbox/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(/media/site/slimbox/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

