body {
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: lighter;
	}
.portfolio.portfolio-parallax .portfolio-desc {
    opacity: 0.7;
}
#page-menu nav li a {
    padding: 0 5px;
	font-size:14px;
}
.portfolio-desc h2 a {
	color:#fff;
	}
.padding-logo {
	margin-left:15px;
	}
.heading-block.dark {
	background-color: #363636;
	}
#page-title {
    padding: 30px 0;
}
.feature-box h3 {
	font-size: 24px;
	font-weight: bold;	
	}
.feature-box h3 span.subtitle {
	font-size: 18px;
	font-weight: normal;
	}
.css3-spinner {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
	text-align: center;
	background-color: #FFF;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	background-image: url(/images/favicon.png);
	background-position: center 44%;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
#page-menu, #page-menu-wrap {
	box-shadow: 2px 2px 2px #2C2C2C;
}
.css3-spinner > div {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -9px;
	margin-left: 13px;
	width: 18px;
	height: 18px;
	background-color: #DDD;
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: bouncedelay 1.4s infinite ease-in-out;
	animation: bouncedelay 1.4s infinite ease-in-out;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	background-image: none;
}
.contact_form_margin {
	padding-right: 30px;
	padding-left: 30px;	
	}
.button.button-3d {
    background-color: #363636 !important;
    opacity: 0.9;
	color:#fff;
}
.button.button-3d:hover {
	background-color: #575757 !important;
	opacity: 0.9;
	color: #fff;
}
.my_sidenav li a {
	font-family: 'Barlow Condensed', sans-serif;
    display: block;
    position: relative;
    margin: 0 0 -1px;
    padding: 11px 20px 11px 14px;
    	font-size:20px;
    border: 1px solid #E5E5E5;
    border-right-width: 2px;
    color: #666;
}

 blockquote {
    border-left: 5px solid #fcfcfc;
}
.promo.promo-border {
    background-color: #2B2B2B;
}
.fancy-title p {
    position: relative;
    display: inline-block;
    background-color: #FFF;
    padding-right: 15px;
    padding-left: 15px;	
    margin-bottom: 0;
}
 .dropcap {
    font-family: 'Barlow Condensed', sans-serif;
	 
    float: left;
    font-size: 42px;
    line-height: 1;
    margin: 0 5px 0 0;
    text-transform: uppercase;
    color: #fcfcfc;
}
 .container {
     position: relative;
	 }
. my_map {
	height:100%;
	}
.portfolio.portfolio-full {
    width: 100%;
}	
.toggle_icon{
	    color: #E27097;
    font-size: 30px;
    margin-right: 10px;
	}
.toggle.toggle-border .togglec {
    padding: 20px 15px 15px 36px;
}
#header.transparent-header.floating-header {
    margin-top: 0px;
    margin-bottom: 0px;
}
#footer p {
    font-size: 14px;
    margin-bottom: 0px;
    margin-bottom: 0px;	
}
#footer p a {
	color: #b1b1b1;
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
	font-weight: lighter;
	line-height: 1.5;
	margin: 0 0 10px 0;
	font-family: 'Barlow Condensed', sans-serif;
}
#page-title h1 {
	text-transform: none;
	font-size: 38px;
}
#page-title span {
    font-size: 14px;
}
.postcontent, .sidebar, .col_full, .col_half, .col_one_third, .col_two_third, .col_three_fourth, .col_one_fourth, .col_one_fifth, .col_two_fifth, .col_three_fifth, .col_four_fifth, .col_one_sixth, .col_five_sixth {

margin-bottom: 0px; 

}
.dark.side-header #header {
    background-color: #333;
    border-right-color: #333;
}
.dark.side-header #logo:not(.nobottomborder):after, .dark.side-header #primary-menu:not(.nobottomborder):after {
	border-bottom-color: #363636;
	border-bottom-style: none;
}
#primary-menu ul li > a {
	display: block;
	line-height: 22px;
	padding: 39px 15px;
	color: #444;
	font-weight: normal;
	font-size: 22px;
	letter-spacing: 1px;
	text-transform: capitalize;
	font-family: 'Barlow Condensed', sans-serif;

	-webkit-transition: margin .4s ease, padding .4s ease;
	-o-transition: margin .4s ease, padding .4s ease;
	transition: margin .4s ease, padding .4s ease;
}
#primary-menu ul li:hover > a, #primary-menu ul li.current > a {
	color: #FFFFFF;
	background-color: #363636;
}
#page-menu-wrap{
	background-color: #1B71B7;
	}
mark, .mark {
    background-color: #1B71B7;
    padding: .2em;
	color:#fff;
}
.img_blur{
	filter: gray;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
	}

.img_blur:hover {
	-webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
	transform: scale(1.02); 	
}
.my_portfolio_desc {
	           position: absolute;
    display: block !important;
    width: 100%;
    height: 48px;
    padding: 5px;
    top: auto;
    bottom: 0px;
    left: 0;
	z-index:3;
	margin-right:10px;
    background-color: rgba(0,0,0,0.4);

	}
.my_portfolio_desc a {
	color: #fff;
	font-weight: normal;
	font-size: 18px;
	text-transform: uppercase;
	}
 .fancy-title.title-bottom-border h1, .fancy-title.title-bottom-border h2, .fancy-title.title-bottom-border h3, .fancy-title.title-bottom-border h4, .fancy-title.title-bottom-border h5, .fancy-title.title-bottom-border h6 {
    border-bottom: 2px solid #fcfcfc;
}

 h1 > span:not(.nocolor), h2 > span:not(.nocolor), h3 > span:not(.nocolor), h4 > span:not(.nocolor), h5 > span:not(.nocolor), h6 > span:not(.nocolor) {
	color: #818181 !important;
	text-shadow: 0px 0px 0px;
}
.fix_height {
	height:400px;
	}
 h3.home_h3 {
	 font-weight: normal;
	 }
