/* =========================================================================================== 
Main -----------------------------------------------------------------------------
============================================================================================== */

/* advent-pro-300 - latin */
@font-face {
  font-family: 'Advent Pro';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/advent-pro-v7-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Advent Pro Light'), local('AdventPro-Light'),
       url('../fonts/advent-pro-v7-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/advent-pro-v7-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/advent-pro-v7-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/advent-pro-v7-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/advent-pro-v7-latin-300.svg#AdventPro') format('svg'); /* Legacy iOS */
}

/* advent-pro-regular - latin */
@font-face {
  font-family: 'Advent Pro';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/advent-pro-v7-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Advent Pro Regular'), local('AdventPro-Regular'),
       url('../fonts/advent-pro-v7-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/advent-pro-v7-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/advent-pro-v7-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/advent-pro-v7-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/advent-pro-v7-latin-regular.svg#AdventPro') format('svg'); /* Legacy iOS */
}

/* advent-pro-500 - latin */
@font-face {
  font-family: 'Advent Pro';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/advent-pro-v7-latin-500.eot'); /* IE9 Compat Modes */
  src: local('Advent Pro Medium'), local('AdventPro-Medium'),
       url('../fonts/advent-pro-v7-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/advent-pro-v7-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/advent-pro-v7-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/advent-pro-v7-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/advent-pro-v7-latin-500.svg#AdventPro') format('svg'); /* Legacy iOS */
}

/* advent-pro-600 - latin */
@font-face {
  font-family: 'Advent Pro';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/advent-pro-v7-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Advent Pro SemiBold'), local('AdventPro-SemiBold'),
       url('../fonts/advent-pro-v7-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/advent-pro-v7-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/advent-pro-v7-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/advent-pro-v7-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/advent-pro-v7-latin-600.svg#AdventPro') format('svg'); /* Legacy iOS */
}


html,
body {
	height: 100%;
	margin: 0px;
	padding: 0px;
}
a { transition: all 0.1s ease-in-out; }
a:hover {
	transition: all 0.1s ease-in-out;
	color: #999999;
}
iframe { border: none; }

.sb-logo.shrink img{
  width:113px;
  height:90px!important;  
  z-index:9999;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.sb-logo img{
  position:fixed;
  clear:both!important;
  width:200px;
  height:159px!important;
  z-index:9999;
  margin-left: 20%;
}
@media only screen and (max-width: 1700px) { 
.sb-logo img {
    position: fixed;
    clear: both !important;
    width: 200px;
    height: 159px !important;
    z-index: 9999;
    margin-left: 5%;
}
}




table {
    width: 100%;
    background-color: transparent;
}

/* =========================================================================================== 
Typo ---------------------------------------------------------------------------
============================================================================================== */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Advent Pro', sans-serif;
	font-weight: normal;
}
body { font: normal 14px Advent Pro, sans-serif; }
html>body { font-size: 14px; }
p {
	margin: 15px 0px;
	font-size: 13px;
	line-height: 23px;
}
h1 {
	margin: 15px 0px;
	font-size: 42px;
	line-height: 52px;
}
h2 {
	margin: 15px 0px;
	font-size: 32px;
	line-height: 42px;
}
h3 {
	margin: 15px 0px;
	font-size: 26px;
	line-height: 36px;
}
h4 {
	margin: 15px 0px;
	font-size: 22px;
	line-height: 32px;
}
h5 {
	margin: 15px 0px;
	font-size: 18px;
	line-height: 28px;
}
h6 {
	margin: 15px 0px;
	font-size: 16px;
	line-height: 26px;
}
a {
	text-decoration: none;
	color: #e8230f;
}
a:hover { text-decoration: none; }

blockquote p {
	font-size: 24px;
	line-height: 34px;
	font-style: italic;
}


nav { display: inline-block; }


nav a {
  position: relative;
  display: inline-block;
  margin: 12px 20px;
  color: #42a6e2!important;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 20px;
  
}

nav a:hover,
nav a:focus {
  outline: none;
}
.linkbox{
  color: #ff9900!important;
  padding: 10px 0;
}
 