address {
	font-size: 14px;
	 margin-bottom: 0px;
	}
.portfolio.portfolio-parallax .portfolio-item .portfolio-image {
    width: 100% !important;
    height: 400px !important;
    background-attachment: fixed;
}
.portfolio-desc h2 {
	text-transform:uppercase;
	font-size:44px;
	
	}
.portfolio.portfolio-parallax .portfolio-desc span {
    margin-top: 12px;
    font-size: 20px;
    color: #fff;
}.fbox-effect .fbox-icon i:after {
    box-shadow: 0 0 0 2px #666;
}
.heading-block h1, .heading-block h2, .heading-block h3, .heading-block h4, .emphasis-title h1, .emphasis-title h2 {
	font-weight: normal;
	text-transform: none;
}
.heading-block_pages {
    padding:10px;
    background-color: rgba(0,0,0,0.5);
	border-radius: 5px;	
}
.heading-block:after {
    content: '';
    display: block;
    margin-top: 0px;
	width: 100%;
    border-top: 1px solid #EFEFEF;
}
.portfolio.portfolio-parallax .portfolio-item {
    float: none;
    width: 100% !important;
    height: 400px !important;
    margin: 0 !important;
}
#header.sticky-header #header-wrap {
	background-color: rgba(0,0,0,0.0);
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.0);
}
.light_blue_band .i-plain {
    color: #fff;
	text-shadow: 1px 1px 1px rgba(0,63,107,0.2);
}
#header.transparent-header.floating-header .container {
	border-radius: 8px;
	margin-top: 12px;
	box-shadow: 2px 2px 3px 2px rgba(0,0,0,0.2);
}
.process-steps li.active a, .process-steps li.ui-tabs-active a {
    background-color: #fcfcfc !important;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    border-color: #fcfcfc !important;
}
.i-rounded:hover, .i-circled:hover {
    background-color: #fcfcfc;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    box-shadow: 0 0 0 rgba(0,0,0,0.2);
}
.process-steps li.active h5, .process-steps li.ui-tabs-active h5 {
    font-weight: 600;
    color: #fcfcfc;
}
.feature-box.fbox-light .fbox-icon i, .feature-box.fbox-light .fbox-icon img {
	border: 1px solid #666;
	background-color: #FAFAFA;
	color: #666;
	font-size: 62px;	
}

#primary-menu ul ul li > a {
		font-family: 'Open Sans', sans-serif;
		font-weight: normal;
		font-size: 14px;
		text-transform:uppercase;
	}
.portfolio-filter li.activeFilter a {
    background-color: #fcfcfc;
}
.revo-slider-emphasis-text, .revo-slider-caps-text {
	text-shadow: 2px 2px 1px rgba(0,0,0,0.8);
	line-height: 56px;	
	color:#fff;
	}
.portfolio-filter li a:hover {
    color: #fcfcfc;
}
.portfolio-shuffle:hover {
    background-color: #fcfcfc;
}
.darken-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
h3.counter{
	font-weight: 300;.side-header.open-header #header-trigger {
    display: block;
    position: fixed;
    cursor: pointer;
    top: 20px;
    left: 20px;
    z-index: 11;
    font-size: 46px;
    width: 46px;
    height: 32px;
    line-height: 32px;
    background-color: #FFF;
    text-align: center;
    border-radius: 2px;
}
	text-transform: uppercase;
	font-size: 26px;	
	}
.dark #header.transparent-header.full-header:not(.sticky-header) #header-wrap:not(.not-dark) #logo, #header.transparent-header.full-header.dark:not(.sticky-header) #header-wrap:not(.not-dark) #logo, #header.full-header #logo,#header.transparent-header.full-header #logo {
    border-right-color: rgba(255,255,255,0.0);
}
.dark #primary-menu:not(.not-dark) ul ul li > a, #primary-menu.dark ul ul li > a {
	color: #EFEFEF !important;
}
.grey_belt {
	padding: 20px;
	background-color: #FCFCFC;
	}
.hometitle h1 {
	color:#fff;
	}
#header.full-header {
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.01));!important
}
#gotoTop:hover {
	background-color: #F9F9F9;
}
.heading-block h1 {
	line-height: 1;	
    font-weight: 400;
    font-size: 34px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);	
}

#header.sticky-header:not(.static-sticky):not(.sticky-style-2):not(.sticky-style-3) #logo img {
	padding-top:0px;
	padding-bottom:0px;

}

#primary-menu.style-4 > ul > li:hover > a, #primary-menu.style-4 > ul > li.current > a {
    background-color: #fcfcfc;
	color:#fff;
	border-color: #fcfcfc;
}
a {
    color: #b1b1b1;
}
#primary-menu ul ul li:hover > a {
    background-color: #F9F9F9;
    padding-left: 18px;
    color: #363636;
}
#primary-menu ul ul:not(.mega-menu-column), #primary-menu ul li .mega-menu-content {
    border-top: 2px solid #fcfcfc;
}

.emphasis-title h1, .emphasis-title h2 {
	font-size: 64px;
	letter-spacing: -2px;
	text-shadow: 2px 2px #333333;
}
.emphasis-title p.lead {
font-size: 18px;
	text-shadow: 1px 1px #333333;
	color: #FFF;
}
.quote:before {

	font-size: 72px;
	color: rgba(224,110,148,0.2);
    top: -10px;
    left: -20px;	
	content: "\e627";
}

.bkg_conter{
	background-color:rgba(0,0,0,0.4);
	padding:5px;
	}
.counter.counter-large - h5, .counter.counter-xlarge - h5 {
    font-size: 15px;
    font-weight: 300;
}

.heading-block h2 + span {
    font-size: 18px;
}
.heading-block.center > span, .heading-block.title-center > span, .center .heading-block > span {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
h2.claim {
	line-height: normal;	
	}
#footer.dark, .dark #footer {
	border-top-width: 0px;
}	
	
.bkg_conter h5 {
	  font-size: 15px;
    font-weight: 700;
	display: block;
    position: relative;
    margin: 20px auto 25px auto;
    opacity: 0.9;
	    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 10px;
	}
.bkg_conter h5 span{
	color: #fff;
	font-size: 12px;
	text-decoration: underline;	
	}

.dark .button-light:not(.button-border):hover {
    background-color: #fcfcfc;
	color:#3B3B3B;
}
#footer p.copyrights_content {
	color: #F2F2F2;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 1;
	}
#copyrights {
    padding: 10px 0;
}
.slider-header h1 {
	font-size: 64px;
	font-weight: bolder;
}
.slider-header  {

	color: #fff;
	text-shadow: 2px 2px 1px rgba(0,0,0,0.8);
}
.portfolio-desc h3 a:hover {
    color: #fcfcfc;
}
.portfolio-overlay a:hover {
    color: #fcfcfc;
    background-color: #EEE;
}
::selection {
    background: #fcfcfc;
}
.owl-carousel .owl-nav [class*=owl-]:hover {
    background-color: #fcfcfc !important;
}
#page-title.light_blue_band {
    padding: 30px 0;
	background-color: #F5F5F5 !important;
	color:#565656;
}
#page-title {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fcfcfc;	
	}
.breadcrumb li, .breadcrumb a {
    color: #565656;
}
.breadcrumb {
    font-size: 14px;
}
.section {
	margin:0px; 
	}
.blue_band {
    background-color: #003F6B !important;
	color:#fff;	
	}

.blue_band h1, .blue_band h2, .blue_band h3, .blue_band h4, .blue_band h5, .blue_band h6, .blue_band p, .blue_band .emphasis-title a {
	color:#fff;	
	}
 .blue_band .emphasis-title a:hover {
	color:#DDD;	
	}
.light_blue_band {
    background-color: #1B71B7 !important;
	color:#fff;	
	}
.blue_band h1, .light_blue_band h2, .light_blue_band h3, .light_blue_band h4, .light_blue_band h5, .light_blue_band h6, .light_blue_band p, .light_blue_band .emphasis-title a {
	color:#fff;	
	}
 .light_blue_band .emphasis-title a:hover {
	color:#DDD;	
	}

.entry-title h2 a:hover {
    color: #fcfcfc;
}
.more-link {
    border-bottom: 1px solid #fcfcfc;
}
.widget_links li a {
	    color: #fcfcfc;
	}
input.switch-toggle-round:checked + label:before {
    background-color: #3B3B3B;
}
.button {
    background-color: #fcfcfc;
	color:#3B3B3B;
}
.button.button-full {
    background-color: #3B3B3B;
	color:#fcfcfc;	
	}
.button.button-full:hover {
    background-color: #575757 !important;
    opacity: 0.9;
    color: #fff;
}
.breadcrumb a:hover {
	color: #fcfcfc;
	text-decoration: underline; !important
}
.main_title h1 {
    margin: 0 0 20px 0;	
	}
.main_title span {
text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
color:#fff;
	}
#top-cart > a:hover {
    color: #1ABC9C;
}
.heading-block > span:not(.before-heading) {
	font-size: 22px;
}
#primary-menu > ul {
    float: left;
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid #EEE;
}
.dark #header-wrap:not(.not-dark) #primary-menu > ul > li:hover > a, .dark #header-wrap:not(.not-dark) #primary-menu > ul > li.current > a, .dark #header-wrap:not(.not-dark) #primary-menu > .container > ul > li:hover > a, .dark #header-wrap:not(.not-dark) #primary-menu > .container > ul > li.current > a {
	color: #303030;
}