.linkbox::before {
  color: #99cc33;
  max-width: 0;
  padding: 10px 0;
  border-top: 1px dashed #333;
  border-bottom: 1px dashed #333;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  content: attr(data-text);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
 
.linkbox:hover::before,
.linkbox:focus::before {
  max-width: 100%;
  outline: none;
  text-shadow: none;
  }
.einz{
 padding: 20px 50px 20px 50px;
 }
  .stil-medium {
 font-size: 20px;
line-height: 25px;
margin-bottom: 0.4em;
font-weight: normal;
}
.border-top {
    border-top: 1px solid #999;
    padding-top: 10px;
}
.border-bottom {
    border-bottom: 1px solid #999;
    
}
.border-right {
    border-right: 1px solid #999;
    padding-right: 10px;
}
/* =========================================================================================== 
COLOR ---------------------------------------------------------------------------
============================================================================================== */
.orange { color: #ff9900!important; }
.blue { color: #42a6e2!important; }
.green { color: #99cc33!important; }
.asphalt { color: #6a6a6a!important; }
.white { color: #ffffff!important; }
span.white { color: #ffffff;!important }

/* =========================================================================================== 
BORDER ---------------------------------------------------------------------------
============================================================================================== */

.one-edge-orange {	
	border-bottom: 4px solid #ff9900;
}
.one-edge-blue {	
	border-bottom: 4px solid #42a6e2;
}
.one-edge-green {	
	border-bottom: 4px solid #99cc33;
}

/* =========================================================================================== 
BACKGROUND ---------------------------------------------------------------------------
============================================================================================== */
.showroom{
background:url(../images/show-intro.jpg) no-repeat center center fixed;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover
}

   
}

@media only screen and (max-width: 767px) {
.showroom{    
    background: url("../images/show-intro-s.jpg");
  }
	}

/* =========================================================================================== 
BOOTSTRAP 3 MODALS MODIFIED ------------------------------------------------------------------
============================================================================================== */
.modal {
	overflow-y: auto;
	padding: 0px;
	overflow-x: hidden;
}
.modal-content {
	position: relative;
	background-color: #fff;
	border: 0px solid #999;
	border: 0px solid rgba(0,0,0,.2);
	border-radius: 0px;
	-webkit-box-shadow: 0 3px 9px rgba(0,0,0,.1);
	box-shadow: 0 3px 9px rgba(0,0,0,.1);
	background-clip: padding-box;
	outline: 0;
}
.modal-footer {
	margin-top: 0px;
	padding: 0px;
	border-top: none;
	background: #212121;
}
ul.modal-tags,
ul.modal-links {
	list-style: none;
	padding: 0px;
}
ul.modal-links li a:hover { color: #ffffff; }
ul.modal-tags li {
	color: #a0a0a0;
	display: inline-block;
}
.modal-header {
    border-bottom: medium none;
    min-height: 16.4286px;
    background: #86b628 none repeat scroll 0% 0%;
    color: #FFF;
    padding: 35px;
    opacity: 0.5;
}
.modal-body {
	position: relative;
	padding: 0px;
}
.modal-header .close {
	float: right;
	font-size: 18px;
	font-weight: 400;
	line-height: 1;
	color: #ffffff;
	text-shadow: none;
	opacity: 1;
	filter: alpha(opacity=100);
}
.modal-header .close:hover { color: #e8230f; }
.modal-open {
	overflow: auto;
	margin-right: 0px;
}
.modal-backdrop { background-color: #000000; }

/* =========================================================================================== 
MODAL RESPONSIVENESS -------------------------------------------------------------------------
============================================================================================== */

@media (min-width: 768px) {
.modal-dialog {
	width: 600px;
	margin: 30px auto;
}
#teamModal .modal-dialog {
	width: 500px;
	margin: 30px auto;
}
}

/* =========================================================================================== 
BOOTSTRAP 3 IMAGE THUMB MODIFIED -------------------------------------------------------------
============================================================================================== */

.img-thumbnail {
	padding: 0px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 0px solid #ddd;
	border-radius: 0px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto;
	width: 100%;
}

/* =========================================================================================== 
BOOTSRAP 3 BUTTON DEFAULT MODIFIED -----------------------------------------------------------
============================================================================================== */

.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: none;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	border-radius: 0px;
}
a.btn-default {
	color: #ffffff;
	background-color: #e8230f;
	border-color: #ccc;
	text-transform: uppercase;
}
.sidebar .widget a.btn-default:hover {
	color: #1b1b1b;
	background-color: #ffffff;
}
/* =========================================================================================== 
SECTIONS SETTINGS ----------------------------------------------------------------------------
============================================================================================== */

section {
	padding: 0px 0px;
	background: #ffffff;
	z-index: 1;
}
.overall {
	z-index: 8;
	position: relative;
	overflow: hidden;
	padding: 60px 0px;
}
.gallery {
	padding: 100px 0px;
}
.over-small {
	z-index: 8;
	position: relative;
	overflow: hidden;
	padding: 20px 0px;
}
section.dark { background: rgba(26,0,0, 0.8); }
section.grey {
	background: #f7f7f7;
	padding: 120px 0px;
}
section.white { background: #ffffff; }
section.header {
	background: rgba(255,255,255, 1);
	z-index: 8000;
	padding: 0px;
	webkit-transition: background 0.3s linear;
	-moz-transition: background 0.3s linear;
	transition: background 0.3s linear;
}
section.header.shrink {
	background: rgba(255,255,255, 1);
	-webkit-transition: background 0.3s linear;
	-moz-transition: background 0.3s linear;
	transition: background 0.3s linear;
}
section.slider { padding: 0px; }
section.dark p { color: #c6c6c6; }
section.dark h1,
section.dark h2,
section.dark h3,
section.dark h4,
section.dark h5,
section.dark h6 { color: #ffffff; }

section.dark a { color: #ffffff; }
section.dark a:hover { color: #a0a0a0; }

/* =========================================================================================== 
SECTION DIRECTION ARROWS ---------------------------------------------------------------------
============================================================================================== */
section.module:last-child {
  margin-bottom: 0;
}

section.module.content {
  padding: 40px 0;
}
section.module.parallax {
  
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  z-index:50;
}
section.module.parallax h1 {

    font-size: 36px;
    line-height: 150px;


}
section.module.parallax-1 {
height: 200px;
margin-top: 150px;
  background-image: url("../images/woo.jpg");
}
section.module.parallax-2 {
height: 600px;
margin-top: 150px;
  background-image: url("../images/slide-intro-galerie-3.jpg");
}

@media all and (min-width: 600px) {
  section.module h2 {
    
  }
  section.module p {
   
  }
  section.module.parallax h1 {
    
  }
}
@media all and (min-width: 960px) {
  section.module.parallax h1 {
    
  }
}
/* =========================================================================================== 
SECTION DIRECTION ARROWS ---------------------------------------------------------------------
============================================================================================== */

.direction-arrows {
	position: absolute;
	top: -60px;
	right: 15px;
	font-size: 18px;
	z-index: 7000;
}
.direction-arrows a {
	padding: 8px 8px;
	display: block;
	float: left;
}
.direction-arrows a.down {
	background: #e8230f;
	color: #ffffff;
}
.direction-arrows a.down:hover {
	background: #363636;
	color: #ffffff;
}
.direction-arrows a.up {
	background: #363636;
	color: #ffffff;
}
.direction-arrows a.up:hover {
	background: #e8230f;
	color: #ffffff;
}
 @media screen and (min-width: 767px) and (max-width: 769px) and (orientation:portrait) {
.direction-arrows {
	position: absolute;
	top: -75px;
	right: 15px;
	font-size: 18px;
}
}
 @media screen and (min-width: 599px) and (max-width: 601px) and (orientation:landscape) {
.direction-arrows {
	position: absolute;
	top: -75px;
	right: 15px;
	font-size: 18px;
}
}
 @media screen and (min-width: 383px) and (max-width: 385px) and (orientation:portrait) {
.direction-arrows {
	position: absolute;
	top: -75px;
	right: 15px;
	font-size: 18px;
}
}
 @media screen and (min-width: 319px) and (max-width: 321px) and (orientation:portrait) {
.direction-arrows {
	position: absolute;
	top: -75px;
	right: 15px;
	font-size: 18px;
}
}
/* =========================================================================================== 
FILTERS DROPDOWN -----------------------------------------------------------------------------
============================================================================================== */
.work-filter {
	margin-bottom: 40px;
	margin-top: 0px;
}
.work-filter i {
	font-size: 24px;
	margin-right: 5px;
}
.work-filter a {
	color: #212121;
	font-size: 18px;
	
	text-decoration: none;
	outline: none;
}
.work-filter a:hover { color: #e8230f; }
.work-filter .dropdown-menu li a {
	font-size: 13px;
	
}
.work-filter .dropdown-menu:before {
	position: absolute;
	top: -7px;
	left: 3px;
	display: inline-block;
	border-right: 16px solid transparent;
	border-bottom: 16px solid #ccc;
	border-left: 16px solid transparent;
	border-bottom-color: rgba(0, 0, 0, 0);
	content: '';
}
.work-filter .dropdown-menu:after {
	position: absolute;
	top: -6px;
	left: 3px;
	display: inline-block;
	border-right: 16px solid transparent;
	border-bottom: 16px solid #ffffff;
	border-left: 16px solid transparent;
	content: '';
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 10px 0px;
	margin: 10px 0 0;
	list-style: none;
	font-size: 14px;
	background-color: #fff;
	border: 0px solid #ccc;
	border: 0px solid rgba(0,0,0,.15);
	border-radius: 0px;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
	background-clip: padding-box;
}
.dropdown-menu>li { border-bottom: 1px dashed #e7e7e7; }
.dropdown-menu>li>a {
	display: block;
	padding: 8px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #212121;
	white-space: nowrap;
}
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #212121;
}
.open > .dropdown-menu {
	animation-name: slidenavAnimation;
	animation-duration: .4s;
	animation-iteration-count: 1;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
	-webkit-animation-name: slidenavAnimation;
	-webkit-animation-duration: .4s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: ease;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-name: slidenavAnimation;
	-moz-animation-duration: .4s;
	-moz-animation-iteration-count: 1;
	-moz-animation-timing-function: ease;
	-moz-animation-fill-mode: forwards;
}
@keyframes slidenavAnimation { from {
 opacity: 0;
}
to { opacity: 1; }
}
@-webkit-keyframes slidenavAnimation { from {
 opacity: 0;
}
to { opacity: 1; }
}
/* =========================================================================================== 
Termin Box -------------------------------------------------------------------------------
============================================================================================== */

.incontro-box { margin-bottom: 80px; }
ul.contro {
	list-style: none;
	padding-left: 0px;
}
ul.contro li:before {
	content: "";
	padding-right: 10px;
	font-family: "FontAwesome";
}
ul.contro li { margin-bottom: 5px; }

.incontro ul {
	list-style: none;
	padding-left: 0px;
	margin: 30px 0px;
}
.incontro ul li {
	display: block;
	float: left;
	width: 33.33333%;
	padding: 5px;
}
.incontro ul li img {
	display: block;
	width: 100%;
	height: auto;
	
	
}
.incontro-text ul {
	list-style: none;
	padding-left: 0px;
	margin: 30px 0px;
}
.incontro-text ul li {
	display: inline-block;
	float: left;
	width: 100%;
}

.incontro-text ul li p {
	margin-bottom:10px;
}
.space30 {
	margin-bottom:30px;
}
.space15 {
	margin-bottom:15px;
}
 @media screen and (max-width: 769px) {
.incontro ul li {
	display: block;
	float: left;
	width: 49.9999%
}
}
 @media screen and (max-width: 321px) {
.incontro ul li {
	display: block;
	float: left;
	width: 99.9999%
}
}
.incontro ul li a {
	display: block;
	text-align: center;
	padding: 10px 10px;
	font-family: "Fjalla One", sans-serif;
	font-size: 18px;
	color: #212121;
	background: #ffffff;
	min-height: 140px;
	width: 100%;
}
.incontro ul li:nth-child(2n+2) a {
	color: #ffffff;
	background: #212121;
}
.incontro ul li:nth-child(2n+2) a:hover {
	color: #ffffff;
	background: #e8230f;
}
.incontro ul li a:hover {
	color: #ffffff;
	background: #e8230f;
}
.incontro ul li a i {
	padding-top: 10px;
	font-size: 52px;
}
.incontro ul li.logo-item a { background: #e8230f; }
.incontro ul li.logo-item a:hover { background: #212121; }
.incontro ul li.logo-item a h2 { padding-top: 25px; }
/* =========================================================================================== 
SIDEBAR NAVIGATION  --------------------------------------------------------------------------
============================================================================================== */

.sidebar {
	position: fixed;
	height: auto;
	background: #1b1b1b;
	z-index: 3;
	max-width: 260px;
	width: 260px;
	-webkit-overflow-scrolling: touch;
	-webkit-transform: translate3d(0, 0, 0);
}
.sidebar.scroll {
	position: absolute;
	height: 100%;
	background: #1b1b1b;
	z-index: 3;
	max-width: 260px;
	width: 260px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	-webkit-transform: translate3d(0, 0, 0);
}
.main-nav {
	height: 100%;
	max-width: 260px;
	width: 260px;
	margin-left: -260px;
	background: #1b1b1b;
}
/* =========================================================================================== 
LOGO -----------------------------------------------------------------------------------------
============================================================================================== */

.logo { margin-top: 35px; }

/*-----------------------------------------------------------------------------------*/
/*	frames
/*-----------------------------------------------------------------------------------*/

.responsiveContainer {
  position: relative;
	width: 100%;
  margin: 0 auto;
  min-height: 650px;
  overflow: hidden;
}

.responsiveContainer iframe {
    position: absolute;
    top: -250px;
    left: 0;
    width: 100%;
    height: 1000px;
}
/* =========================================================================================== 
NAVIGATION SIDEBAR OPENER --------------------------------------------------------------------
============================================================================================== */
a.nav-trigger {
	color: #ffffff;
	font-size: 23px;
}
a.nav-trigger:hover {
	color: #a0a0a0;
	font-size: 23px;
}
/* =========================================================================================== 
SIDEBAR WIDGETS ------------------------------------------------------------------------------
============================================================================================== */

.sidebar .widget {
	width: 100%;
	padding: 0px 25px 25px 25px;
}
.sidebar .widget p,
.sidebar .widget h1,
.sidebar .widget h2,
.sidebar .widget h3,
.sidebar .widget h4,
.sidebar .widget h5,
.sidebar .widget h6 { color: #a0a0a0; }
.sidebar .widget a { color: #ffffff; }
.sidebar .widget a:hover { color: #a0a0a0; }
.social-widget ul li a { font-size: 17px; }
/* =========================================================================================== 
FOOTER WIDGETS -------------------------------------------------------------------------------
============================================================================================== */
.widget { padding: 0px 0px 15px 0px; }
.widget h3 { margin-bottom: 20px; }
.widget p { font-size:18px; }

/* =========================================================================================== 
DATE -------------------------------------------------------------------------------
============================================================================================== */

.post-date { 
			background-color:none; 
			float:left;
			position:relative;
			padding:45px 5px 0px;
			margin-right:25px;
			} 
.post-date .month {
		    text-transform: uppercase;
		    font-size:25px;
			
			color:#CCCCCC;
			}
.post-date .day {
			font-size:43px;
			letter-spacing:-1px;
			color:#CCCCCC;
			
			position:absolute; left:5px; top:0px;
			}
 .post-date .year { 
			display:block; 
			color:#CCCCCC;
			position:absolute; right:-8px; top:15px;
			-webkit-transform: rotate(-90deg); 
			-moz-transform: rotate(-90deg);			
			}
			
.readmore{
		text-align:center;	
		margin:5px 0;
		float:right;		
		border-left:1px solid;
		padding:5px;
}

.readmore a {
		text-decoration:none;
}

.readmore a:hover {
		color:#fff;
		text-decoration:none;
} 			
/* =========================================================================================== 
MAIN HEADER ----------------------------------------------------------------------------------
============================================================================================== */

section.header { padding: 20px 0px; }
.header .slogan h2 {
	margin: 0px;
	line-height: 20px;
}
.header .slogan a.nav-trigger {
	color: #212121;
	margin-left: 20px;
}
.header .slogan a.nav-trigger:hover { color: #e8230f; }
.header .header-direction-arrow a {
	background: #e8230f;
	color: #ffffff;
	position: absolute;
	font-size: 23px;
	right: 13px;
	top: 66px;
	padding: 6px 15px;
}
.header .header-direction-arrow a:hover { background: #212121; }
/* =========================================================================================== 
TO TOP ARROW ---------------------------------------------------------------------------------
============================================================================================== */
.footer-direction-arrow {
	right: 20px;
	bottom: 20px;
	position: fixed;
	z-index: 15;
	display: none;
}
.footer-direction-arrow a {
	background: #212121;
	color: #ffffff;
	font-size: 23px;
	padding: 6px 15px;
}
.footer-direction-arrow a:hover {
	background: #e8230f;
	color: #ffffff;
	font-size: 23px;
	padding: 6px 15px;
}
/* =========================================================================================== 
MAIN MENU ------------------------------------------------------------------------------------
============================================================================================== */

.nav { margin: 35px 0px 35px 0px; }
.main-menu {
	clear: both;
	display: block;
	width: 100%;
}
.main-menu ul {
	list-style: none;
	margin: 0px;
	padding-left: 0px;
}
.main-menu li { width: 100%; }
.main-menu a {
	color: #a0a0a0;
	width: 100%;
	display: block;
	padding: 10px 25px;
	text-transform: uppercase;
}
.main-menu ul ul { display: none; }
.main-menu ul ul ul { display: none; }
.main-menu ul ul a { }
.main-menu ul ul li { }
.main-menu li:hover > a,
.main-menu li.active > a,
.main-menu li > a.active {
	background: #e8230f;
	color: #ffffff;
}
.main-menu ul ul :hover > a { }
.main-menu ul ul a:hover { }
.main-menu ul li:hover > ul { }
.main-menu li.current_page_item a,
.main-menu li.current-menu-item a .main-menu li.current-menu-item {
	background: #e8230f;
	color: #ffffff;
}
.menu-toggle { cursor: pointer; }
.main-small-navigation .menu { display: none; }



/* =========================================================================================== 
MAIN TOP SLIDER ------------------------------------------------------------------------------
============================================================================================== */

.slider h1 { color: #444444; }
.slider h3 { color: #000000; }
.slider h1 { font-size: 42px; }
.slider h3 { font-size: 21px; }
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.change-text{
text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
}
.shadow-text{
text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.carousel .item {
	left: 0 !important;
	opacity: 0;
      -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
}
.carousel-inner { }
span.blah {
	opacity: 0;
	position: absolute;
}
.carousel-control { background-image: none !important; }
.next.left,
.prev.right {
	opacity: 1;
	z-index: 1;
}
.active.left,
.active.right {
	opacity: 0;
	z-index: 2;
}
.carousel-caption {
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 60px;
	z-index: 5;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: left;
	text-shadow: none;
	background: rgba(255,255,255, 0.6);
}
.carousel-indicators {
	position: relative;
	width: 100%;
	list-style: none;
	text-align: left;
	left: 0%;
	margin: 0px;
	margin-left: 0px;
	padding-left: 0px;
	bottom: -42px;
}
.carousel-indicators li {
	display: inline-block;
	width: 17px;
	height: 17px;
	margin: 0px;
	margin-right: 0px;
	text-indent: -999px;
	border: none;
	border-radius: 0px;
	cursor: pointer;
	background-color: #6a6a6a;
}
.carousel-indicators .active {
	width: 17px;
	height: 17px;
	border: none;
	background-color: #ff9900;
	margin: 0px;
}

/* =========================================================================================== 
MAIN TOP SLIDER RESPONSIVENESS ---------------------------------------------------------------
============================================================================================== */

/* iPad Landscape */
@media screen and (min-width: 1023px) and (max-width: 1025px) and (orientation:landscape) {
.slider h1 {
	font-size: 32px;
	margin: 0px;
	margin-bottom: 10px;
	line-height: 32px;
}
.slider h3 {
	font-size: 16px;
	margin: 0px;
	line-height: 16px;
}
.carousel-caption {
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 60px;
	z-index: 5;
	padding-top: 25px;
	padding-bottom: 10px;
	color: #fff;
	text-align: left;
	text-shadow: none;
	background: rgba(255,255,255, 0.6);
}
.carousel-indicators {
	position: relative;
	width: 100%;
	list-style: none;
	text-align: left;
	left: 0%;
	margin: 0px;
	margin-left: 0px;
	padding-left: 0px;
	bottom: -32px;
}
}

/* iPad Portrait */
 @media screen and (min-width: 767px) and (max-width: 769px) and (orientation:portrait) {
.slider h1 {
	font-size: 32px;
	margin: 0px;
	margin-bottom: 10px;
	line-height: 32px;
}
.slider h3 {
	font-size: 16px;
	margin: 0px;
	line-height: 16px;
}
.carousel-caption {
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 120px;
	z-index: 5;
	padding-top: 25px;
	padding-bottom: 10px;
	color: #fff;
	text-align: left;
	text-shadow: none;
	background: rgba(255,255,255, 0.6);
}
.carousel-indicators {
	position: relative;
	width: 100%;
	list-style: none;
	text-align: left;
	left: 0%;
	margin: 0px;
	margin-left: 0px;
	padding-left: 0px;
	bottom: -32px;
}
}

/* Android Nexus */
 @media screen and (min-width: 599px) and (max-width: 601px) and (orientation:portrait) {
.overall { padding: 45px 0px; }
.slider h1 {
	font-size: 28px;
	margin: 0px;
	margin-bottom: 10px;
	line-height: 32px;
}
.slider h3 {
	font-size: 12px;
	margin: 0px;
	line-height: 16px;
}
.carousel-caption {
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 60px;
	z-index: 5;
	padding-top: 25px;
	padding-bottom: 10px;
	color: #fff;
	text-align: left;
	text-shadow: none;
	background: rgba(255,255,255, 0.6);
}
.carousel-indicators {
	position: relative;
	width: 100%;
	list-style: none;
	text-align: left;
	left: 0%;
	margin: 0px;
	margin-left: 0px;
	padding-left: 0px;
	bottom: -32px;
}
}

/* Android Nexus Landscape */
 @media screen and (min-width: 599px) and (max-width: 601px) and (orientation:landscape) {
.slider h1 {
	font-size: 24px;
	margin: 0px;
	margin-bottom: 10px;
	line-height: 32px;
}
.slider h3 {
	font-size: 12px;
	margin: 0px;
	line-height: 16px;
}
.carousel-caption {
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 60px;
	z-index: 5;
	padding-top: 25px;
	padding-bottom: 10px;
	color: #fff;
	text-align: left;
	text-shadow: none;
	background: rgba(255,255,255, 0.6);
}
.carousel-indicators {
	position: relative;
	width: 100%;
	list-style: none;
	text-align: left;
	left: 0%;
	margin: 0px;
	margin-left: 0px;
	padding-left: 0px;
	bottom: -32px;
}
}

/* Android Nexus Portrait */
 @media screen and (min-width: 383px) and (max-width: 385px) and (orientation:portrait) {
.slider h1 {
	font-size: 24px;
	margin: 0px;
	margin-bottom: 10px;
	line-height: 32px;
}
.slider h3 {
	font-size: 12px;
	margin: 0px;
	line-height: 16px;
}
.carousel-caption {
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 60px;
	z-index: 5;
	padding-top: 25px;
	padding-bottom: 10px;
	color: #fff;
	text-align: left;
	text-shadow: none;
	background: rgba(255,255,255, 0.6);
}
.carousel-indicators {
	position: relative;
	width: 100%;
	list-style: none;
	text-align: left;
	left: 0%;
	margin: 0px;
	margin-left: 0px;
	padding-left: 0px;
	bottom: -32px;
}
.slogan-right { display: none; }
}

/*  iPhone 5 Landscape */
 @media screen and (min-width: 567px) and (max-width: 569px) and (orientation:landscape) {
.overall { padding: 45px 0px; }
.slider h1 {
	font-size: 24px;
	margin: 0px;
	margin-bottom: 10px;
	line-height: 24px;
}
.slider h3 {
	font-size: 12px;
	margin: 0px;
	line-height: 12px;
}
.carousel-caption {
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 45px;
	z-index: 5;
	padding-top: 15px;
	padding-bottom: 5px;
	color: #fff;
	text-align: left;
	text-shadow: none;
	background: rgba(255,255,255, 0.6);
}
.carousel-indicators {
	position: relative;
	width: 100%;
	list-style: none;
	text-align: left;
	left: 0%;
	margin: 0px;
	margin-left: 0px;
	padding-left: 0px;
	bottom: -26px;
}
.slogan-right { display: none; }
.header .header-direction-arrow a {
	color: #ffffff;
	position: absolute;
	font-size: 23px;
	right: 13px;
	top: 62px;
	padding: 6px 15px;
}
}

/*  iPhone 4 Landscape */
 @media screen and (min-width: 479px) and (max-width: 481px) and (orientation:landscape) {
.overall { padding: 45px 0px; }
.slider h1 {
	font-size: 24px;
	margin: 0px;
	margin-bottom: 10px;
	line-height: 24px;
}
.slider h3 {
	font-size: 12px;
	margin: 0px;
	line-height: 12px;
}
.carousel-caption {
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 45px;
	z-index: 5;
	padding-top: 15px;
	padding-bottom: 5px;
	color: #fff;
	text-align: left;
	text-shadow: none;
	background: rgba(255,255,255, 0.6);
}
.carousel-indicators {
	position: relative;
	width: 100%;
	list-style: none;
	text-align: left;
	left: 0%;
	margin: 0px;
	margin-left: 0px;
	padding-left: 0px;
	bottom: -26px;
}
.slogan-right { display: none; }
.header .header-direction-arrow a { top: 62px; }
}

/* iPhone 4 & 5 Portrait */
 @media screen and (min-width: 319px) and (max-width: 321px) and (orientation:portrait) {
.slider h1 {
	font-size: 24px;
	margin: 0px;
	margin-bottom: 10px;
	line-height: 28px;
}
.slider h3 {
	font-size: 12px;
	margin: 0px;
	line-height: 16px;
}
.carousel-caption {
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 60px;
	z-index: 5;
	padding-top: 25px;
	padding-bottom: 10px;
	color: #fff;
	text-align: left;
	text-shadow: none;
	background: rgba(255,255,255, 0.6);
}
.carousel-indicators {
	position: relative;
	width: 100%;
	list-style: none;
	text-align: left;
	left: 0%;
	margin: 0px;
	margin-left: 0px;
	padding-left: 0px;
	bottom: -32px;
}
.slogan-right { display: none; }
.header .header-direction-arrow a { top: 62px; }
}
/* =========================================================================================== 
SOCIAL ICONS ---------------------------------------------------------------------------------
============================================================================================== */
.btn.btn-social-icon { color: #ffffff; }
.btn-bitbucket:hover { background-color: #183c60; }
.btn-dropbox:hover { background-color: #0d70b7; }
.btn-facebook:hover { background-color: #30487b; }
.btn-flickr:hover { background-color: #d6006f; }
.btn-foursquare:hover { background-color: #005888; }
.btn-github:hover { background-color: #303030; }
.btn-google-plus:hover { background-color: #ca3523; }
.btn-instagram:hover { background-color: #335d7e; }
.btn-linkedin:hover { background-color: #005f8d; }
.btn-tumblr:hover { background-color: #1f3346; }
.btn-twitter:hover { background-color: #309aea; }
.btn-vk:hover { background-color: #4a6a89; }
/* =========================================================================================== 
PORTFOLIO ISOTOPE ----------------------------------------------------------------------------
============================================================================================== */

.isotope-item { z-index: 2; }
.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}
.isotope,
.isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: -o-transform, opacity;
	transition-property: transform, opacity;
}
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}
.portfolio {
	margin-bottom: 40px;
	margin-top: 40px;
}
.portfolio-item {
	margin-bottom: 40px;
	background: #ffffff;
}
#portfolio-filter > li {
	list-style:none;
    display: inline-block;
      padding-left: 15px;
    border-left: 1px solid #cccccc;

}
.portfolio-content p {
    font-size: 18px;
    line-height: 23px;
    margin: 15px 0px;
}
.portfolio-content-center {
    display: table-cell;
    vertical-align: middle;
}
.portfolio-content {
    position: relative;
    width: 50%;
}
.portfolio-content-wrap.blog {
    height: 290px;
}
.portfolio-content-wrap {
    display: table;
    width: 100%;
    padding: 0px 35px;
    overflow: hidden;
    height: 220px;
}
.caption {
    display: block;
    background-color: #FFF;
    color: #333;
    font-family: "Advent Pro";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
    text-align: left;
    padding: 20px 0px;
    
}
.shadow {
    box-shadow: 10px 10px 5px #888;
}
.shadow:hover {
    box-shadow: 3px 3px 1px #888;
}
.portfolio-content {
	position: relative;
	width: 50%;
}
.h-pad {
    padding-right: 25px;
    padding-left: 25px;
}
.portfolio-content-center {
	display: table-cell;
	vertical-align: middle;
}
a.more-plus {
	position: absolute;
	top: 15px;
	right: 15px;
}
.portfolio-image { width: 50%; }
.more-masterpieces { margin-top: 40px; }
#portfolio-items .row .col-md-6:first-child { padding-left: 0px; }
#portfolio-items .row .col-md-6:last-child { padding-right: 0px; }

/* All Under 1024 */
@media screen and (max-width: 1025px) {
#portfolio-items .row .col-md-6:first-child { padding-left: 15px; }
#portfolio-items .row .col-md-6:last-child { padding-right: 15px; }
}

/* iPad Landscape */
@media screen and (min-width: 1023px) and (max-width: 1025px) and (orientation:landscape) {
.portfolio-content-wrap { height: 185px; }
.portfolio-content-center p { display: none; }
}

/* iPad Portrait */
 @media screen and (min-width: 767px) and (max-width: 769px) and (orientation:portrait) {
.portfolio-content-wrap { height: 295px; }
}

/* iPhone 3+4 Landscape */
 @media screen and (min-width: 479px) and (max-width: 481px) and (orientation:landscape) {
.portfolio-content-center p { display: none; }
.portfolio-content-wrap { height: 175px; }
}

/* iPhone 5 Landscape */
 @media screen and (min-width: 567px) and (max-width: 569px) and (orientation:landscape) {
.portfolio-content-wrap { height: 215px; }
}

/*  Full Width Image & Content */
@media screen and (max-width: 425px) {
.portfolio-image {
	width: 100%;
	float: none;
}
.portfolio-content {
	position: relative;
	width: 100%;
	float: none;
}
}
/* =========================================================================================== 
RANDO BLOG ITEMS -----------------------------------------------------------------------------
============================================================================================== */

.blog-wrapper {
	margin-bottom: 40px;
	margin-top: 40px;
}
.portfolio-content-wrap.blog { height: 290px; }
.blog a { color: #333333; }
.blog a:hover { color: #e8230f; }
.blog i {
	color: #999999;
	margin-right: 8px;
}
.post-content {
	background: #ffffff;
	padding: 25px;
}
#blog-items .row .col-md-12 { padding-left: 0px; }
#blog-items .row .col-md-12 { padding-right: 0px; }

/* =========================================================================================== 
RANDO BLOG ITEMS RESPONSIVENESS --------------------------------------------------------------
============================================================================================== */

/* All Under 1024 */
@media screen and (max-width: 1025px) {
#blog-items .row .col-md-12 { padding-left: 15px; }
#blog-items .row .col-md-12 { padding-right: 15px; }
#blog-items .portfolio-image {
	width: 100%;
	float: none;
}
#blog-items .portfolio-image img {
	width: 100%;
	float: none;
	height: auto;
	display: block;
}
#blog-items .portfolio-content {
	position: relative;
	width: 100%;
	float: none;
}
#blog-items .portfolio-content p { display: block; }
}
/* =========================================================================================== 
DROP CAP -------------------------------------------------------------------------------------
============================================================================================== */
.drop-cap { margin: 60px 0px; }
.drop-cap .drop-icon i {
	font-size: 42px;
	color: #ffffff;
	background: #e8230f;
	padding: 12px 15px;
}
.drop-cap h3 { margin-top: 0px; }
/* =========================================================================================== 
TEAM -----------------------------------------------------------------------------------------
============================================================================================== */
.team-wrapper {
	background: #f7f7f7;
	padding: 20px;
	position: relative;
	margin: 60px 0px;
	transition: all 0.2s linear;
}
.team-wrapper:hover { background: #212121; }
.team-wrapper:hover p { color: #ffffff; }
.team-wrapper:hover h4 { color: #ffffff; }
.team-wrapper h4 {
	margin: 0px;
	line-height: 22px;
}
.team-wrapper p {
	color: #a0a0a0;
	margin-top: 5px;
	margin-bottom: 5px;
}
.team-wrapper ul li { }
.team-wrapper ul li a {
	font-size: 18px;
	padding: 5px 5px;
	color: #212121;
}
/* =========================================================================================== 
BODY VIDEO -----------------------------------------------------------------------------------
============================================================================================== */
#video {
	position: relative;
	height: auto;
	width: 100%;
	text-align: center;
	height: 560px;
	display: block;
}
#bgndVideo {
	width: 100%;
	height: 560px;
}
.caption-wrap {
	padding: 25px 0px;
	background: rgba(255,255,255, 0.7);
	position: absolute;
	width: 100%;
	text-align: left;
	bottom: 40px;
}
/* =========================================================================================== 
ELEMENT WITH BACKGROUND ----------------------------------------------------------------------
============================================================================================== */
.theme-color-background {
	background: #e8230f;
	color: #ffffff;
	padding: 3px 0px 0px 10px;
}
.theme-color-background:hover { background: #212121; }
a.theme-color-background:hover { color: #ffffff; }
/* =========================================================================================== 
OWL SLIDER -----------------------------------------------------------------------------------
============================================================================================== */
#owl-band .item {
	background: #ffffff;
	padding: 0px;
	margin: 0px;
	color: #FFF;
	border: 1px solid #e7e7e7;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	text-align: center;
	z-index: 1;
}
#owl-band .item img{
	width:100%;
}
#owl-band .item img{
	opacity:1.0;
}

#owl-band .item img:hover{
	opacity:0.5;
}

#owl-portfolio .item {
	background: #ffffff;
	padding: 0px;
	margin: 0px;
	color: #FFF;
	padding: 0px 0px;
	border: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	text-align: center;
	z-index: 1;
	width: 100%;
	display: block;
}
.owl-buttons {
	position: absolute;
	top: 50%;
	margin-top: -50px;
	width: 100%;
	z-index: 9999;
	font-family: 'FontAwesome';
}
.owl-next {
	float: right;
	background: #212112;
	color: #ffffff;
	padding: 30px 15px;
}
.owl-prev {
	float: left;
	background: #212112;
	color: #ffffff;
	padding: 30px 15px;
}
.owl-next:hover { background: #e8230f; }
.owl-prev:hover { background: #e8230f; }
#owl-portfolio .item:hover { cursor: url(../images/grabbing.png) 8 8, move; }
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.owl-carousel {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
	background: #ffffff;
	height: 100%;
	z-index: 1;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item { float: left; }
.owl-controls .owl-page,
.owl-controls .owl-buttons div { cursor: pointer; }
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.grabbing { cursor: url(../images/grabbing.png) 8 8, move; }
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}
/* =========================================================================================== 
PAGE LOADER ----------------------------------------------------------------------------------
============================================================================================== */

#qLoverlay {  }
/* =========================================================================================== 
MORE PLUS ICON -------------------------------------------------------------------------------
============================================================================================== */
a.more-plus {
	font-size: 18px;
	color: #a0a0a0;
}
a.more-plus:hover {
	font-size: 18px;
	color: #e8230f;
}
/* =========================================================================================== 
WORDPRESS REQUIRED ---------------------------------------------------------------------------
============================================================================================== */
.sticky { }
.gallery-caption { }
.bypostauthor { }
.alignright {
	float: right;
	margin: 0 0 30px 30px;
}
.alignleft {
	float: left;
	margin: 0 30px 30px 0;
}
.aligncenter {
	display: block;
	margin: auto;
}
.alignnone { margin: 0 0 30px; }
.wp-caption {
	max-width: 100%;
	margin-bottom: 30px;
}
.wp-caption-text {
	font-family: 'Source Sans Pro', sans-serif;
	color: #999;
	font-style: italic;
	padding: 3px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* =========================================================================================== 
GMAP -----------------------------------------------------------------------------------------
============================================================================================== */

#map {
	width: 100%;
	height: 500px;
	display: block;
}
/* =========================================================================================== 
COMMENTS -------------------------------------------------------------------------------------
============================================================================================== */

.comment-form { margin: 40px 0px; }
.comment-form a.btn-default { color: #ffffff; }
.comment-form a.btn-default:hover { color: #212121; }
.comment-form label {
	font-size: 13px;
	font-weight: 700;
}
a.reply,
a.reply i { color: #e8230f; }
a.reply:hover,
a.reply:hover i { color: #212121; }
a.author { color: #e8230f; }
a.author:hover { color: #212121; }
/* =========================================================================================== 
CLASSIC NAV ----------------------------------------------------------------------------------
============================================================================================== */
a.classic-nav-trigger {
	padding: 0px;
	margin: 0px;
	font-size: 23px;
	color: #212121;
}
.navbar-collapse ul li {
	padding: 0px;
	margin: 0px;
	padding-left: 15px;
	padding-right: 15px;
}
.navbar-collapse ul li a {
	font-size: 22px;
	font-family: 'Advent Pro', sans-serif;
	font-weight:600;
	color: #212121;
	text-align:center;
}
.act {
    color: #0066ff!important;
}
.dot{
  color: #6a6a6a!important;
}

.dot:before {
  content:' ';
  }

.dot:after {
  content:' .';  
  color: #ff9900!important;
  font-family: 'Advent Pro', sans-serif;
  font-weight:600!important;
  font-size: 40px!important;
}

.navbar-collapse ul li a:hover {
	
	color: #0066ff;
}
@media (min-width: 768px) and (max-width: 1000px) {
   .navbar-collapse ul li a {
    font-size: 14px; !important;
   }
}
 @media (max-width: 991px) {
.slogan-right.classic.pull-right {
	float: none !important;
	display: block;
	width: 100%;
	margin-top: 20px;
	clear: both;
}
.navbar-collapse {
	max-height: 600px;
	overflow-x: visible;
	padding-right: 5px;
	padding-left: 5px;
	border-top: none;
	box-shadow: none;
	-webkit-overflow-scrolling: touch;
}
.navbar-collapse ul {
	border-top: 1px solid #f7f7f7;
	margin-top: 10px;
	padding-top: 10px;
}
.navbar-collapse ul li {
	padding: 0px;
	float: none;
	width: 100%;
	margin: 4px 0px;
	border-bottom: 1px solid #f7f7f7;
	padding: 10px 0px;
}
.navbar-collapse ul li:last-child { border-bottom: none; }
.navbar-collapse ul li a {
	font-size: 18px;
	display: block;
	width: 100%;
}
.navbar-collapse ul li a:hover { font-size: 18px; }
}