.dark #primary-menu:not(.not-dark) ul ul, .dark #primary-menu:not(.not-dark) ul li .mega-menu-content, #primary-menu.dark ul ul, #primary-menu.dark ul li .mega-menu-content {
    background-color: #333;
    border-color: #3F3F3F;

}
/* UTILITIES
================================================== */
.no-mt {
  margin-top: 0!important;
}
.no-mb {
  margin-bottom: 0!important;
}
.no-pb {
  padding-bottom: 0!important;
}
.no-pt {
  padding-top: 0!important;
}
.no-padding {
  padding: 0!important;
}
.no-margin {
  margin: 0!important;
}
/*  margin */
.mb-large {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .mb-large {
    margin-bottom: 120px;
  }
}
.mb-medium {
  margin-bottom: 48px;
}
@media (min-width: 768px) {
  .mb-medium {
    margin-bottom: 72px;
  }
}
.mb-small {
  margin-bottom: 16px;
}
.mb {
  margin-bottom: 24px;
}
.mt-large {
  margin-top: 60px;
}
@media (min-width: 768px) {
  .mt-large {
    margin-top: 120px;
  }
}
.mt-medium {
  margin-top: 36px;
}
@media (min-width: 768px) {
  .mt-medium {
    margin-top: 72px;
  }
}
.mt-small {
  margin-top: 16px;
}
.mt {
  margin-top: 24px;
}
/*  padding */
.pb-large {
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .pb-large {
    padding-bottom: 120px;
  }
}
.pb-medium {
  padding-bottom: 36px;
}
@media (min-width: 768px) {
  .pb-medium {
    padding-bottom: 72px;
  }
}
.pb-small {
  padding-bottom: 16px;
}
.pb {
  padding-bottom: 24px;
}
.pt-large {
  padding-top: 60px;
}
@media (min-width: 768px) {
  .pt-large {
    padding-top: 120px;
  }
}
.pt-medium {
  padding-top: 36px;
}
@media (min-width: 768px) {
  .pt-medium {
    padding-top: 72px;
  }
}
.pt-small {
  padding-top: 16px;
}
.pt {
  padding-top: 24px;
}
/** add a margin bottom, only on mobile **/
@media (max-width: 767px) {
  .mb-xs {
    margin-bottom: 24px;
  }
}
/** add a margin bottom, on mobile and small devices **/
@media (max-width: 991px) {
  .mb-sm {
    margin-bottom: 24px;
  }
}
/** border ***/
.no-border {
  border: none!important;
}
/** boxed layout **/
@media (min-width: 480px) {
  .boxed-layout #global-wrapper {
    margin: auto;
  }
}
@media (max-width: 1199px) {
 #primary-menu ul li > a {
    padding: 39px 8px;
	font-size: 17px;
}
}
@media (min-width: 768px) {
  .boxed-layout {
    padding-top: 24px;
  }
  .boxed-layout #global-wrapper {
    width: 768px;
  }
  .boxed-layout .navbar-fixed-top {
    position: static;
  }
}
@media (min-width: 992px) {
  .boxed-layout #global-wrapper {
    width: 992px;
  }
 .side-header.open-header #header-trigger {
    font-size: 56px;
    width: 56px;
    height: 56px;
    line-height: 56px;
}
}
@media (min-width: 1200px) {
  .boxed-layout #global-wrapper {
    width: 1200px;
  }
}

/* END UTILITIES
================================================== */
/* TIMELINE
================================================== */

.timeline {
  width: 100%;
  position: relative;
  padding: 1px 0;
  list-style: none;
  font-weight: 300;
}
.timeline .timeline-item {
  padding-left: 0;
  padding-right: 30px;
}
.timeline .timeline-item.timeline-item-right,
.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) {
  padding-left: 30px;
  padding-right: 0;
}
.timeline .timeline-item .timeline-event {
  width: 100%;
}
.timeline:before {
  border-right-style: solid;
}
.timeline:before,
.timeline:after {
  content: " ";
  display: block;
}
.timeline:after {
  clear: both;
}
.timeline:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 100% !important;
  margin-left: 1px;
  border-right-width: 2px;
  border-right-style: solid;
  border-right-color: #888888;
}
.timeline.timeline-single-column.timeline {
  width: 100%;
  max-width: 768px;
}
.timeline.timeline-single-column.timeline .timeline-item {
  padding-left: 72px;
  padding-right: 0;
}
.timeline.timeline-single-column.timeline .timeline-item.timeline-item-right,
.timeline.timeline-single-column.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) {
  padding-left: 72px;
  padding-right: 0;
}
.timeline.timeline-single-column.timeline .timeline-item .timeline-event {
  width: 100%;
}
.timeline.timeline-single-column.timeline:before {
  left: 42px;
  width: 0;
  margin-left: -1px;
}
.timeline.timeline-single-column.timeline .timeline-item {
  width: 100%;
  margin-bottom: 20px;
}
.timeline.timeline-single-column.timeline .timeline-item:nth-of-type(even) {
  margin-top: 0;
}
.timeline.timeline-single-column.timeline .timeline-item > .timeline-event {
  float: right !important;
}
.timeline.timeline-single-column.timeline .timeline-item > .timeline-event:before,
.timeline.timeline-single-column.timeline .timeline-item > .timeline-event:after {
  right: auto !important;
  border-left-width: 0 !important;
}
.timeline.timeline-single-column.timeline .timeline-item > .timeline-event:before {
  left: -15px !important;
  border-right-width: 15px !important;
}
.timeline.timeline-single-column.timeline .timeline-item > .timeline-event:after {
  left: -14px !important;
  border-right-width: 14px !important;
}
.timeline.timeline-single-column.timeline .timeline-item > .timeline-point {
  transform: translateX(-50%);
  left: 42px !important;
  margin-left: 0;
}
.timeline.timeline-single-column.timeline .timeline-label {
  transform: translateX(-50%);
  margin: 0 0 20px 42px;
}
.timeline.timeline-single-column.timeline .timeline-label + .timeline-item + .timeline-item {
  margin-top: 0;
}
.timeline.timeline-line-solid:before {
  border-right-style: solid;
}
.timeline.timeline-line-dotted:before {
  border-right-style: dotted;
}
.timeline.timeline-line-dashed:before {
  border-right-style: dashed;
}
.timeline .timeline-item {
  position: relative;
  float: left;
  clear: left;
  width: 50%;
  margin-bottom: 20px;
}
.timeline .timeline-item:before,
.timeline .timeline-item:after {
  content: "";
  display: table;
}
.timeline .timeline-item:after {
  clear: both;
}
.timeline .timeline-item:last-child {
  margin-bottom: 0 !important;
}
.timeline .timeline-item.timeline-item-right > .timeline-event,
.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) > .timeline-event {
  float: right !important;
}
.timeline .timeline-item.timeline-item-right > .timeline-event:before,
.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) > .timeline-event:before,
.timeline .timeline-item.timeline-item-right > .timeline-event:after,
.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) > .timeline-event:after {
  right: auto !important;
  border-left-width: 0 !important;
}
.timeline .timeline-item.timeline-item-right > .timeline-event:before,
.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) > .timeline-event:before {
  left: -15px !important;
  border-right-width: 15px !important;
}
.timeline .timeline-item.timeline-item-right > .timeline-event:after,
.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) > .timeline-event:after {
  left: -14px !important;
  border-right-width: 14px !important;
}
.timeline .timeline-item > .timeline-event:before {
  top: 10px;
  right: -15px;
  border-top: 15px solid transparent;
  border-left-width: 15px;
  border-left-style: solid;
  border-right-width: 0;
  border-right-style: solid;
  border-bottom: 15px solid transparent;
}
.timeline .timeline-item > .timeline-event:after {
  top: 11px;
  right: -14px;
  border-top: 14px solid transparent;
  border-left-width: 14px;
  border-left-style: solid;
  border-right-width: 0;
  border-right-style: solid;
  border-bottom: 14px solid transparent;
}
.timeline .timeline-item > .timeline-point {
  top: 25px;
}
.timeline-single-column.timeline .timeline-item > .timeline-event {
  float: right !important;
}
.timeline-single-column.timeline .timeline-item > .timeline-event:before,
.timeline-single-column.timeline .timeline-item > .timeline-event:after {
  right: auto !important;
  border-left-width: 0 !important;
}
.timeline-single-column.timeline .timeline-item > .timeline-event:before {
  left: -15px !important;
  border-right-width: 15px !important;
}
.timeline-single-column.timeline .timeline-item > .timeline-event:after {
  left: -14px !important;
  border-right-width: 14px !important;
}
.timeline .timeline-item:nth-of-type(2) {
  margin-top: 40px;
}
.timeline .timeline-item.timeline-item-left,
.timeline .timeline-item.timeline-item-right {
  clear: both !important;
}
.timeline .timeline-item.timeline-item-right,
.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) {
  float: right;
  clear: right;
}
.timeline .timeline-item.timeline-item-right > .timeline-point,
.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) > .timeline-point {
  left: -24px;
}
.timeline .timeline-item.timeline-item-right > .timeline-point.timeline-point-blank,
.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) > .timeline-point.timeline-point-blank {
  left: -12px;
}
.timeline .timeline-item.timeline-item-arrow-sm.timeline-item-right > .timeline-event,
.timeline .timeline-item.timeline-item-arrow-sm:nth-of-type(even):not(.timeline-item-left) > .timeline-event {
  float: right !important;
}
.timeline .timeline-item.timeline-item-arrow-sm.timeline-item-right > .timeline-event:before,
.timeline .timeline-item.timeline-item-arrow-sm:nth-of-type(even):not(.timeline-item-left) > .timeline-event:before,
.timeline .timeline-item.timeline-item-arrow-sm.timeline-item-right > .timeline-event:after,
.timeline .timeline-item.timeline-item-arrow-sm:nth-of-type(even):not(.timeline-item-left) > .timeline-event:after {
  right: auto !important;
  border-left-width: 0 !important;
}
.timeline .timeline-item.timeline-item-arrow-sm.timeline-item-right > .timeline-event:before,
.timeline .timeline-item.timeline-item-arrow-sm:nth-of-type(even):not(.timeline-item-left) > .timeline-event:before {
  left: -10px !important;
  border-right-width: 10px !important;
}
.timeline .timeline-item.timeline-item-arrow-sm.timeline-item-right > .timeline-event:after,
.timeline .timeline-item.timeline-item-arrow-sm:nth-of-type(even):not(.timeline-item-left) > .timeline-event:after {
  left: -9px !important;
  border-right-width: 9px !important;
}
.timeline .timeline-item.timeline-item-arrow-sm > .timeline-event:before {
  top: 4px;
  right: -10px;
  border-top: 10px solid transparent;
  border-left-width: 10px;
  border-left-style: solid;
  border-right-width: 0;
  border-right-style: solid;
  border-bottom: 10px solid transparent;
}
.timeline .timeline-item.timeline-item-arrow-sm > .timeline-event:after {
  top: 5px;
  right: -9px;
  border-top: 9px solid transparent;
  border-left-width: 9px;
  border-left-style: solid;
  border-right-width: 0;
  border-right-style: solid;
  border-bottom: 9px solid transparent;
}
.timeline .timeline-item.timeline-item-arrow-sm > .timeline-point {
  top: 14px;
}
.timeline-single-column.timeline .timeline-item.timeline-item-arrow-sm > .timeline-event {
  float: right !important;
}
.timeline-single-column.timeline .timeline-item.timeline-item-arrow-sm > .timeline-event:before,
.timeline-single-column.timeline .timeline-item.timeline-item-arrow-sm > .timeline-event:after {
  right: auto !important;
  border-left-width: 0 !important;
}
.timeline-single-column.timeline .timeline-item.timeline-item-arrow-sm > .timeline-event:before {
  left: -10px !important;
  border-right-width: 10px !important;
}
.timeline-single-column.timeline .timeline-item.timeline-item-arrow-sm > .timeline-event:after {
  left: -9px !important;
  border-right-width: 9px !important;
}
.timeline .timeline-item.timeline-item-arrow-md.timeline-item-right > .timeline-event,
.timeline .timeline-item.timeline-item-arrow-md:nth-of-type(even):not(.timeline-item-left) > .timeline-event {
  float: right !important;
}
.timeline .timeline-item.timeline-item-arrow-md.timeline-item-right > .timeline-event:before,
.timeline .timeline-item.timeline-item-arrow-md:nth-of-type(even):not(.timeline-item-left) > .timeline-event:before,
.timeline .timeline-item.timeline-item-arrow-md.timeline-item-right > .timeline-event:after,
.timeline .timeline-item.timeline-item-arrow-md:nth-of-type(even):not(.timeline-item-left) > .timeline-event:after {
  right: auto !important;
  border-left-width: 0 !important;
}
.timeline .timeline-item.timeline-item-arrow-md.timeline-item-right > .timeline-event:before,
.timeline .timeline-item.timeline-item-arrow-md:nth-of-type(even):not(.timeline-item-left) > .timeline-event:before {
  left: -15px !important;
  border-right-width: 15px !important;
}
.timeline .timeline-item.timeline-item-arrow-md.timeline-item-right > .timeline-event:after,
.timeline .timeline-item.timeline-item-arrow-md:nth-of-type(even):not(.timeline-item-left) > .timeline-event:after {
  left: -14px !important;
  border-right-width: 14px !important;
}
.timeline .timeline-item.timeline-item-arrow-md > .timeline-event:before {
  top: 10px;
  right: -15px;
  border-top: 15px solid transparent;
  border-left-width: 15px;
  border-left-style: solid;
  border-right-width: 0;
  border-right-style: solid;
  border-bottom: 15px solid transparent;
}
.timeline .timeline-item.timeline-item-arrow-md > .timeline-event:after {
  top: 11px;
  right: -14px;
  border-top: 14px solid transparent;
  border-left-width: 14px;
  border-left-style: solid;
  border-right-width: 0;
  border-right-style: solid;
  border-bottom: 14px solid transparent;
}
.timeline .timeline-item.timeline-item-arrow-md > .timeline-point {
  top: 25px;
}
.timeline-single-column.timeline .timeline-item.timeline-item-arrow-md > .timeline-event {
  float: right !important;
}
.timeline-single-column.timeline .timeline-item.timeline-item-arrow-md > .timeline-event:before,
.timeline-single-column.timeline .timeline-item.timeline-item-arrow-md > .timeline-event:after {
  right: auto !important;
  border-left-width: 0 !important;
}
.timeline-single-column.timeline .timeline-item.timeline-item-arrow-md > .timeline-event:before {
  left: -15px !important;
  border-right-width: 15px !important;
}
.timeline-single-column.timeline .timeline-item.timeline-item-arrow-md > .timeline-event:after {
  left: -14px !important;
  border-right-width: 14px !important;
}
.timeline .timeline-item.timeline-item-arrow-lg.timeline-item-right > .timeline-event,
.timeline .timeline-item.timeline-item-arrow-lg:nth-of-type(even):not(.timeline-item-left) > .timeline-event {
  float: right !important;
}
.timeline .timeline-item.timeline-item-arrow-lg.timeline-item-right > .timeline-event:before,
.timeline .timeline-item.timeline-item-arrow-lg:nth-of-type(even):not(.timeline-item-left) > .timeline-event:before,
.timeline .timeline-item.timeline-item-arrow-lg.timeline-item-right > .timeline-event:after,
.timeline .timeline-item.timeline-item-arrow-lg:nth-of-type(even):not(.timeline-item-left) > .timeline-event:after {
  right: auto !important;
  border-left-width: 0 !important;
}
.timeline .timeline-item.timeline-item-arrow-lg.timeline-item-right > .timeline-event:before,
.timeline .timeline-item.timeline-item-arrow-lg:nth-of-type(even):not(.timeline-item-left) > .timeline-event:before {
  left: -18px !important;
  border-right-width: 18px !important;
}
.timeline .timeline-item.timeline-item-arrow-lg.timeline-item-right > .timeline-event:after,
.timeline .timeline-item.timeline-item-arrow-lg:nth-of-type(even):not(.timeline-item-left) > .timeline-event:after {
  left: -17px !important;
  border-right-width: 17px !important;
}
.timeline .timeline-item.timeline-item-arrow-lg > .timeline-event:before {
  top: 10px;
  right: -18px;
  border-top: 18px solid transparent;
  border-left-width: 18px;
  border-left-style: solid;
  border-right-width: 0;
  border-right-style: solid;
  border-bottom: 18px solid transparent;
}
.timeline .timeline-item.timeline-item-arrow-lg > .timeline-event:after {
  top: 11px;
  right: -17px;
  border-top: 17px solid transparent;
  border-left-width: 17px;
  border-left-style: solid;
  border-right-width: 0;
  border-right-style: solid;
  border-bottom: 17px solid transparent;
}
.timeline .timeline-item.timeline-item-arrow-lg > .timeline-point {
  top: 28px;
}
.timeline-single-column.timeline .timeline-item.timeline-item-arrow-lg > .timeline-event {
  float: right !important;
}
.timeline-single-column.timeline .timeline-item.timeline-item-arrow-lg > .timeline-event:before,
.timeline-single-column.timeline .timeline-item.timeline-item-arrow-lg > .timeline-event:after {
  right: auto !important;
  border-left-width: 0 !important;
}
.timeline-single-column.timeline .timeline-item.timeline-item-arrow-lg > .timeline-event:before {
  left: -18px !important;
  border-right-width: 18px !important;
}
.timeline-single-column.timeline .timeline-item.timeline-item-arrow-lg > .timeline-event:after {
  left: -17px !important;
  border-right-width: 17px !important;
}
.timeline .timeline-item > .timeline-event {
  background: #fff;
  border: 1px solid #888888;
  color: #555;
  position: relative;
  float: left;
  border-radius: 3px;
}
.timeline .timeline-item > .timeline-event:before {
  border-left-color: #888888;
  border-right-color: #888888;
}
.timeline .timeline-item > .timeline-event:after {
  border-left-color: #fff;
  border-right-color: #fff;
}

.timeline .timeline-item > .timeline-event.timeline-event-default {
  background: #fff;
  border: 1px solid #888888;
  color: #555;
}
.timeline .timeline-item > .timeline-event.timeline-event-default:before {
  border-left-color: #888888;
  border-right-color: #888888;
}
.timeline .timeline-item > .timeline-event.timeline-event-default:after {
  border-left-color: #fff;
  border-right-color: #fff;
}
.timeline .timeline-item > .timeline-event.timeline-event-default * {
  color: inherit;
}
.timeline .timeline-item > .timeline-event.timeline-event-primary {
  background: #f5f5f5;
  border: 1px solid #888888;
  color: #555;
}
.timeline .timeline-item > .timeline-event.timeline-event-primary:before {
  border-left-color: #888888;
  border-right-color: #888888;
}
.timeline .timeline-item > .timeline-event.timeline-event-primary:after {
  border-left-color: #f5f5f5;
  border-right-color: #f5f5f5;
}
.timeline .timeline-item > .timeline-event.timeline-event-primary * {
  color: inherit;
}
.timeline .timeline-item > .timeline-event.timeline-event-success {
  background: #F3F8ED;
  border: 1px solid #72b92e;
  color: #3F8100;
}
.timeline .timeline-item > .timeline-event.timeline-event-success:before {
  border-left-color: #72b92e;
  border-right-color: #72b92e;
}
.timeline .timeline-item > .timeline-event.timeline-event-success:after {
  border-left-color: #F3F8ED;
  border-right-color: #F3F8ED;
}
.timeline .timeline-item > .timeline-event.timeline-event-success * {
  color: inherit;
}
.timeline .timeline-item > .timeline-event.timeline-event-info {
  background: #F0F8FD;
  border: 1px solid #3e93cf;
  color: #0062A7;
}
.timeline .timeline-item > .timeline-event.timeline-event-info:before {
  border-left-color: #3e93cf;
  border-right-color: #3e93cf;
}
.timeline .timeline-item > .timeline-event.timeline-event-info:after {
  border-left-color: #F0F8FD;
  border-right-color: #F0F8FD;
}
.timeline .timeline-item > .timeline-event.timeline-event-info * {
  color: inherit;
}
.timeline .timeline-item > .timeline-event.timeline-event-warning {
  background: #FFF9E9;
  border: 1px solid #d0aa42;
  color: #ac7e00;
}
.timeline .timeline-item > .timeline-event.timeline-event-warning:before {
  border-left-color: #d0aa42;
  border-right-color: #d0aa42;
}
.timeline .timeline-item > .timeline-event.timeline-event-warning:after {
  border-left-color: #FFF9E9;
  border-right-color: #FFF9E9;
}
.timeline .timeline-item > .timeline-event.timeline-event-warning * {
  color: inherit;
}
.timeline .timeline-item > .timeline-event.timeline-event-danger {
  background: #FFC4BC;
  border: 1px solid #d25a4b;
  color: #B71500;
}
.timeline .timeline-item > .timeline-event.timeline-event-danger:before {
  border-left-color: #d25a4b;
  border-right-color: #d25a4b;
}
.timeline .timeline-item > .timeline-event.timeline-event-danger:after {
  border-left-color: #FFC4BC;
  border-right-color: #FFC4BC;
}
.timeline .timeline-item > .timeline-event.timeline-event-danger * {
  color: inherit;
}
.timeline .timeline-item > .timeline-event:before,
.timeline .timeline-item > .timeline-event:after {
  content: "";
  display: inline-block;
  position: absolute;
}
.timeline .timeline-item > .timeline-event .timeline-heading,
.timeline .timeline-item > .timeline-event .timeline-body,
.timeline .timeline-item > .timeline-event .timeline-footer {
  padding: 4px 10px;
}
.timeline .timeline-item > .timeline-event .timeline-heading p,
.timeline .timeline-item > .timeline-event .timeline-body p,
.timeline .timeline-item > .timeline-event .timeline-footer p,
.timeline .timeline-item > .timeline-event .timeline-heading ul,
.timeline .timeline-item > .timeline-event .timeline-body ul,
.timeline .timeline-item > .timeline-event .timeline-footer ul {
  margin-bottom: 0;
}
.timeline .timeline-item > .timeline-event .timeline-heading h4 {
  font-weight: 400;
}
.timeline .timeline-item > .timeline-event .timeline-footer a {
  cursor: pointer;
  text-decoration: none;
}
.timeline .timeline-item > .timeline-event .panel,
.timeline .timeline-item > .timeline-event .table,
.timeline .timeline-item > .timeline-event .blankslate {
  margin: 0;
  border: none;
  border-radius: inherit;
  overflow: hidden;
}
.timeline .timeline-item > .timeline-event .table th {
  border-top: 0;
}
.timeline .timeline-item > .timeline-point {
  color: #888888;
  background: #fff;
  right: -24px;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  margin-left: 12px;
  margin-right: 12px;
  position: absolute;
  z-index: 100;
  border-width: 2px;
  border-style: solid;
  border-radius: 100%;
  line-height: 20px;
  text-align: center;
}
.timeline .timeline-item > .timeline-point.timeline-point-blank {
  right: -12px;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  margin-left: 6px;
  margin-right: 6px;
  color: #888888;
  background: #888888;
}
.timeline .timeline-item > .timeline-point.timeline-point-default {
  color: #888888;
  background: #fff;
}
.timeline .timeline-item > .timeline-point.timeline-point-primary {
  color: #888888;
  background: #fff;
}
.timeline .timeline-item > .timeline-point.timeline-point-success {
  color: #fcfcfc;
  background: #fff;
}
.timeline .timeline-item > .timeline-point.timeline-point-info {
  color: #3e93cf;
  background: #fff;
}
.timeline .timeline-item > .timeline-point.timeline-point-warning {
  color: #d0aa42;
  background: #fff;
}
.timeline .timeline-item > .timeline-point.timeline-point-danger {
  color: #d25a4b;
  background: #fff;
}
.timeline .timeline-label {
  position: relative;
  float: left;
  clear: left;
  width: 50%;
  margin-bottom: 20px;
  top: 1px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  text-align: center;
}
.timeline .timeline-label:before,
.timeline .timeline-label:after {
  content: "";
  display: table;
}
.timeline .timeline-label:after {
  clear: both;
}
.timeline .timeline-label:last-child {
  margin-bottom: 0 !important;
}
.timeline .timeline-label + .timeline-item {
  margin-top: 0;
}
.timeline .timeline-label + .timeline-item + .timeline-item {
  margin-top: 40px;
}
.timeline .timeline-label .label-default {
  background-color: #888888;
}
.timeline .timeline-label .label-primary {
  background-color: #888888;
}
.timeline .timeline-label .label-info {
  background-color: #3e93cf;
}
.timeline .timeline-label .label-warning {
  background-color: #d0aa42;
}
.timeline .timeline-label .label-danger {
  background-color: #d25a4b;
}
.timeline:before {
    background-color: #fff;
}
.event_date {
    font-size: 14px;
    box-shadow: 2px 2px 0px 0px #999;
}
.main-color {
    background-color: #fcfcfc;
    color: #fff;
}
.bkg_white {
	background-color: #fff; !important
	}
.timeline-body h3 {
	margin-top: 10px;
	margin-bottom: 10px;	
	}

@media (max-width: 768px) {
  .timeline.timeline {
    width: 100%;
    max-width: 100%;
  }
  .timeline.timeline .timeline-item {
    padding-left: 72px;
    padding-right: 0;
  }
  .timeline.timeline .timeline-item.timeline-item-right,
  .timeline.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) {
    padding-left: 72px;
    padding-right: 0;
  }
  .timeline.timeline .timeline-item .timeline-event {
    width: 100%;
  }
  .timeline.timeline:before {
    left: 42px;
    width: 0;
    margin-left: -1px;
  }
  .timeline.timeline .timeline-item {
    width: 100%;
    margin-bottom: 20px;
  }
  .timeline.timeline .timeline-item:nth-of-type(even) {
    margin-top: 0;
  }
  .timeline.timeline .timeline-item > .timeline-event {
    float: right !important;
  }
  .timeline.timeline .timeline-item > .timeline-event:before,
  .timeline.timeline .timeline-item > .timeline-event:after {
    right: auto !important;
    border-left-width: 0 !important;
  }
  .timeline.timeline .timeline-item > .timeline-event:before {
    left: -15px !important;
    border-right-width: 15px !important;
  }
  .timeline.timeline .timeline-item > .timeline-event:after {
    left: -14px !important;
    border-right-width: 14px !important;
  }
  .timeline.timeline .timeline-item > .timeline-point {
    transform: translateX(-50%);
    left: 42px !important;
    margin-left: 0;
  }
  .timeline.timeline .timeline-label {
    transform: translateX(-50%);
        margin: 0 0 20px 100px;
  }
  .timeline.timeline .timeline-label + .timeline-item + .timeline-item {
    margin-top: 0;
  }
}
/* END TIMELINE
================================================== */
/* BANDI TREE
================================================== */

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 31px;
    left: 18%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}


.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
.heading-block h2 {
    font-size: 50px;
}
/* END BANDI TREE
================================================== */
@media (max-width: 991px) {
#page-menu nav ul {
    height: auto;
    background-color: rgba(44,44,44,1);
}
body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > ul > li:hover a, body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > ul > li.current a, body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > div > ul > li:hover a, body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > div > ul > li.current a {
    color: #fff !important;
}
#header.full-header {
    background: #fcfcfc !important;
}
#primary-menu-trigger, #page-submenu-trigger {
	font-size: 24px;
	}
.heading-block h1 {
    font-size: 24px !important;
}
#page-menu nav {
    background-color: #fcfcfc;
}
body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu ul ul a, body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > ul > li:hover ul a, body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > ul > li.current ul a, body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > div > ul > li:hover ul a, body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > div > ul > li.current ul a {
    color: ##fcfcfc !important;
}
.my_portfolio_desc a {
    font-size: 16px;
}
	}
	
/* VARIE RESPONSIVE
================================================== */
@media (max-width: 325px) {

#logo img {
    width: 90%;
    height: 90%;
    float: right;
}
	}
@media (max-width: 479px){
.container, #header.full-header .container, .container-fullwidth {
    width: 100% !important; 
}
/* END VARIE RESPONSIVE
================================================== */

/* revo_slider
================================================== */

		.revo-slider-emphasis-text {
			font-size: 64px;
			font-weight: 700;
			letter-spacing: -1px;
			font-family: 'Raleway', sans-serif;
			padding: 15px 20px;
			border-top: 2px solid #FFF;
			border-bottom: 2px solid #FFF;
		}

		.revo-slider-desc-text {
			font-size: 20px;
			font-family: 'Lato', sans-serif;
			width: 650px;
			text-align: center;
			line-height: 1.5;
		}

		.revo-slider-caps-text {
			font-size: 16px;
			font-weight: 400;
			letter-spacing: 3px;
			font-family: 'Raleway', sans-serif;
		}

		.tp-video-play-button { display: none !important; }

		.tp-caption { white-space: nowrap; }
		
/* END revo_slider
================================================== */		