/***********************************************************************************
 *	+ SOCIAL SHARE
 ***********************************************************************************/
.tabs {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
	font-weight: 300;
	font-size: 1.25em;
}

/* Nav */
.tabs nav {
	text-align: center;
}

.tabs nav ul {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	margin: 0 auto;
	padding: 0;
	max-width: 1200px;
	list-style: none;
	-ms-box-orient: horizontal;
	-ms-box-pack: center;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
background-color: #99cc00;
border-top: 1px solid #003300;
border-bottom: 1px solid #003300;
}

.tabs nav li:last-child {
  border-right: 1px solid #003300;
margin-right:0px;
}
.tabs nav li:first-child {
  border-left: 1px solid #003300;
}

.tabs nav ul li {
	position: relative;
	z-index: 1;
	display: block;
	margin: 0;
	text-align: center;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
  border-right: 1px solid #003300;
}

.tabs nav a {
	position: relative;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 2.5;
}

.tabs nav a span {
	vertical-align: middle;
	font-size: 0.75em;
}

.tabs nav li.tab-current a {
	color: #74777b;
}

.tabs nav a:focus {
	outline: none;
}

.tabs nav a:hover,
.tabs nav a:focus {
background-color: #003300;
}


/* Icons */
.icon::before {
	z-index: 10;
	display: inline-block;
	margin: 0 0.4em 0 0;
	vertical-align: middle;
	text-transform: none;
	font-weight: normal;
	font-variant: normal;
	font-size: 1.3em;
	font-family: 'Fontawesome';
	line-height: 1;
	speak: none;
	-webkit-backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-facebook::before {
	content: "\f09a";
}
.icon-twitter::before {
	content: "\f099";
}
.icon-email::before {
	content: "\f0e0";
}
.icon-whatsapp::before {
	content: "\f232";
}

/* Content */
.content-wrap {
	position: relative;
}

.content-wrap section {
	display: none;
	margin: 0 auto;
	padding: 1em;
	max-width: 1200px;
	text-align: center;
}

.content-wrap section.content-current {
	display: block;
}

.content-wrap section p {
	margin: 0;
	padding: 0.75em 0;
	color: rgba(40,44,42,0.05);
	font-weight: 900;
	font-size: 4em;
	line-height: 1;
}

/* Fallback */
.no-js .content-wrap section {
	display: block;
	padding-bottom: 2em;
	border-bottom: 1px solid rgba(255,255,255,0.6);
}

.no-flexbox nav ul {
	display: block;
}

.no-flexbox nav ul li {
	min-width: 15%;
	display: inline-block;
}

@media screen and (max-width: 58em) {
	.tabs nav a.icon span {
		display: none;
	}
	.tabs nav a:before {
		margin-right: 0;
	}
}


/***********************************************************************************
 *	+ VIDEO EMBED
 ***********************************************************************************/
.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}


/***********************************************************************************
 *	+ EQUAL HEIGHT
 ***********************************************************************************/
.col-container {
	display: table; /* Make the container element behave like a table */
	width: 100%; /* Set full-width to expand the whole page */
	margin-bottom:20px;
	padding:10px;
}

.col-dgreen {
	display: table-cell; /* Make elements inside the container behave like table cells */
	background-color:#003300;
	color:#ffffff;
	padding:20px;
	border: 1px solid #99cc00;
min-width:200px;

}

.col-dgreen h2 {
	color:#99cc00;
}

.col-blue h2{
	color:#99cc00;
}

.col-lgreen {
	display: table-cell; /* Make elements inside the container behave like table cells */
	background-color:#99cc00;
	padding:20px;
	color:#003300;
	border: 1px solid #003300;
  min-width:200px;
}

.col-lgreen h2 {
	color:#003300;
}

.col-brown {
	display: table-cell; /* Make elements inside the container behave like table cells */
	background-color:#c2baa0;
	padding:20px;
	color:#595341;
	border: 1px solid #595341;
      min-width:200px;
}

.col-brown h2 {
	color:#595341;
}

.col-white {
	display: table-cell; /* Make elements inside the container behave like table cells */

	min-width:20px;
	max-width:20px;
}


/* If the browser window is smaller than 600px, make the columns stack on top of each other */
@media only screen and (max-width: 600px) {
  .col-lgreen { 
    display: block;
    width: 100%;
max-width:100%;
  }

  .col-dgreen { 
    display: block;
    width: 100%;
max-width:100%;
  }
  .col-brown{ 
    display: block;
    width: 100%;
max-width:100%;
  }

  .col-white { 
    display: block;
    width: 100%;
    height:20px;

  }
}


/***********************************************************************************
 *	- Slogan
 ***********************************************************************************/
.slogan{
float:left;
margin-left: 125px;
margin-top: 12px;
width:300px;
}

@media (max-width: 1200px) {

.slogan  {
margin-left: 20px;
	}
}

@media (min-width: 200px) and (max-width: 1020px) {

.slogan  {
display:none;
	}
}


































.notice {
 position: relative;
    background: #99cc00;
    text-align: center;
    width: 96%;
    height: 40px;
    margin-bottom: 20px;
    border-left: 10px solid #ff0000;
}
.notice-text {
    position: relative;
    display: block;
    font-size: 20px;
    color: #003300;
padding:5px;
 }

.notice:after {
    content: '';
    border: 20px solid #99cc00;
    border-right-color: transparent;
    border-right-width: 20px;
    position: absolute;
    top: 0;
    right: -27px;
}


.partex {
 position: relative;
    background: #99cc00;
    text-align: left;
    width: 90%;
    height: 40px;
    margin-bottom:20px;
    border-left: 10px solid #ff0000;
}
.partex-text {
    position: relative;
    display: block;
    font-size: 20px;
    color: #003300;
padding-left:10px;
padding-top:5px;
 }

.partex:after {
    content: '';
    border: 20px solid #99cc00;
    border-right-color: transparent;
    border-right-width: 20px;
    position: absolute;
    top: 0;
    right: -27px;
}

.finance {
 position: relative;
    background: #003300;
    text-align: left;
    width: 90%;
    height: 40px;
    margin-bottom: 20px;
    border-left: 10px solid #ff0000;
}
.finance-text {
    position: relative;
    display: block;
    font-size: 20px;
    color: white;
   padding-left:10px;
padding-top:5px;
 }

.finance:after {
    content: '';
    border: 20px solid #003300;
    border-right-color: transparent;
    border-right-width: 20px;
    position: absolute;
    top: 0;
    right: -27px;
}

/***********************************************************************************
 *	+ FLAGS
 ***********************************************************************************/
.block-title.flag-like span{
position:relative;
font-family: 'Montserrat', cursive;
font-weight:500;
text-transform:uppercase;
letter-spacing:1.6px;
font-size:18px;
text-align:center;
height:40px;
display:block;
width:calc(100% - 30px)}

@media screen and (min-width:992px)
{.block-title.flag-like span{
width:auto;
text-align:left;
display:inline-block;
padding-left:30px;
padding-right:28px;
font-size:20px;
line-height:40px;
height:40px}
}

.block-title.flag-like span:after{
content:"";
position:absolute;
top:0;
bottom:0;
left:100%;
border-top-style:solid;
border-top-color:inherit;
border-bottom-style:solid;
border-bottom-color:inherit;
border-top-width:15px;
border-bottom-width:15px;
border-right:15px solid transparent}

@media screen and (min-width:992px)
{.block-title.flag-like span:after{
border-right:20px solid transparent;
border-top-width:20px;
border-bottom-width:20px}
}


/***********************************************************************************
 *	+ DEVIDE
 ***********************************************************************************/

hr.devide {
border: 0;
height: 55px;
background-image: url(../../images/devide.png);
background-repeat: no-repeat;
background-position: center;
}


.redbold{
color:#ff0000!important;
font-weight:bold;
}
.yellow{
color:#003300;
}

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

.callmebox{
margin-bottom:0px;
}

#callme{
position: fixed;
top: 0px;
right: 0px;
z-index:1000;
background-color: #003300;
color:#99cc00;
padding:10px;
width:50%;
text-align:center;
float:right;
white-space: nowrap;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor:pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
border: thin solid #003300;
-webkit-transition: all 0.3s;
transition: all 0.3s;
font-weight:bold;
font-size:16px;
display: none;
}

	#callme:a[href^=tel] {
		color: #ece9dd!important;
	}
	#callme:a {
		color: #ece9dd!important;
	}

	#callme:hover {
		background-color: #99cc00;
        border: thin solid #003300;
		color: #ece9dd;
	}


#bookme{
position: fixed;
top: 0px;
left: 0px;
z-index:1000;
background-color: #003300;
color:#99cc00;
padding:10px;
width:50%;
text-align:center;
float:left;
white-space: nowrap;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor:pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
border: thin solid #003300;
-webkit-transition: all 0.3s;
transition: all 0.3s;
font-weight:bold;
font-size:16px;
display: none;
}

	#bookme:a[href^=tel] {
		color: #ece9dd!important;
	}
	#bookme:a {
		color: #ece9dd!important;
	}

	#bookme:hover {
		background-color: #99cc00;
        border: thin solid #003300;
		color: #ece9dd;
	}



	
  /* Smartphone Portrait and Landscape */ 
@media screen and (max-width: 768px) { 
      #callme {display: block;}
      #bookme {display: block;}
      .callmebox{margin-bottom:48px;}
  }




/***********************************************************************************
 *	+ BREADCRUMB
 ***********************************************************************************/


.float-right{
float:right;
clear:both;
}

.centered{
text-align:center;
margin-bottom:10px;
}

#header-top .bigtelephone  {
		font-size: 24px;
		line-height: 36px;
        padding-top:5px;
        font-weight:700;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
color:#ece9dd!important;
float:right;
  text-decoration: none;
	} 

#header-top .bigtelephone a:link   {
  color:ece9dd!important;
  text-decoration: none;
 }

#header-top .bigtelephone a:hover   {
  color:#ffffff;
  text-decoration: none;
 }

#header-top .bigtelephone a:visited   {
  color:#FFFFFF;
  text-decoration: none;
 }


    @media (min-width: 200px) and (max-width: 767px) {

#header-top	.bigtelephone  {
		font-size: 16px;
		line-height: 20px;
        padding-top:10px;
        padding-left:20px;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
float:left;

display:none;
	}
}
.float-left{
float:left;
}

.float-right{
float:right;
}
.clear:{
clear:left;
}
.key{
min-width:230px;
width:50%;
float:left;
}
.keypic{
width:50%;
float:left;
}

.fb-like{
float:right;
margin-bottom:25px;
}

.img-circle{
border-style:solid;
border-width:8px;
border-color:#fcb216;
}




.thumbs{
margin-top:20px;
}
.thumbdropshadow {
    padding: 5px;
    border: solid 1px #EFEFEF;
margin-bottom:10px;
margin-right:10px;
    height: 22%;
    width: 22%;
}
a:hover img.thumbdropshadow {
    border: solid 1px #CCC;
    -moz-box-shadow: 1px 1px 5px #999;
    -webkit-box-shadow: 1px 1px 5px #999;
        box-shadow: 1px 1px 5px #999;

}


.imagedropshadow {
    padding: 5px;
    border: solid 1px #99cc00;
margin-bottom:20px;
}
a:hover img.imagedropshadow {
    border: solid 1px #003300;
    -moz-box-shadow: 1px 1px 5px #999;
    -webkit-box-shadow: 1px 1px 5px #999;
        box-shadow: 1px 1px 5px #999;
}

.previous{
float:right;
}
	
/***********************************************************************************
 *	+ TYPOGRAPHY
 ***********************************************************************************/
.red{
color:#003300 !important;
}


.menutitle{
font-size:18px;
text-decoration:none!important;
}
.menutitle a:link, a:active, a:visited, a:hover{
text-decoration: none!important;
}



 
	body {
		font: 14px/26px "Open Sans", sans-serif;
		color: #000;
	}
	
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		margin: 0;
		color: #003300;
        font-family: 'Montserrat', cursive;
		font-weight: 700;
	}
	
	h1 {
		margin-bottom: 10px;
		font-size: 28px;
		line-height: 40px;
		color: #99cc00 ;
	}
	
	h2 {
		margin-bottom: 14px;
		font-size: 22px;
		line-height: 32px;
	}
	
	h3 {
		margin-bottom: 12px;
		font-size: 18px;
		line-height: 24px;
	}
	
	h4 {
		margin-bottom: 10px;
		font-size: 16px;
		line-height: 20px;
	}
	
	h5 {
		margin-bottom: 8px;
		font-size: 16px;
		line-height: 24px;
	}
	
	h6 {
		margin-bottom: 6px;
		font-size: 14px;
		line-height: 21px;
	}
	
	h1 a, 
	h2 a, 
	h3 a, 
	h4 a, 
	h5 a, 
	h6 a {
		color: #003300!important ;
		text-decoration: none;
		-webkit-transition: color 0.2s;
				transition: color 0.2s;
	}
	
	h1 a:hover, 
	h2 a:hover, 
	h3 a:hover, 
	h4 a:hover, 
	h5 a:hover, 
	h6 a:hover {
		color: ##99CC00;
		text-decoration: none;
	}
	
	h1 small,
	h2 small,
	h3 small,
	h4 small,
	h5 small,
	h6 small {
		color: inherit;
		font-size: 85%;
	}
	
	p { 
		margin-bottom: 20px; 
	}
	
	
	/* LINKS */
	a {
		color: #003300;
	}
	
	a:hover,
	a:focus { 
		outline: 0;
		color: #99CC00;
	}
	
	
	/* IMAGES */
	img {
		max-width: 100%; 
	}
	
	
	/* ADDRESS */
	address {
		line-height: inherit;
	}
	
	
	
	/* TRANFORMATION CLASSES */
	.text-mute {
		color: #b4b4b4;
	}
	
	.text-default-color {
		color: #000;
	}
	
	.text-default-highlight {
		padding: 3px 10px;
		background-color: #003300;
		color: #000;
	}
	
	.text-black-highlight {
		padding: 3px 10px;
		background-color: #212121;
		color: #fff;
	}
	
	.text-big {
		color: #212121;
		font-size: 18px;
		line-height: 30px;
	}
	
	.dropcap {
		float: left;
font-family: 'Bangers', cursive;
		font-size: 36px;
		line-height: 48px;
		font-weight: 700;
		margin-right: 10px;
	}
	
	.bluring {
		-webkit-filter: blur(3px);
				filter: blur(3px);
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.last,
	.no-margin-bottom {
		margin-bottom: 0 !important;
	}
	
	@media (max-width: 767px) {
		
		.last {
			margin-bottom: 20px !important;
		}
		
	}
	
/***********************************************************************************
 *	+ HEADLINE
 ***********************************************************************************/
	
	.headline {
		margin-bottom: 20px;

width:100%;

	}
	
	.headline:after {
		display: block;
		width: 100%;

		margin-top: 10px;
		content: "";
	}
	
	.headline.text-center:after {
		margin: 15px auto 0;
	}
	
	.headline.text-right:after {
		float: right;
	}
	
	.headline p {
		margin-bottom: 0;
		font-size: 12px;
		letter-spacing: 3px;
		text-transform: uppercase;
	}
	
	.headline h1 {
		margin-bottom: 0;
		line-height: 36px;
		font-weight: 700;
color:#003300;
	}

/***********************************************************************************
 *	+ ALERTS
 ***********************************************************************************/
	
	.alert {
		padding: 15px 30px;
		border: none;
		border-radius: 0;
		color: #fff;
		text-align: center;
	}

	.alert.alert-info {
		background-color: #838383;
	}

	.alert.alert-danger {
		background-color: #f30d39;
	}

	.alert.alert-success {
		background-color: #003689;
	}

	.alert.alert-warning {
		background-color: #f08615;
	}
	
	h1.error {
		color: #003300;
		font-size: 72px;
		line-height: 72px;
		text-align: right;
		text-transform: uppercase;
	}
	
	h1.error small {
		display: block;
		font-size: 30px;
		letter-spacing: 4px;
	}
	
	@media (max-width: 767px) {
		
		h1.error {
			margin-bottom: 30px;
			text-align: left;
		}
		
	}

/***********************************************************************************
 *	+ LISTS
 ***********************************************************************************/
	
	/* GENERAL */
	ul,
	ol {
		padding: 0;
		list-style-position: inside;
	}
	
	li > ul, 
	li > ol { 
		margin-bottom: 0; 
		margin-left: 20px; 
	}
	
	dl {
		margin-bottom: 20px;
	}
	
	/* CHECK LIST */
	.check-list {
		color: #000;
		font-weight: 600;
		list-style: none;
	}
	
	.check-list li {
  float: left;
    display: block;
    margin-right:10px;
	}
	
	.check-list li:last-child {
		margin-bottom: 20px;
	}
	
	.check-list li:before {
		margin-right:5px;
		color: #99cc00;
		font-family: "FontAwesome";
		content: "\f00c";
	}
	
	
	/* BULLET LIST */
	.bullet-list {
		color: #fff;
		font-weight: 600;
		list-style: none;
	}
	
	.bullet-list li {
		margin-bottom: 7px;
	}
	
	.bullet-list li:last-child {
		margin-bottom: 0;
	}
	
	.bullet-list li:before {
		position: relative;
		top: -2px;
		display: inline-block;
		width: 6px;
		height: 6px;
		border-radius: 50%;
		margin-right: 15px;
		content: "";
	}
	
	/* LOGOS LIST */
	.logos-list {
		margin-bottom: 20px;
		list-style: none;
	}
	
	.logos-list li a {
		float: left;
		display: block;
		width: 20%;
		height: 90px;
		padding: 0 20px;
		text-align: center;
		background: no-repeat top center;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.logos-list li a:hover {
		background-position: bottom center;
	}
	
	.logos-list:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
	}
	
	
	@media (max-width: 767px) {
		
		.logos-list li a {
			float: none;
			width: 100%;
			margin-bottom: 30px;
		}
		
		.logos-list li a:last-child {
			margin-bottom: 0;
		}
		
	}

/***********************************************************************************
 *	+ BUTTONS
 ***********************************************************************************/
	
	.btn {
		position: relative;
		z-index: 1;
		overflow: hidden;
		padding: 12px 30px;
		border: none;
		margin-right: 10px;
		margin-bottom: 20px;
		font-size: 14px;
		font-weight: 600;
		text-transform: uppercase;
		-webkit-transform: translateZ(0);
			-ms-transform: translateZ(0);
				transform: translateZ(0);
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.btn:last-child {
		margin-right: 0;
	}
	
	.btn:after {
		position: absolute;
		z-index: -1;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		width: 0;
		opacity: 0;
		content: "";
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.btn:focus,
	.btn:active {
		outline: 0 !important;
		box-shadow: none;
	}
	
	.btn:hover:after {
		width: 100%;
		opacity: 1;
	}
	
	.btn-xs {
		padding: 10px 25px;
		font-size: 12px;
	}
	
	.btn-lg {
		padding: 12px 50px;
	}
	
	
	/* DEFAULT BUTTON */
	.btn-default {
		background-color: #fff;
		color: #fff;
	}
	
	.btn-default:after {
		background-color: #003300 ;
	}
	
	.btn-default, 
	.btn-default:hover, 
	.btn-default:focus,
	.btn-default:active,
	.btn-default:active:focus {
		background-color: #99cc00;
		color: #003300;
	}
	
	.btn-default:hover {
		background-color: #003300;
		color: #fff;
	}
	
	
	/* DARK BUTTON */
	.btn-dark {
		background-color: #99cc00 ;
		color: #fff;
	}
	
	.btn-dark:after {
		background-color: #99cc00;
	}
	
	.btn-dark:hover {
		background-color: #93a232;
		color: #fff;
	}
	
	.btn-dark:focus {
		color: #fff;
	}
	
	
	/* BLACK BUTTON */
	.btn-black {
		border: 1px solid #99cc00 ;
		color: #fff ;
		background-color: #99cc00 ;
	}
	
	.btn-black:after {
		background-color: #93a232 ;
	}
	
	.btn-black:hover {
		background-color: #93a232 ;
		color: #000!important;
	}

	/* WHITE BUTTON */
	.btn-whiteyellow {
		border: 1px solid #fff;
		background-color: #1d9501;
		color: #ffffff!important;
	}
	
	.btn-whiteyellow:after {
		background-color: #c3001d;
	}
	
	.btn-whiteyellow:hover {
		background-color: #c3001d!importan;
		color: #fff!important;
		border: 1px solid #c3001d;
	}
	
/***********************************************************************************
 *	+ DIVIDERS
 ***********************************************************************************/
	
	.hr {
		border-top: 1px solid #ebebeb;
		margin: 30px 0;
	}
	
	.hr.default-color {
		border-top-color: #003300;
	}
	
	.hr.black {
		border-top-color: #212121;
	}
	
/***********************************************************************************
 *	+ TEXT BOXES
 ***********************************************************************************/
 
	.text-box {
		position: relative;
		z-index: 1;
		padding: 32px 30px;
		margin-bottom: 40px;
		background: no-repeat center center;
		background-color: #e6e6b3;
		-webkit-background-size: cover;
				background-size: cover;
		-webkit-transform: translateZ(0);
			-ms-transform: translateZ(0);
				transform: translateZ(0);
	}
	
	.text-box-overlay {
		position: absolute;
		z-index: -1;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background-color: #003300 ;
		opacity: 0.85;
	}
	
	.text-box.rounded {
		border-radius: 5px;
	}
	
	.text-box.bordered {
		border: 1px solid #ebebeb;
		background-color: transparent;
	}
	
	.text-box.bordered-default-color {
		border: 1px solid #99cc00;
		background-color: transparent;
	}
	
	.text-box .text-box-title {
		margin-bottom: 20px;
	}
	
	.text-box .text-box-title p {
		margin-bottom: 0;
		font-size: 12px;
		letter-spacing: 3px;
		text-transform: uppercase;
	}
	
	.text-box .text-box-title h2 {
		margin-bottom: 0;
		font-weight: 700;
	}
	
	.text-box.default-color {
		background-color: #003300;
		color: #fff;
	}
	
	.text-box.dark {
		background-color: #003300 ;
		color: #fff;
	}
	
	.text-box.dark a,
	.text-box.dark h1,
	.text-box.dark h2,
	.text-box.dark h3,
	.text-box.dark h4,
	.text-box.dark h5,
	.text-box.dark h6, 
	.text-box.default-color a,
	.text-box.default-color h1,
	.text-box.default-color h2,
	.text-box.default-color h3,
	.text-box.default-color h4,
	.text-box.default-color h5,
	.text-box.default-color h6 {
		color: inherit;
	}
	
	.text-box .headline {
		margin-bottom: 15px;
	}
	
	.text-box .btn {
		margin-top: 10px;
	}
	
	.text-box.dark .btn-white,
	.text-box.default-color .btn-white {
		border-color: #fff;
		color: #fff;
	}
	
	.text-box.default-color .btn-white:after {
		background-color: #003300 ;
	}
	
	.text-box.default-color .btn-white:hover {
		border-color: #003300 ;
		background-color: #003300 ;
	}
	
	.text-box.dark .btn-white:after {
		background-color: #003300;
	}
	
	.text-box.dark .btn-white:hover {
		border-color: #003300;
		background-color: #003300;
	}
	
	.text-box > *:last-child {
		margin-bottom: 0;
	}
	
	/* TEXT BOXES LIST */
	.text-boxes-list {
		margin-bottom: 100px;
		list-style: none;
	}
	
	.text-boxes-list > li {
		float: left;
		width: 33.33333%;
	}
	
	.text-boxes-list > li .text-box {
		padding: 20% 15%;
		margin-bottom: 0;
	}
	
	.text-boxes-list:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
	}
	
	@media (min-width: 768px) and (max-width: 991px) {
		
		.text-box {
			padding: 42px 20px;
		}
		
		.text-boxes-list > li {
			float: none;
			width: 100%;
		}
		
	}
	
	@media (max-width: 767px) {
		
		.text-box {
			padding: 50px 20px;
		}
		
		.text-boxes-list > li {
			float: none;
			width: 100%;
		}
		
		.text-boxes-list > li .text-box {
			padding: 50px 20px;
		}
		
	}
	
/***********************************************************************************
 *	+ IMAGE BOXES
 ***********************************************************************************/
	
	/* IMAGE BOX STYLE 1 */
	.image-box.style-1 {
		margin-bottom: 50px;
	}
	
	.image-box.style-1 .image-box-thumbnail {
		position: relative;
		margin-bottom: 35px;
	}
	
	.image-box.style-1 h5 {
		margin-bottom: 35px;
		font-weight: 700;
		text-transform: uppercase;
	}
	
	
	/* IMAGE BOX STYLE 2 */
	.image-box.style-2 {
		position: relative;
		margin-bottom: 50px;
		background-color: #003300 ;
		color: #fff;
	}
	
	.image-box.style-2 h4 {
		color: #fff;
	}
	
	.image-box.style-2 > a {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		padding: 15px 30px;
		margin-bottom: 0;
		background-color: #003300;
		color: #fff;
		font-family: "Montserrat", sans-serif;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.image-box.style-2 > a:hover {
		background-color: #212121;
		color: #fff;
	}
	
	.image-box.style-2 .image-box-content {
		position: absolute;
		top: 50%;
		right: 20px;
		text-align: right;
		-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
				transform: translateY(-50%);
	}
	
	
	/* IMAGE BOX STYLE 3 */
	.image-box.style-3 {
		position: relative;
		overflow: hidden;
		margin-bottom: 50px;
	}
	
	.image-box.style-3 .image-box-thumbnail img {
		display: block;
		width: 100%;
	}
	
	.image-box.style-3 .image-box-content {
		position: absolute;
		z-index: 1;
		bottom: 0;
		left: 0;
		width: 100%;
		padding: 0 10px 20px;
		color: #fff;
		text-align: center;
		-webkit-transform: translateZ(0);
			-ms-transform: translateZ(0);
				transform: translateZ(0);
	}
	
	.image-box.style-3 .image-box-content:before {
		position: absolute;
		z-index: -1;
		top: -35px;
		right: 0;
		bottom: -50px;
		left: 0;
		background-color: #003300;
		content: "";
		-webkit-transform: skewY(-15deg);
			-ms-transform: skewY(-15deg);
				transform: skewY(-15deg);
		
	}
	
	.image-box.style-3 .image-box-content h3 {
		color: #fff;
	}
	
	.image-box.style-3 .image-box-content > *:last-child {
		margin-bottom: 0;
	}
	
	@media (max-width: 767px) {
		
		.image-box.style-3 .image-box-content:before {
			top: -15px;
			bottom: 0;
			-webkit-transform: skewY(0);
				-ms-transform: skewY(0);
					transform: skewY(0);
			
		}
		
	}

	/* IMAGE BOX STYLE 4 */
	.image-box.style-4 {
		position: relative;
		overflow: hidden;
		margin-bottom: 50px;
	}
	
	.image-box.style-4 .image-box-thumbnail img {
		display: block;
		width: 100%;
	}
	
	.image-box.style-4 .image-box-content {
		position: absolute;
		z-index: 1;
		bottom: 0;
		left: 0;
		width: 100%;
		padding: 0 10px 20px;
		color: #fff;
		text-align: center;
		-webkit-transform: translateZ(0);
			-ms-transform: translateZ(0);
				transform: translateZ(0);
	}
	
	.image-box.style-4 .image-box-content:before {
		position: absolute;
		z-index: -1;
		top: -35px;
		right: 0;
		bottom: -50px;
		left: 0;
		background-color: #003300 ;
		content: "";
		-webkit-transform: skewY(-15deg);
			-ms-transform: skewY(-15deg);
				transform: skewY(-15deg);
		
	}
	
	.image-box.style-4 .image-box-content h3 {
		color: #fff;
	}
	
	.image-box.style-4 .image-box-content > *:last-child {
		margin-bottom: 0;
	}
	
	@media (max-width: 767px) {
		
		.image-box.style-4 .image-box-content:before {
			top: -15px;
			bottom: 0;
			-webkit-transform: skewY(0);
				-ms-transform: skewY(0);
					transform: skewY(0);
			
		}
		
	}

/***********************************************************************************
 *	+ ACCORDION
 ***********************************************************************************/
	
	.panel {
		background-color: transparent;
		box-shadow: none;
	}
	
	.panel-heading {
		padding: 0;
		border: none;
		border-radius: 0;
		background-color: transparent
		-webkit-transform: translateZ(0);
			-ms-transform: translateZ(0);
				transform: translateZ(0);
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.panel-title a,
	.panel-title a:focus {
		position: relative;
		display: block;
		padding: 9px 23px 9px 10px;
		margin-bottom: 10px;
		background-color: #99cc00;
		color: #003300;
		font-family: "Open Sans", sans-serif;
		font-weight: 700;
		text-decoration: none;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.panel-title a:before {
		position: absolute;
		top: 50%;
		right: 20px;
		content: "+";
		-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
				transform: translateY(-50%);
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.panel-title a:hover,
	.panel-title a[aria-expanded="true"] {
		background-color: #003300;
		color: #99cc00!important;
	}
	
	.panel-title a[aria-expanded="true"]:before {
		content: "-";
	}
	
	.panel-group .panel + .panel {
		margin-top: 0;
	}
	
	.panel-group .panel-heading + .panel-collapse > .list-group, 
	.panel-group .panel-heading + .panel-collapse > .panel-body {
		padding: 20px 25px 30px;
		border: none;
	}
	
	.panel-body > *:last-child {
		margin-bottom: 0;
	}

	.panel-body dates{

   float:right;
font-size:12px;
}
 
/***********************************************************************************
 *	+ TABS
 ***********************************************************************************/
	
	.nav-tabs {
		border-bottom: none;
	}

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

	.nav-tabs > li > a {
		padding: 10px 25px;
		border: none;
		border-radius: 5px;
		background-color: #99cc00;
		color: #ece9dd;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}

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

	.nav-tabs > li > a:hover,
	.nav-tabs > li.active > a,
	.nav-tabs > li.active > a:hover,
	.nav-tabs > li.active > a:focus {
		border: none;
		background-color: #003300;
		color: #fff;
	}
	
	.tab-content {
		margin: 50px 0;
	}
	
	.tab-content h4 {
		margin-bottom: 20px;
	}
	
	.tab-content ul {
		margin-top: 10px;
		margin-left: 30px;
	}
	
	.tab-content .tab-pane > *:last-child {
		margin-bottom: 0;
	}
	
	.tab-content:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
	}
	
	@media (max-width: 767px) {
		
		.nav-tabs > li {
			float: none;
			margin-right: 0;
			margin-bottom: 1px;
		}
		
		.nav-tabs > li:last-child {
			margin-bottom: 0;
		}
		
	}

/***********************************************************************************
 *	+ GOOGLE MAPS
 ***********************************************************************************/

/***********************************************************/

   .map2 {
        position: relative;
        padding-bottom: 75%; // This is the aspect ratio
        height: 0;
        overflow: hidden;
    }
    .map2 iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }

/***********************************************************/
 	.map {
		height: 300px;
		margin-bottom: 50px;
        padding:10px;
        border:1px solid #dddddd;
	}
	
	.map img { 
		max-width: none; 
        padding:10px;
        border:1px solid #dddddd;
	}
	
	@media (max-width: 767px) {
		
		.map {
			height: 400px !important;
        border:1px solid #dddddd;
		}
		
	}


 

	
/***********************************************************************************
 *	+ SOCIAL MEDIA
 ***********************************************************************************/
	
	.social-media {
		margin-bottom: 20px;
	}
	
	.social-media a {
		display: inline-block;
		margin-right: 20px;
		font-size: 18px;
		line-height: 32px;
		color: #fff;
		text-decoration: none;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.social-media.bordered,
	.social-media.rounded {
		margin-top: -5px;
	}
	
	.social-media.bordered a {
		width: 25px;
		height: 25px;
		border: 1px solid #c7c7c7;
		border-radius: 50%;
		margin: 5px 15px 5px 0;
		font-size: 12px;
		line-height: 23px;
		text-align: center;
	}
	
	.social-media.rounded a {
		width: 34px;
		height: 34px;
		border-radius: 50%;
		margin: 5px 15px 5px 0;
		background-color: #003300;
		color: #fff;
		font-size: 16px;
		line-height: 34px;
		text-align: center;
	}
	
	.social-media a:last-child {
		margin-right: 0;
	}
	
	.social-media a.facebook:hover { color: #4267b2 !important; }
	.social-media a.twitter:hover { color: #1da1f2 !important; }
	.social-media a.dribbble:hover { color: #ea73a0 !important; }
	.social-media a.pinterest:hover { color: #d73532 !important; }
	.social-media a.google:hover { color: #da4835 !important; }
	.social-media a.tumblr:hover { color: #2a445f !important; }
	.social-media a.instagram:hover { color: #82685a !important; }
	.social-media a.rss:hover { color: #f79638 !important; }
	.social-media a.linkedin:hover { color: #018faf !important; }
	.social-media a.skype:hover { color: #00b0f6 !important; }
	.social-media a.flickr:hover { color: #0061db !important; }
	.social-media a.vimeo:hover { color: #4cb2d9 !important; }
	.social-media a.github:hover { color: #3b3b3b !important; }
	.social-media a.youtube:hover { color: #cc181e !important; }
	.social-media a.windows:hover { color: #6dc2e9 !important; }
	.social-media a.dropbox:hover { color: #007ee5 !important; }
	.social-media a.xing:hover { color: #026566 !important; }
	.social-media a.adn:hover { color: #1ea076 !important; }
	.social-media a.android:hover { color: #98cb02 !important; }
	.social-media a.apple:hover { color: #a6b1b7 !important; }
	.social-media a.behance:hover { color: #2d9ad2 !important; }
	.social-media a.bitbucket:hover { color: #214f81 !important; }
	.social-media a.bitcoin:hover { color: #f7931b !important; }
	.social-media a.codepan:hover { color: #000 !important; }
	.social-media a.css3:hover { color: #3289ce !important; }
	.social-media a.delicious:hover { color: #3399fe !important; }
	.social-media a.deviantart:hover { color: #c8da30 !important; }
	.social-media a.digg:hover { color: #0080c2 !important; }
	.social-media a.drupal:hover { color: #0077b9 !important; }
	.social-media a.empire:hover { color: #000 !important; }
	.social-media a.foursquare:hover { color: #daecb0 !important; }
	.social-media a.git:hover { color: #f34f29 !important; }
	.social-media a.gitti:hover { color: #634c3e !important; }
	.social-media a.hacker-news:hover { color: #f18642 !important; }
	.social-media a.html5:hover { color: #e54c1f !important; }
	.social-media a.joomla:hover { color: #016fb9 !important; }
	.social-media a.jsfiddle:hover { color: #4679a4 !important; }
	.social-media a.linux:hover { color: #fece0e !important; }
	.social-media a.maxcdn:hover { color: #f36f20 !important; }
	.social-media a.openid:hover { color: #fe6101 !important; }
	.social-media a.pagelines:hover { color: #3783e3 !important; }
	.social-media a.pied-piper:hover { color: #0c7b48 !important; }
	.social-media a.qq:hover { color: #23286c !important; }
	.social-media a.rebel:hover { color: #000 !important; }
	.social-media a.reddit:hover { color: #cee3f8 !important; }
	.social-media a.renren:hover { color: #0d81e4 !important; }
	.social-media a.share:hover { color: #252525 !important; }
	.social-media a.slack:hover { color: #453744 !important; }
	.social-media a.soundcloud:hover { color: #fe4e00 !important; }
	.social-media a.spotify:hover { color: #80bb41 !important; }
	.social-media a.stack-exchange:hover { color: #265a93 !important; }
	.social-media a.stackoverflow:hover { color: #fea501 !important; }
	.social-media a.steam:hover { color: #191919 !important; }
	.social-media a.stumbleupon:hover { color: #f04f23 !important; }
	.social-media a.tencent-weibo:hover { color: #0063a7 !important; }
	.social-media a.trello:hover { color: #226784 !important; }
	.social-media a.vine:hover { color: #00b081 !important; }
	.social-media a.vk:hover { color: #50769d !important; }
	.social-media a.wechat:hover { color: #a4dc31 !important; }
	.social-media a.weibo:hover { color: #d82828 !important; }
	.social-media a.wordpress:hover { color: #454442 !important; }
	.social-media a.yahoo:hover { color: #4b04a8 !important; }
	.social-media a.ftpx:hover { color: #000 !important; }
	.social-media a.amazon:hover { color: #ff9900 !important; }
	.social-media a.angellist:hover { color: #000 !important; }
	.social-media a.btc:hover { color: #f7931b !important; }
	.social-media a.black-tie:hover { color: #000 !important; }
	.social-media a.bluetooth:hover { color: #0a3d91 !important; }
	.social-media a.buysellads:hover { color: #ba0202 !important; }
	.social-media a.cc-amex:hover { color: #016dd2 !important; }
	.social-media a.cc-diners-club:hover { color: #0069aa !important; }
	.social-media a.cc-discover:hover { color: #f88737 !important; }
	.social-media a.cc-jcb:hover { color: #29166f !important; }
	.social-media a.cc-mastercard:hover { color: #fe9611 !important; }
	.social-media a.paypal:hover { color: #012069 !important; }
	.social-media a.cc-stripe:hover { color: #49b802 !important; }
	.social-media a.cc-visa:hover { color: #1b4da2 !important; }
	.social-media a.chrome:hover { color: #edcd16 !important; }
	.social-media a.codepen:hover { color: #1b1c1b !important; }
	.social-media a.codiepie:hover { color: #000 !important; }
	.social-media a.connectdevelop:hover { color: #023cb0 !important; }
	.social-media a.contao:hover { color: #e4790f !important; }
	.social-media a.dashcube:hover { color: #000 !important; }
	.social-media a.edge:hover { color: #2c74be !important; }
	.social-media a.expeditedssl:hover { color: #2e2e2e !important; }
	.social-media a.firefox:hover { color: #df731b !important; }
	.social-media a.fonticons:hover { color: #1d1e2a !important; }
	.social-media a.fort-awesome:hover { color: #000 !important; }
	.social-media a.forumbee:hover { color: #85ac2f !important; }
	.social-media a.get-pocket:hover { color: #e84352 !important; }
	.social-media a.gg:hover { color: #fd0002 !important; }
	.social-media a.gratipay:hover { color: #653614 !important; }
	.social-media a.houzz:hover { color: #9bc545 !important; }
	.social-media a.internet-explorer:hover { color: #00bcf2 !important; }
	.social-media a.ioxhost:hover { color: #f6a814 !important; }
	.social-media a.lastfm:hover { color: #e2152b !important; }
	.social-media a.leanpub:hover { color: #231f20 !important; }
	.social-media a.meanpath:hover { color: #538dd6 !important; }
	.social-media a.medium:hover { color: #00ab6c !important; }
	.social-media a.mixcloud:hover { color: #040204 !important; }
	.social-media a.modx:hover { color: #8ed547 !important; }
	.social-media a.odnoklassniki:hover { color: #f68634 !important; }
	.social-media a.opencart:hover { color: #00c1f2 !important; }
	.social-media a.opera:hover { color: #e81617 !important; }
	.social-media a.optin-monster:hover { color: #8ed31e !important; }
	.social-media a.product-hunt:hover { color: #d6573d !important; }
	.social-media a.reddit:hover { color: #ff4500 !important; }
	.social-media a.safari:hover { color: #2973d9 !important; }
	.social-media a.scribd:hover { color: #382d29 !important; }
	.social-media a.sellsy:hover { color: #006ca2 !important; }
	.social-media a.shirtsinbulk:hover { color: #dd3a26 !important; }
	.social-media a.simplybuilt:hover { color: #322f34 !important; }
	.social-media a.skyatlas:hover { color: #01aebe !important; }
	.social-media a.slideshare:hover { color: #13999a !important; }
	.social-media a.stack-overflow:hover { color: #ef532a !important; }
	.social-media a.tripadvisor:hover { color: #1e892f !important; }
	.social-media a.twitch:hover { color: #6441a5 !important; }
	.social-media a.usb:hover { color: #000 !important; }
	.social-media a.viacoin:hover { color: #2376a2 !important; }
	.social-media a.whatsapp:hover { color: #44c254 !important; }
	.social-media a.wikipedia:hover { color: #0c0c0c !important; }
	.social-media a.y-combinator:hover { color: #ff6501 !important; }
	.social-media a.yelp:hover { color: #bf311b !important; }
	.social-media a.email:hover { color: #689c49 !important; }
	.social-media a.envira:hover { color: #75bd3b !important; }
	.social-media a.gitlab:hover { color: #e24329 !important; }
	.social-media a.glide:hover { color: #00a7ff !important; }
	.social-media a.snapchat:hover { color: #efe200 !important; }
	.social-media a.viadeo:hover { color: #f4982b !important; }
	.social-media a.wpbeginner:hover { color: #ff6600 !important; }
	.social-media a.wpforms:hover { color: #b6581a !important; }
	
	.social-media.bordered a.facebook:hover { 
		color: #003300 !important; 
		border-color: #003300 !important; 
	}
	.social-media.bordered a.twitter:hover { 
		color: #003300 !important; 
		border-color: #0003300 !important; 
	}
	.social-media.bordered a.dribbble:hover { 
		color: #ea73a0 !important; 
		border-color: #ea73a0 !important; 
	}
	.social-media.bordered a.pinterest:hover { 
		color: #d73532 !important; 
		border-color: #d73532 !important; 
	}
	.social-media.bordered a.google:hover { 
		color: #da4835 !important; 
		border-color: #da4835 !important; 
	}
	.social-media.bordered a.tumblr:hover { 
		color: #2a445f !important; 
		border-color: #2a445f !important; 
	}
	.social-media.bordered a.instagram:hover { 
		color: #82685a !important; 
		border-color: #82685a !important; 
	}
	.social-media.bordered a.rss:hover { 
		color: #f79638 !important; 
		border-color: #f79638 !important; 
	}
	.social-media.bordered a.linkedin:hover { 
		color: #018faf !important; 
		border-color: #018faf !important; 
	}
	.social-media.bordered a.skype:hover { 
		color: #00b0f6 !important; 
		border-color: #00b0f6 !important; 
	}
	.social-media.bordered a.flickr:hover { 
		color: #0061db !important; 
		border-color: #0061db !important; 
	}
	.social-media.bordered a.vimeo:hover { 
		color: #4cb2d9 !important; 
		border-color: #4cb2d9 !important; 
	}
	.social-media.bordered a.github:hover { 
		color: #3b3b3b !important; 
		border-color: #3b3b3b !important; 
	}
	.social-media.bordered a.youtube:hover { 
		color: #cc181e !important; 
		border-color: #cc181e !important; 
	}
	.social-media.bordered a.windows:hover { 
		color: #6dc2e9 !important; 
		border-color: #6dc2e9 !important; 
	}
	.social-media.bordered a.dropbox:hover { 
		color: #007ee5 !important; 
		border-color: #007ee5 !important; 
	}
	.social-media.bordered a.xing:hover { 
		color: #026566 !important; 
		border-color: #026566 !important; 
	}
	.social-media.bordered a.adn:hover { 
		color: #1ea076 !important; 
		border-color: #1ea076 !important; 
	}
	.social-media.bordered a.android:hover { 
		color: #98cb02 !important; 
		border-color: #98cb02 !important; 
	}
	.social-media.bordered a.apple:hover { 
		color: #a6b1b7 !important; 
		border-color: #a6b1b7 !important; 
	}
	.social-media.bordered a.behance:hover { 
		color: #2d9ad2 !important; 
		border-color: #2d9ad2 !important; 
	}
	.social-media.bordered a.bitbucket:hover { 
		color: #214f81 !important; 
		border-color: #214f81 !important; 
	}
	.social-media.bordered a.bitcoin:hover { 
		color: #f7931b !important; 
		border-color: #f7931b !important; 
	}
	.social-media.bordered a.codepan:hover { 
		color: #000 !important; 
		border-color: #000 !important; 
	}
	.social-media.bordered a.css3:hover { 
		color: #3289ce !important; 
		border-color: #3289ce !important; 
	}
	.social-media.bordered a.delicious:hover { 
		color: #3399fe !important; 
		border-color: #3399fe !important; 
	}
	.social-media.bordered a.deviantart:hover { 
		color: #c8da30 !important; 
		border-color: #c8da30 !important; 
	}
	.social-media.bordered a.digg:hover { 
		color: #0080c2 !important; 
		border-color: #0080c2 !important; 
	}
	.social-media.bordered a.drupal:hover { 
		color: #0077b9 !important; 
		border-color: #0077b9 !important; 
	}
	.social-media.bordered a.empire:hover { 
		color: #000 !important; 
		border-color: #000 !important; 
	}
	.social-media.bordered a.foursquare:hover { 
		color: #daecb0 !important; 
		border-color: #daecb0 !important; 
	}
	.social-media.bordered a.git:hover { 
		color: #f34f29 !important; 
		border-color: #f34f29 !important; 
	}
	.social-media.bordered a.gitti:hover { 
		color: #634c3e !important; 
		border-color: #634c3e !important; 
	}
	.social-media.bordered a.hacker-news:hover { 
		color: #f18642 !important; 
		border-color: #f18642 !important; 
	}
	.social-media.bordered a.html5:hover { 
		color: #e54c1f !important; 
		border-color: #e54c1f !important; 
	}
	.social-media.bordered a.joomla:hover { 
		color: #016fb9 !important; 
		border-color: #016fb9 !important; 
	}
	.social-media.bordered a.jsfiddle:hover { 
		color: #4679a4 !important; 
		border-color: #4679a4 !important; 
	}
	.social-media.bordered a.linux:hover { 
		color: #fece0e !important; 
		border-color: #fece0e !important; 
	}
	.social-media.bordered a.maxcdn:hover { 
		color: #f36f20 !important; 
		border-color: #f36f20 !important; 
	}
	.social-media.bordered a.openid:hover { 
		color: #fe6101 !important; 
		border-color: #fe6101 !important; 
	}
	.social-media.bordered a.pagelines:hover { 
		color: #3783e3 !important; 
		border-color: #3783e3 !important; 
	}
	.social-media.bordered a.pied-piper:hover { 
		color: #0c7b48 !important; 
		border-color: #0c7b48 !important; 
	}
	.social-media.bordered a.qq:hover { 
		color: #23286c !important; 
		border-color: #23286c !important; 
	}
	.social-media.bordered a.rebel:hover { 
		color: #000 !important; 
		border-color: #000 !important; 
	}
	.social-media.bordered a.reddit:hover { 
		color: #cee3f8 !important; 
		border-color: #cee3f8 !important; 
	}
	.social-media.bordered a.renren:hover { 
		color: #0d81e4 !important; 
		border-color: #0d81e4 !important; 
	}
	.social-media.bordered a.share:hover { 
		color: #252525 !important; 
		border-color: #252525 !important; 
	}
	.social-media.bordered a.slack:hover { 
		color: #453744 !important; 
		border-color: #453744 !important; 
	}
	.social-media.bordered a.soundcloud:hover { 
		color: #fe4e00 !important; 
		border-color: #fe4e00 !important; 
	}
	.social-media.bordered a.spotify:hover { 
		color: #80bb41 !important; 
		border-color: #80bb41 !important; 
	}
	.social-media.bordered a.stack-exchange:hover { 
		color: #265a93 !important; 
		border-color: #265a93 !important; 
	}
	.social-media.bordered a.stackoverflow:hover { 
		color: #fea501 !important; 
		border-color: #fea501 !important; 
	}
	.social-media.bordered a.steam:hover { 
		color: #191919 !important; 
		border-color: #191919 !important; 
	}
	.social-media.bordered a.stumbleupon:hover { 
		color: #f04f23 !important; 
		border-color: #f04f23 !important; 
	}
	.social-media.bordered a.tencent-weibo:hover { 
		color: #0063a7 !important; 
		border-color: #0063a7 !important; 
	}
	.social-media.bordered a.trello:hover { 
		color: #226784 !important; 
		border-color: #226784 !important; 
	}
	.social-media.bordered a.vine:hover { 
		color: #00b081 !important; 
		border-color: #00b081 !important; 
	}
	.social-media.bordered a.vk:hover { 
		color: #50769d !important; 
		border-color: #50769d !important; 
	}
	.social-media.bordered a.wechat:hover { 
		color: #a4dc31 !important; 
		border-color: #a4dc31 !important; 
	}
	.social-media.bordered a.weibo:hover { 
		color: #d82828 !important; 
		border-color: #d82828 !important; 
	}
	.social-media.bordered a.wordpress:hover { 
		color: #454442 !important; 
		border-color: #454442 !important; 
	}
	.social-media.bordered a.yahoo:hover { 
		color: #4b04a8 !important; 
		border-color: #4b04a8 !important; 
	}
	.social-media.bordered a.ftpx:hover { 
		color: #000 !important; 
		border-color: #000 !important; 
	}
	.social-media.bordered a.amazon:hover { 
		color: #ff9900 !important; 
		border-color: #ff9900 !important; 
	}
	.social-media.bordered a.angellist:hover { 
		color: #000 !important; 
		border-color: #000 !important; 
	}
	.social-media.bordered a.btc:hover { 
		color: #f7931b !important; 
		border-color: #f7931b !important; 
	}
	.social-media.bordered a.black-tie:hover { 
		color: #000 !important; 
		border-color: #000 !important; 
	}
	.social-media.bordered a.bluetooth:hover { 
		color: #0a3d91 !important; 
		border-color: #0a3d91 !important; 
	}
	.social-media.bordered a.buysellads:hover { 
		color: #ba0202 !important; 
		border-color: #ba0202 !important; 
	}
	.social-media.bordered a.cc-amex:hover { 
		color: #016dd2 !important; 
		border-color: #016dd2 !important; 
	}
	.social-media.bordered a.cc-diners-club:hover { 
		color: #0069aa !important; 
		border-color: #0069aa !important; 
	}
	.social-media.bordered a.cc-discover:hover { 
		color: #f88737 !important; 
		border-color: #f88737 !important; 
	}
	.social-media.bordered a.cc-jcb:hover { 
		color: #29166f !important; 
		border-color: #29166f !important; 
	}
	.social-media.bordered a.cc-mastercard:hover { 
		color: #fe9611 !important; 
		border-color: #fe9611 !important; 
	}
	.social-media.bordered a.paypal:hover { 
		color: #012069 !important; 
		border-color: #012069 !important; 
	}
	.social-media.bordered a.cc-stripe:hover { 
		color: #49b802 !important; 
		border-color: #49b802 !important; 
	}
	.social-media.bordered a.cc-visa:hover { 
		color: #1b4da2 !important; 
		border-color: #1b4da2 !important; 
	}
	.social-media.bordered a.chrome:hover { 
		color: #edcd16 !important; 
		border-color: #edcd16 !important; 
	}
	.social-media.bordered a.codepen:hover { 
		color: #1b1c1b !important; 
		border-color: #1b1c1b !important; 
	}
	.social-media.bordered a.codiepie:hover { 
		color: #000 !important; 
		border-color: #000 !important; 
	}
	.social-media.bordered a.connectdevelop:hover { 
		color: #023cb0 !important; 
		border-color: #023cb0 !important; 
	}
	.social-media.bordered a.contao:hover { 
		color: #e4790f !important; 
		border-color: #e4790f !important; 
	}
	.social-media.bordered a.dashcube:hover { 
		color: #000 !important; 
		border-color: #000 !important; 
	}
	.social-media.bordered a.edge:hover { 
		color: #2c74be !important; 
		border-color: #2c74be !important; 
	}
	.social-media.bordered a.expeditedssl:hover { 
		color: #2e2e2e !important; 
		border-color: #2e2e2e !important; 
	}
	.social-media.bordered a.firefox:hover { 
		color: #df731b !important; 
		border-color: #df731b !important; 
	}
	.social-media.bordered a.fonticons:hover { 
		color: #1d1e2a !important; 
		border-color: #1d1e2a !important; 
	}
	.social-media.bordered a.fort-awesome:hover { 
		color: #000 !important; 
		border-color: #000 !important; 
	}
	.social-media.bordered a.forumbee:hover { 
		color: #85ac2f !important; 
		border-color: #85ac2f !important; 
	}
	.social-media.bordered a.get-pocket:hover { 
		color: #e84352 !important; 
		border-color: #e84352 !important; 
	}
	.social-media.bordered a.gg:hover { 
		color: #fd0002 !important; 
		border-color: #fd0002 !important; 
	}
	.social-media.bordered a.gratipay:hover { 
		color: #653614 !important; 
		border-color: #653614 !important; 
	}
	.social-media.bordered a.houzz:hover { 
		color: #9bc545 !important; 
		border-color: #9bc545 !important; 
	}
	.social-media.bordered a.internet-explorer:hover { 
		color: #00bcf2 !important; 
		border-color: #00bcf2 !important; 
	}
	.social-media.bordered a.ioxhost:hover { 
		color: #f6a814 !important; 
		border-color: #f6a814 !important; 
	}
	.social-media.bordered a.lastfm:hover { 
		color: #e2152b !important; 
		border-color: #e2152b !important; 
	}
	.social-media.bordered a.leanpub:hover { 
		color: #231f20 !important; 
		border-color: #231f20 !important; 
	}
	.social-media.bordered a.meanpath:hover { 
		color: #538dd6 !important; 
		border-color: #538dd6 !important; 
	}
	.social-media.bordered a.medium:hover { 
		color: #00ab6c !important; 
		border-color: #00ab6c !important; 
	}
	.social-media.bordered a.mixcloud:hover { 
		color: #040204 !important; 
		border-color: #040204 !important; 
	}
	.social-media.bordered a.modx:hover { 
		color: #8ed547 !important; 
		border-color: #8ed547 !important; 
	}
	.social-media.bordered a.odnoklassniki:hover { 
		color: #f68634 !important; 
		border-color: #f68634 !important; 
	}
	.social-media.bordered a.opencart:hover { 
		color: #00c1f2 !important; 
		border-color: #00c1f2 !important; 
	}
	.social-media.bordered a.opera:hover { 
		color: #e81617 !important; 
		border-color: #e81617 !important; 
	}
	.social-media.bordered a.optin-monster:hover { 
		color: #8ed31e !important; 
		border-color: #8ed31e !important; 
	}
	.social-media.bordered a.product-hunt:hover { 
		color: #d6573d !important; 
		border-color: #d6573d !important; 
	}
	.social-media.bordered a.reddit:hover { 
		color: #ff4500 !important; 
		border-color: #ff4500 !important; 
	}
	.social-media.bordered a.safari:hover { 
		color: #2973d9 !important; 
		border-color: #2973d9 !important; 
	}
	.social-media.bordered a.scribd:hover { 
		color: #382d29 !important; 
		border-color: #382d29 !important; 
	}
	.social-media.bordered a.sellsy:hover { 
		color: #006ca2 !important; 
		border-color: #006ca2 !important; 
	}
	.social-media.bordered a.shirtsinbulk:hover { 
		color: #dd3a26 !important; 
		border-color: #dd3a26 !important; 
	}
	.social-media.bordered a.simplybuilt:hover { 
		color: #322f34 !important; 
		border-color: #322f34 !important; 
	}
	.social-media.bordered a.skyatlas:hover { 
		color: #01aebe !important; 
		border-color: #01aebe !important; 
	}
	.social-media.bordered a.slideshare:hover { 
		color: #13999a !important; 
		border-color: #13999a !important; 
	}
	.social-media.bordered a.stack-overflow:hover { 
		color: #ef532a !important; 
		border-color: #ef532a !important; 
	}
	.social-media.bordered a.tripadvisor:hover { 
		color: #1e892f !important; 
		border-color: #1e892f !important; 
	}
	.social-media.bordered a.twitch:hover { 
		color: #6441a5 !important; 
		border-color: #6441a5 !important; 
	}
	.social-media.bordered a.usb:hover { 
		color: #000 !important; 
		border-color: #000 !important; 
	}
	.social-media.bordered a.viacoin:hover { 
		color: #2376a2 !important; 
		border-color: #2376a2 !important; 
	}
	.social-media.bordered a.whatsapp:hover { 
		color: #44c254 !important; 
		border-color: #44c254 !important; 
	}
	.social-media.bordered a.wikipedia:hover { 
		color: #0c0c0c !important; 
		border-color: #0c0c0c !important; 
	}
	.social-media.bordered a.y-combinator:hover { 
		color: #ff6501 !important; 
		border-color: #ff6501 !important; 
	}
	.social-media.bordered a.yelp:hover { 
		color: #bf311b !important; 
		border-color: #bf311b !important; 
	}
	.social-media.bordered a.email:hover { 
		color: #689c49 !important; 
		border-color: #689c49 !important; 
	}
	.social-media.bordered a.envira:hover { 
		color: #75bd3b !important; 
		border-color: #75bd3b !important; 
	}
	.social-media.bordered a.gitlab:hover { 
		color: #e24329 !important; 
		border-color: #e24329 !important; 
	}
	.social-media.bordered a.glide:hover { 
		color: #00a7ff !important; 
		border-color: #00a7ff !important; 
	}
	.social-media.bordered a.snapchat:hover { 
		color: #efe200 !important; 
		border-color: #efe200 !important; 
	}
	.social-media.bordered a.viadeo:hover { 
		color: #f4982b !important; 
		border-color: #f4982b !important; 
	}
	.social-media.bordered a.wpbeginner:hover { 
		color: #ff6600 !important; 
		border-color: #ff6600 !important; 
	}
	.social-media.bordered a.wpforms:hover { 
		color: #b6581a !important; 
		border-color: #b6581a !important; 
	}
	
	.social-media.rounded a:hover {
		color: #fff !important;
	}
	
	.social-media.rounded a.facebook:hover { background-color: #4267b2 !important; }
	.social-media.rounded a.twitter:hover { background-color: #1da1f2 !important; }
	.social-media.rounded a.dribbble:hover { background-color: #ea73a0 !important; }
	.social-media.rounded a.pinterest:hover { background-color: #d73532 !important; }
	.social-media.rounded a.google:hover { background-color: #da4835 !important; }
	.social-media.rounded a.tumblr:hover { background-color: #2a445f !important; }
	.social-media.rounded a.instagram:hover { background-color: #82685a !important; }
	.social-media.rounded a.rss:hover { background-color: #f79638 !important; }
	.social-media.rounded a.linkedin:hover { background-color: #018faf !important; }
	.social-media.rounded a.skype:hover { background-color: #00b0f6 !important; }
	.social-media.rounded a.flickr:hover { background-color: #0061db !important; }
	.social-media.rounded a.vimeo:hover { background-color: #4cb2d9 !important; }
	.social-media.rounded a.github:hover { background-color: #3b3b3b !important; }
	.social-media.rounded a.youtube:hover { background-color: #cc181e !important; }
	.social-media.rounded a.windows:hover { background-color: #6dc2e9 !important; }
	.social-media.rounded a.dropbox:hover { background-color: #007ee5 !important; }
	.social-media.rounded a.xing:hover { background-color: #026566 !important; }
	.social-media.rounded a.adn:hover { background-color: #1ea076 !important; }
	.social-media.rounded a.android:hover { background-color: #98cb02 !important; }
	.social-media.rounded a.apple:hover { background-color: #a6b1b7 !important; }
	.social-media.rounded a.behance:hover { background-color: #2d9ad2 !important; }
	.social-media.rounded a.bitbucket:hover { background-color: #214f81 !important; }
	.social-media.rounded a.bitcoin:hover { background-color: #f7931b !important; }
	.social-media.rounded a.codepan:hover { background-color: #000 !important; }
	.social-media.rounded a.css3:hover { background-color: #3289ce !important; }
	.social-media.rounded a.delicious:hover { background-color: #3399fe !important; }
	.social-media.rounded a.deviantart:hover { background-color: #c8da30 !important; }
	.social-media.rounded a.digg:hover { background-color: #0080c2 !important; }
	.social-media.rounded a.drupal:hover { background-color: #0077b9 !important; }
	.social-media.rounded a.empire:hover { background-color: #000 !important; }
	.social-media.rounded a.foursquare:hover { background-color: #daecb0 !important; }
	.social-media.rounded a.git:hover { background-color: #f34f29 !important; }
	.social-media.rounded a.gitti:hover { background-color: #634c3e !important; }
	.social-media.rounded a.hacker-news:hover { background-color: #f18642 !important; }
	.social-media.rounded a.html5:hover { background-color: #e54c1f !important; }
	.social-media.rounded a.joomla:hover { background-color: #016fb9 !important; }
	.social-media.rounded a.jsfiddle:hover { background-color: #4679a4 !important; }
	.social-media.rounded a.linux:hover { background-color: #fece0e !important; }
	.social-media.rounded a.maxcdn:hover { background-color: #f36f20 !important; }
	.social-media.rounded a.openid:hover { background-color: #fe6101 !important; }
	.social-media.rounded a.pagelines:hover { background-color: #3783e3 !important; }
	.social-media.rounded a.pied-piper:hover { background-color: #0c7b48 !important; }
	.social-media.rounded a.qq:hover { background-color: #23286c !important; }
	.social-media.rounded a.rebel:hover { background-color: #000 !important; }
	.social-media.rounded a.reddit:hover { background-color: #cee3f8 !important; }
	.social-media.rounded a.renren:hover { background-color: #0d81e4 !important; }
	.social-media.rounded a.share:hover { background-color: #252525 !important; }
	.social-media.rounded a.slack:hover { background-color: #453744 !important; }
	.social-media.rounded a.soundcloud:hover { background-color: #fe4e00 !important; }
	.social-media.rounded a.spotify:hover { background-color: #80bb41 !important; }
	.social-media.rounded a.stack-exchange:hover { background-color: #265a93 !important; }
	.social-media.rounded a.stackoverflow:hover { background-color: #fea501 !important; }
	.social-media.rounded a.steam:hover { background-color: #191919 !important; }
	.social-media.rounded a.stumbleupon:hover { background-color: #f04f23 !important; }
	.social-media.rounded a.tencent-weibo:hover { background-color: #0063a7 !important; }
	.social-media.rounded a.trello:hover { background-color: #226784 !important; }
	.social-media.rounded a.vine:hover { background-color: #00b081 !important; }
	.social-media.rounded a.vk:hover { background-color: #50769d !important; }
	.social-media.rounded a.wechat:hover { background-color: #a4dc31 !important; }
	.social-media.rounded a.weibo:hover { background-color: #d82828 !important; }
	.social-media.rounded a.wordpress:hover { background-color: #454442 !important; }
	.social-media.rounded a.yahoo:hover { background-color: #4b04a8 !important; }
	.social-media.rounded a.ftpx:hover { background-color: #000 !important; }
	.social-media.rounded a.amazon:hover { background-color: #ff9900 !important; }
	.social-media.rounded a.angellist:hover { background-color: #000 !important; }
	.social-media.rounded a.btc:hover { background-color: #f7931b !important; }
	.social-media.rounded a.black-tie:hover { background-color: #000 !important; }
	.social-media.rounded a.bluetooth:hover { background-color: #0a3d91 !important; }
	.social-media.rounded a.buysellads:hover { background-color: #ba0202 !important; }
	.social-media.rounded a.cc-amex:hover { background-color: #016dd2 !important; }
	.social-media.rounded a.cc-diners-club:hover { background-color: #0069aa !important; }
	.social-media.rounded a.cc-discover:hover { background-color: #f88737 !important; }
	.social-media.rounded a.cc-jcb:hover { background-color: #29166f !important; }
	.social-media.rounded a.cc-mastercard:hover { background-color: #fe9611 !important; }
	.social-media.rounded a.paypal:hover { background-color: #012069 !important; }
	.social-media.rounded a.cc-stripe:hover { background-color: #49b802 !important; }
	.social-media.rounded a.cc-visa:hover { background-color: #1b4da2 !important; }
	.social-media.rounded a.chrome:hover { background-color: #edcd16 !important; }
	.social-media.rounded a.codepen:hover { background-color: #1b1c1b !important; }
	.social-media.rounded a.codiepie:hover { background-color: #000 !important; }
	.social-media.rounded a.connectdevelop:hover { background-color: #023cb0 !important; }
	.social-media.rounded a.contao:hover { background-color: #e4790f !important; }
	.social-media.rounded a.dashcube:hover { background-color: #000 !important; }
	.social-media.rounded a.edge:hover { background-color: #2c74be !important; }
	.social-media.rounded a.expeditedssl:hover { background-color: #2e2e2e !important; }
	.social-media.rounded a.firefox:hover { background-color: #df731b !important; }
	.social-media.rounded a.fonticons:hover { background-color: #1d1e2a !important; }
	.social-media.rounded a.fort-awesome:hover { background-color: #000 !important; }
	.social-media.rounded a.forumbee:hover { background-color: #85ac2f !important; }
	.social-media.rounded a.get-pocket:hover { background-color: #e84352 !important; }
	.social-media.rounded a.gg:hover { background-color: #fd0002 !important; }
	.social-media.rounded a.gratipay:hover { background-color: #653614 !important; }
	.social-media.rounded a.houzz:hover { background-color: #9bc545 !important; }
	.social-media.rounded a.internet-explorer:hover { background-color: #00bcf2 !important; }
	.social-media.rounded a.ioxhost:hover { background-color: #f6a814 !important; }
	.social-media.rounded a.lastfm:hover { background-color: #e2152b !important; }
	.social-media.rounded a.leanpub:hover { background-color: #231f20 !important; }
	.social-media.rounded a.meanpath:hover { background-color: #538dd6 !important; }
	.social-media.rounded a.medium:hover { background-color: #00ab6c !important; }
	.social-media.rounded a.mixcloud:hover { background-color: #040204 !important; }
	.social-media.rounded a.modx:hover { background-color: #8ed547 !important; }
	.social-media.rounded a.odnoklassniki:hover { background-color: #f68634 !important; }
	.social-media.rounded a.opencart:hover { background-color: #00c1f2 !important; }
	.social-media.rounded a.opera:hover { background-color: #e81617 !important; }
	.social-media.rounded a.optin-monster:hover { background-color: #8ed31e !important; }
	.social-media.rounded a.product-hunt:hover { background-color: #d6573d !important; }
	.social-media.rounded a.reddit:hover { background-color: #ff4500 !important; }
	.social-media.rounded a.safari:hover { background-color: #2973d9 !important; }
	.social-media.rounded a.scribd:hover { background-color: #382d29 !important; }
	.social-media.rounded a.sellsy:hover { background-color: #006ca2 !important; }
	.social-media.rounded a.shirtsinbulk:hover { background-color: #dd3a26 !important; }
	.social-media.rounded a.simplybuilt:hover { background-color: #322f34 !important; }
	.social-media.rounded a.skyatlas:hover { background-color: #01aebe !important; }
	.social-media.rounded a.slideshare:hover { background-color: #13999a !important; }
	.social-media.rounded a.stack-overflow:hover { background-color: #ef532a !important; }
	.social-media.rounded a.tripadvisor:hover { background-color: #1e892f !important; }
	.social-media.rounded a.twitch:hover { background-color: #6441a5 !important; }
	.social-media.rounded a.usb:hover { background-color: #000 !important; }
	.social-media.rounded a.viacoin:hover { background-color: #2376a2 !important; }
	.social-media.rounded a.whatsapp:hover { background-color: #44c254 !important; }
	.social-media.rounded a.wikipedia:hover { background-color: #0c0c0c !important; }
	.social-media.rounded a.y-combinator:hover { background-color: #ff6501 !important; }
	.social-media.rounded a.yelp:hover { background-color: #bf311b !important; }
	.social-media.rounded a.email:hover { background-color: #689c49 !important; }
	.social-media.rounded a.envira:hover { background-color: #75bd3b !important; }
	.social-media.rounded a.gitlab:hover { background-color: #e24329 !important; }
	.social-media.rounded a.glide:hover { background-color: #00a7ff !important; }
	.social-media.rounded a.snapchat:hover { background-color: #efe200 !important; }
	.social-media.rounded a.viadeo:hover { background-color: #f4982b !important; }
	.social-media.rounded a.wpbeginner:hover { background-color: #ff6600 !important; }
	.social-media.rounded a.wpforms:hover { background-color: #b6581a !important; }
	
	
	/* DEFAULT COLOR */
	.social-media.default-color a:hover {
		color: #003300 !important;
	}
	
	.social-media.bordered.default-color a:hover {
		border-color: #003300 !important;
		color: #003300 !important;
	}
	
	.social-media.rounded.default-color a:hover {
		background-color: #003300 !important;
		color: #fff !important;
	}
	
/***********************************************************************************
 *	+ PIE CHARTS
 ***********************************************************************************/
	
	.pie-chart-container {
		margin-bottom: 50px;
		text-align: center;
	}
	
	.pie-chart {
		position: relative;
		text-align: center;
	}
	
	.pie-chart canvas {
		max-width: 100%;
	}
	
	.pie-chart-percent {
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
		color: #212121;
		font-family: "Montserrat", sans-serif;
		font-size: 18px;
		font-weight: 700;
		margin-top: -3px;
		-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
				transform: translateY(-50%);
	}
	
	.pie-chart-details {
		color: #838383;
		font-size: 12px;
		letter-spacing: 2px;
		text-transform: uppercase;
	}

/***********************************************************************************
 *	+ PROGRESS BARS
 ***********************************************************************************/
 
	.progress {
		overflow: visible;
		height: 4px;
		border-radius: 2px;
		margin-bottom: 5px;
		background-color: #e6e6b3;
		box-shadow: none;
	}

	.progress-bar {
		position: relative;
		border-radius: 2px;
		background-color: #003300;
		box-shadow: none;
	}

	.progress-bar span {
		position: absolute;
		top: 10px;
		right: 0;
		color: #838383;
		font-size: 12px;
	}

	.progress-bar-title {
		margin-bottom: 15px;
		font-size: 12px;
		letter-spacing: 2px;
		text-transform: uppercase;
	}
	
/***********************************************************************************
 *	+ COUNTER
 ***********************************************************************************/
 
	.counter {
		margin-bottom: 50px;
		text-align: center;
	}
	
	.counter-value {
		color: #212121;
		font-family: "Montserrat", sans-serif;
		font-size: 60px;
		line-height: 72px;
	}
	
	.counter-value:before {
		margin-right: 5px;
		content: attr(data-symbol-before);
	}
	
	.counter-value:after {
		margin-left: 5px;
		content: attr(data-symbol-after);
	}
	
	.counter-details {
		margin-top: 10px;
	}
	
	.counter-details h3 {
		margin-bottom: 0;
		font-size: 20px;
		font-weight: 700;
	}
	
	.counter-details p {
		margin-bottom: 0;
		color: #003300;
	}
	
/***********************************************************************************
 *	+ COUNTDOWN
 ***********************************************************************************/
	
	.countdown {
		margin-bottom: 50px;
	}
	
	.countdown > div {
		position: relative;
		float: left;
		width: 25%;
		color: #212121;
		font-family: "Montserrat", sans-serif;
		font-size: 60px;
		line-height: 68px;
		text-align: center;
	}
	
	.countdown > div > span {
		display: block;
		color: #003300;
		font-family: "Open Sans", sans-serif;
		font-size: 20px;
		font-weight: 700;
	}
	
	.countdown:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
	}
	
	@media (min-width: 768px) and (max-width: 991px) {
		
		.countdown > div {
			font-size: 48px;
			line-height: 48px;
		}
		
	}
	
	
	@media (max-width: 767px) {
		
		.countdown > div {
			font-size: 38px;
			line-height: 34px;
		}
		
		.countdown > div > span {
			font-size: 14px;
		}
		
	}
	
/***********************************************************************************
 *	+ STATISTICS
 ***********************************************************************************/
	
	.statistics-container {
		margin-bottom: 50px;
	}
	
	#line-chart {
		padding: 10px 30px;
		border-radius: 5px;
		background-color: #fff;
		box-shadow: 0 24px 18px 0 rgba(0, 0, 0, 0.34);
	}
	
	#bar-chart {
		padding: 30px;
		border-radius: 5px;
		background-color: #fff;
		box-shadow: 0 24px 18px 0 rgba(0, 0, 0, 0.34);
	}
	
	#area-chart {
		padding: 10px;
		border-radius: 5px;
		box-shadow: 0 24px 18px 0 rgba(0, 0, 0, 0.34);
	}
	
	@media (max-width: 767px) {
		
		#line-chart,
		#area-chart {
			padding: 0;
		}
		
		#bar-chart {
			padding: 10px;
		}
		
	}
	
/***********************************************************************************
 *	+ PRICE PLAN
 ***********************************************************************************/

	.price-plan {
		position: relative;
		z-index: 1;
		padding: 80px 45px;
		border: 1px solid #d7d7d7;
		margin-bottom: 50px;
		background-color: #fff;
		color: #212121;
		text-align: center;
		-webkit-transform: translateZ(0);
			-ms-transform: translateZ(0);
				transform: translateZ(0);
	}
	
	.price-plan:before,
	.price-plan:after {
		position: absolute;
		z-index: -1;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: -2px;
		content: "";
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}

	.price-plan:before {
		border-right: 2px solid #003300;
		border-left: 2px solid #003300;
		-webkit-transform: scaleY(0);
			-ms-transform: scaleY(0);
				transform: scaleY(0);
		-webkit-transform-origin: 100% 0;
			-ms-transform-origin: 100% 0;
				transform-origin: 100% 0;
	}

	.price-plan:after {
		border-top: 2px solid #003300;
		border-bottom: 2px solid #003300;
		-webkit-transform: scaleX(0);
			-ms-transform: scaleX(0);
				transform: scaleX(0);
		-webkit-transform-origin: 0 100%;
			-ms-transform-origin: 0 100%;
				transform-origin: 0 100%;
	}
	
	.price-plan-header {
		margin-bottom: 30px;
	}
	
	.price-plan-header h3 {
		font-size: 40px;
		line-height: 80px;
	}
	
	.price-plan-header h3 small {
		color: #838383;
		font-family: "Open Sans", sans-serif;
		font-size: 12px;
	}
	
	.price-plan-header h2 {
		display: inline-block;
		padding: 4px 40px;
		border-radius: 12px;
		margin: 0 auto 20px;
		background-color: #003300;
		color: #fff;
		font-size: 30px;
		line-height: 55px;
		text-transform: uppercase;
	}
	
	.price-plan ul {
		margin-bottom: 50px;
		color: #212121;
		font-size: 16px;
		list-style: none;
	}
	
	.price-plan ul li {
		padding-bottom: 10px;
		border-bottom: 1px solid #d7d7d7;
		margin-bottom: 10px;
	}
	
	.price-plan ul li:last-child {
		padding-bottom: 0;
		border-bottom: none;
		margin-bottom: 0;
	}
	
	.price-plan > *:last-child {
		margin-bottom: 0;
	}
	
	.price-plan:hover {
		border-color: #003300;
	}
	
	.price-plan:hover:before {
		-webkit-transform: scaleY(1);
			-ms-transform: scaleY(1);
				transform: scaleY(1);
	}
	.price-plan:hover:after {
		-webkit-transform: scaleX(1);
			-ms-transform: scaleX(1);
				transform: scaleX(1);
	}
	
	@media (min-width: 768px) and (max-width: 991px) {
		
		.price-plan {
			padding: 60px 20px;
		}
		
		.price-plan-header h6 {
			padding: 0 20px;
		}
		
	}

/***********************************************************************************
 *	+ TIMELINE
 ***********************************************************************************/
 
	.vertical-timeline {
		padding-top: 30px;
		border-left: 1px solid #d7d7d7;
		margin-bottom: 50px;
		list-style: none;
	}
	
	.vertical-timeline li {
		position: relative;
		margin-bottom: 40px;
	}
	
	.vertical-timeline li:before {
		position: absolute;
		z-index: 2;
		top: 7px;
		left: 0;
		display: block;
		width: 12px;
		height: 12px;
		border: 1px solid #d7d7d7;
		border-radius: 50%;
		margin-left: -1px;
		background-color: #fff;
		content: "";
		-webkit-transform: translateX(-50%);
			-ms-transform: translateX(-50%);
				transform: translateX(-50%);
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.vertical-timeline li .period {
		float: left;
		width: 150px;
		color: #212121;
		font-family: "Montserrat", sans-serif;
		font-size: 18px;
		line-height: 30px;
		text-align: center;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.vertical-timeline li .period-details {
		position: relative;
		padding-left: 180px;
	}
	
	.vertical-timeline li .period-details:before {
		position: absolute;
		z-index: 1;
		top: 10px;
		left: -1px;
		bottom: -45px;
		border-left: 1px solid transparent;
		content: "";
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.vertical-timeline li:last-child .period-details:before {
		bottom: 0;
	}
	
	.vertical-timeline li .period-details h5 {
		font-weight: 700;
		text-transform: uppercase;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.vertical-timeline li .period-details h5 a {
		display: inline-block;
		border-bottom: 1px solid transparent;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.vertical-timeline li .period-details h5 a:hover {
		border-bottom-color: #003300;
	}
	
	.vertical-timeline li:hover:before {
		top: 4px;
		width: 23px;
		height: 23px;
		border: 2px solid #003300;
	}
	
	.vertical-timeline li:hover .period {
		color: #003300;
		font-size: 30px;
	}
	
	.vertical-timeline li:hover .period-details:before {
		border-left-color: #003300;
	}
	
	.vertical-timeline li:hover .period-details h5 {
		color: #003300;
	}
	
	@media (max-width: 767px) {
		
		.vertical-timeline {
			border-left: none;
		}
		
		.vertical-timeline li .period {
			float: none;
			width: 100%;
			padding-left: 20px;
			margin-bottom: 20px;
			text-align: left;
		}
		
		.vertical-timeline li .period-details:before {
			top: -23px;
			bottom: -47px;
		}
		
		.vertical-timeline li .period-details {
			padding-left: 30px;
		}
		
	}
 
/***********************************************************************************
 *	+ TESTIMONIALS
 ***********************************************************************************/
	
	
	/* TESTIMONIALS */
	.testimonial {
		padding: 0px 5px 20px;
		margin-bottom: 50px;
		color: #838383;
		text-align: center;
	}
	
	.testimonial blockquote {
		padding-left: 0;
		margin-bottom: 40px;
		font-size: 15px;
		font-style: italic;
	}
	
	.testimonial blockquote:before {
		position: relative;
		display: block;
		border: none;
		margin-bottom: 10px;
		color: #003300;
		font-size: 48px;
		font-style: normal;
		content: "\201c";
	}
	
	.testimonial > img {
		display: inline-block;
		margin-bottom: 30px;
	}
	
	.testimonial > h5 {
		padding-top: 20px;
		border-top: 1px solid #333333;
		margin: 0 -15px;
	}
	
	.testimonial > h5 span {
		color: #003300;
		font-weight: 500;
	}
	
	.testimonial > h5 small {
		display: block;
		margin-top: 5px;
		color: #003300;
		font-family: "Open Sans", sans-serif;
		font-size: 11px;
		letter-spacing: 2px;
		text-transform: uppercase;
	}

/***********************************************************************************
 *	+ ISOTOPE
 ***********************************************************************************/
	
	.isotope {
		margin-bottom: 75px;
	}
	
	.isotope.gutter {
		margin: -15px -15px 50px;
	}
	
	.isotope .isotope-item {
		float: left;
		width: 25%;
	}
	
	.isotope.gutter .isotope-item {
		padding: 15px;
	}
	
	.isotope.col-3 .isotope-item {
		width: 33.333333%;
	}
	
	.isotope.col-4 .isotope-item {
		width: 25%;
	}
	
	.isotope .portfolio-item {
		margin-bottom: 0;
	}
	
	.isotope:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
	}
	
	@media (min-width: 768px) and (max-width: 991px) {
		
		.isotope.col-4 .isotope-item {
			width: 33.33333%;
		}
		
	}
	
	@media (max-width: 767px) {
		
		.isotope .isotope-item,
		.isotope.col-3 .isotope-item,
		.isotope.col-4 .isotope-item {
			float: none;
			width: 100%;
		}
		
	}
	
	@media (min-width: 480px) and (max-width: 767px) {
		
		.isotope .isotope-item,
		.isotope.col-3 .isotope-item,
		.isotope.col-4 .isotope-item {
			float: left;
			width: 50%;
		}
		
	}
	
/***********************************************************************************
 *	+ FILTER
 ***********************************************************************************/
 
	.filter {
		list-style: none;
		margin-bottom: 20px;
	}
	
	.filter li {
		display: inline-block;
		margin-right: 15px;
		text-align: center;
	}
	
	.filter li:last-child {
		margin-right: 0;
	}
	
	.filter li a {
		display: block;
		text-decoration: none;
		padding: 4px 25px;
		color: #ffffff;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
		border-color: #003300 ;
		background-color: #003300 ;
	}
	
	.filter li a:hover,
	.filter li a.active {
		border-color: #99cc00;
		background-color: #99cc00;
		color: #fff;
	}
	
	@media (max-width: 790px) {
		
		.filter li {
			display: inline-block;
			margin-right: 0;
			margin-bottom: 15px;
		}
		
		.filter li:last-child {
			margin-bottom: 0;
		}
		
	}


/***********************************************************************************
 *	+ BREADCRUMB
 ***********************************************************************************/
	
	.breadcrumb {
		background-color: transparent;
		margin: 0;
		padding: 0;

	}

	.breadcrumb > li + li:before {
		padding: 0;
		margin: 0 10px 0 7px;
		color: #2e2925;
		font-family: "FontAwesome";
		content: "\f105";
	}

	.breadcrumb li a {
		color: #2e2925;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}

	.breadcrumb li a:hover {
		color: #99cc00;
		text-decoration: none;
	}

	.breadcrumb li.active {
		color: #003300;
	}
	
/***********************************************************************************
 *	+ FULL SECTIONS
 ***********************************************************************************/
	
	.full-section {
		position: relative;
		z-index: 1;
        margin-top:100px;
        margin-bottom:100px;


		background: no-repeat center center;
	}
	
	.full-section-overlay-color {
		position: absolute;
		z-index: 2;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background-color: #000;
		opacity: 0.65;
	}
	
	.full-section-container {
		position: relative;
		z-index: 3;
        padding:20px;
	}
	
	
	/* FULL SCREEN */
	.full-screen {
		margin-bottom: -50px;
	}
	
	.full-screen .full-section-container {
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
		-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
				transform: translateY(-50%);
	}
	
	
	/* PARALLAX */
	.parallax { 
		background-attachment: fixed !important;
		-webkit-background-size: cover !important;
				background-size: cover !important;	
	}
	
	
	/* FULL SECTION WITH HALF IMAGE/SOLID COLOR */
	.half-image-left,
	.half-image-right {
		position: absolute;
		top: 0;
		bottom: 0;
		width: 50%;
		background: no-repeat center center;
		-webkit-background-size: cover;
				background-size: cover;
	}
	
	.half-image-left {
		left: 0;
	}
	
	.half-image-right {
		right: 0;
	}
	
	.half-image-left img,
	.half-image-right img {
		display: none;
	}
	
	
	/* ELEMENTS IN DARK SECTION */
	.full-section.dark-section {
		background-color: #212121;
		color: #fff;
        border-bottom: 11px;
        border-top: 11px;
        border-image: url(images/copyrightbar.png)
	}
	
	.full-section.dark-section a,
	.full-section.dark-section h1,
	.full-section.dark-section h2,
	.full-section.dark-section h3,
	.full-section.dark-section h4,
	.full-section.dark-section h5,
	.full-section.dark-section h6,
	.full-section.dark-section .text-big {
		color: #003300;
	}
	
	.full-section.dark-section a:hover {
		color: #003300;
	}
	
	.full-section.dark-section .check-list,
	.full-section.dark-section .bullet-list {
		color: inherit;
	}
	
	.full-section.dark-section .btn-white {
		border: none;
		background-color: #fff;
		color: #212121;
	}
	
	.full-section.dark-section .btn:hover {
		color: #fff;
	}
	
	.full-section.dark-section .text-box {
		color: #212121;
	}
	
	.full-section.dark-section .text-box.bordered,
	.full-section.dark-section .text-box.bordered-default-color {
		color: inherit;
	}
	
	.full-section.dark-section .text-box .btn-dark,
	.full-section.dark-section .text-box .btn-default {
		color: #fff;
	}
	
	.full-section.dark-section .text-box .btn-dark:hover,
	.full-section.dark-section .text-box .btn-default:hover {
		color: #fff;
	}
	
	.full-section.dark-section .text-box.dark,
	.full-section.dark-section .text-box.default-color {
		color: #fff;
	}
	
	.full-section.dark-section .panel-title a,
	.full-section.dark-section .panel-title a:focus {
		color: #212121;
	}
	
	.full-section.dark-section .panel-title a:hover,
	.full-section.dark-section .panel-title a[aria-expanded="true"] {
		color: #fff;
	}
	
	.full-section.dark-section .nav-tabs > li > a {
		color: #212121;
	}
	
	.full-section.dark-section .nav-tabs > li > a:hover,
	.full-section.dark-section .nav-tabs > li.active > a {
		color: #fff;
	}
	
	.full-section.dark-section .pie-chart-percent,
	.full-section.dark-section .pie-chart-details {
		color: inherit;
	}
	
	.full-section.dark-section .progress-bar span {
		color: inherit;
	}
	
	.full-section.dark-section .counter-value {
		color: inherit;
	}
	
	.full-section.dark-section .countdown > div { 
		color: inherit;
	}
	
	.full-section.dark-section .price-plan-header h6 {
		color: #fff;
	}
	
	.full-section.dark-section .price-plan .btn-dark,
	.full-section.dark-section .price-plan .btn-default {
		color: #fff;
	}
	
	.full-section.dark-section .vertical-timeline li .period {
		color: inherit;
	}
	
	.full-section.dark-section .testimonial > h5 {
		color: #212121;
	}
	
	.full-section.dark-section .filter li a:hover {
		color: #fff;
	}
	
	.full-section.dark-section .pagination li a {
		color: #212121;
	}
	
	.full-section.dark-section .pagination li a:hover,
	.full-section.dark-section .pagination li.active a,
	.full-section.dark-section .pagination li.active a:hover {
		color: #fff;
	}
	
	.full-section.dark-section .service-box .service-box-content > a {
		color: inherit;
	}
	
	.full-section.dark-section .service-box .service-box-content > a:hover {
		color: #003300;
	}
	
	.full-section.dark-section .service-box.style-3:hover > i {
		color: inherit;
	}
	
	.full-section.dark-section .portfolio-item-hover a.zoom-action {
		color: #fff;
	}
	
	.full-section.dark-section .blog-article .date:hover {
		color: #fff;
	}
	
	.full-section.dark-section .widget-tags a {
		color: #838383;
	}
	
	.full-section.dark-section .widget-tags a:hover {
		color: #fff;
	}
	
	.full-section.dark-section .widget-recent-posts ul li .post-title {
		color: inherit;
	}
	
	.full-section.dark-section .widget-recent-posts ul li .post-title:hover {
		color: #003300;
	}
	
	
	/* BACKROUNDS AND STYLE FOR FULL SECTIONS */
	#section-1 {
		padding: 120px 0 100px;
		margin-top: 50px;
		margin-bottom: 0;
		background-color: #f4f8fd;
	}
	
	#section-1 .headline {
		margin-bottom: 50px;
	}
	
	#section-2 {
		padding: 50px 0 30px;
		margin-bottom: 0;
		background-color: #003300;
		font-size: 24px;
		line-height: 40px;
	}
	
	#section-2 .btn {
		margin-top: 17px;
	}
	
	#section-2 .btn-dark:after {
		background-color: #fff;
	}
	
	#section-2 .btn-dark:hover {
		background-color: #fff;
		color: #212121;
	}
	
	#section-3 {
		padding: 35px 0 15px;
		background-color: #003300 ;
		font-size: 24px;
		line-height: 40px;
	}
	
	#section-4 {
		padding: 120px 0 80px;
		margin-top: 50px;
		margin-bottom: 0;
		background-image: url(../../images/backgrounds/bg-1.jpg);
	}
	
	#section-5 {
		padding: 40px 0 20px;
		background-color: #003300;
	}
	
	#section-6 {
		padding: 80px 0 35px;
		margin-top: 50px;
		margin-bottom: -50px;
		background-image: url(../../images/backgrounds/bg-2.jpg)
	}
	
	#section-7 {
		padding: 120px 0 110px;
		margin-top: 50px;
		margin-bottom: 0;
		background-color: #e6e6b3;
	}
	
	#section-7 .headline {
		margin-bottom: 50px;
	}
	
	#section-8 {
		padding: 120px 0 80px;
		margin-top: 50px;
		margin-bottom: 0;
		background-image: url(../../images/backgrounds/bg-3.jpg);
	}
	
	#section-9 {
		padding: 170px 0 130px;
		margin-bottom: 0;
		background: url(../../images/backgrounds/bg-4.jpg) no-repeat left bottom;
		background-color: #f7f7f7;
	}
	
	#section-10 {
		padding: 80px 0 35px;
		margin-bottom: -50px;
		background-image: url(../../images/backgrounds/bg-5.jpg);
	}
	
	#section-11 {
		padding: 35px 0 15px;
		margin-top: 80px;
		margin-bottom: 0;
		background-color: #003300 ;
		font-size: 24px;
		line-height: 40px;
	}
	
	#section-12 {
		padding: 100px 0 60px;
		margin-top: 80px;
		margin-bottom: 0;
		background-image: url(../../images/backgrounds/bg-6.jpg);
	}
	
	#section-13 {
		padding: 100px 0 80px;
		margin-top: 50px;
		margin-bottom: -50px;
		background-color: #e6e6b3;
	}
	
	#section-14 {
		padding: 100px 0 50px;
		margin-top: 80px;
		margin-bottom: 0;
		background: url(../../images/backgrounds/bg-7.jpg) no-repeat right bottom;
		background-color: #f4f8fa;
	}
	
	#section-15 {
		padding: 60px 0;
		background-image: url(../../images/backgrounds/bg-8.jpg);
	}
	
	#section-16 {
		padding: 30px 30px 5px;
		border-left: 10px solid #003300;
		background-color: #e6e6b3;
	}
	
	#section-17 {
		padding: 100px 0 50px;
		margin-top: 50px;
		margin-bottom: 0;
		background: url(../../images/backgrounds/bg-4.jpg) no-repeat left bottom;
		background-color: #f7f7f7;
	}
	
	#section-17 .text-box {
		background-color: #fff;
	}
	
	#section-18 {
		padding: 100px 0 80px;
		margin-top: 50px;
		margin-bottom: -50px;
		background-image: url(../../images/backgrounds/bg-6.jpg);
	}

	#section-20 {
		padding: 120px 0 80px;
		margin-top: 00px;
		margin-bottom: 0;
		background-image: url(../../images/backgrounds/bg-1.jpg);
	}
	
	@media (min-width: 768px) and (max-width: 991px) {
		
		.half-image-left,
		.half-image-right {
			position: relative;
			width: 100%;
			background-image: none !important;
		}
		
		.half-image-left img,
		.half-image-right img {
			display: block;
			margin-bottom: 50px;
		}
		
		#section-1 {
			padding-top: 0;
		}
		
		#section-7 {
			padding-top: 0;
		}
		
	}
	
	
	@media (max-width: 767px) {
		
		.full-screen .full-section-container {
			position: relative;
			top: 0;
			-webkit-transform: translateY(0);
				-ms-transform: translateY(0);
					transform: translateY(0);
		}
		
		.half-image-left,
		.half-image-right {
			position: relative;
			width: 100%;
			background-image: none !important;
		}
		
		.half-image-left img,
		.half-image-right img {
			display: block;
			margin-bottom: 50px;
		}
		
		#section-1 {
			padding-top: 0;
		}
		
		#section-7 {
			padding-top: 0;
		}
		
	}

/***********************************************************************************
 *	+ VIDEO PLAYER
 ***********************************************************************************/	
	
	#local-video-section,
	#youtube-video-section {
		position: absolute;
		z-index: 1;
		overflow: hidden;
		top: 0;
		width: 100%;
		height: 100%;
	}
	
	#video-section {
		height: 700px;
		padding: 0;
		margin-top: 100px;
		margin-bottom: 0;
	}
	
	.youtube-player {
		display: none;
	}
	
	#video-section .full-section-container {
		position: absolute;
		z-index: 2;
		top: 50%;
		left: 0;
		width: 100%;
		-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
				transform: translateY(-50%);
	}
	
	.embed-responsive {
		margin-bottom: 20px;
	}
	
	#local-video-section video {
		width: 100%;
	}
	
/***********************************************************************************
 *	+ SCROLL UP
 ***********************************************************************************/
	
	#scroll-up {
		position: fixed;
		z-index: 8000;
		bottom: 50px;
		right: 50px;
		display: none;
		width: 46px;
		height: 46px;
		background-color: #003300;
		color: #99cc00;
		font-size: 24px;
		line-height: 42px;
		text-align: center;
		text-decoration: none;
		cursor: pointer;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
        border-radius: 100px;
	}

	#scroll-up:hover {
		background-color: #99cc00;
		color: #003300;
	}
	
	@media (max-width: 767px) {
		
		#scroll-up {
			right: 20px;
			bottom: 20px;
		}
		
	}

/***********************************************************************************
 *	+ SLIDERS
 ***********************************************************************************/
	
	/* REVOLUTION SLIDER */
	.rev_slider_wrapper {
		margin-bottom: 100px;
		height: 650px;
	}
	
	
	/* BULLETS */
	.tp-bullets.custom .tp-bullet {
		width: 16px;
		height: 16px;
		background-color: #003300 ;
        border-radius;50%;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}

	.tp-bullets.custom .tp-bullet:hover,
	.tp-bullets.custom .tp-bullet.selected {
		background-color: #003300;
	}


	/* TYPOGRAPHY */
	.tp-caption.title {
		color: #fff;
		font-size: 72px;
		line-height: 72px;
		font-weight: 800;
        font-family: 'Montserrat', cursive;
	}
	
	.tp-caption.title-2 {
		color: #002047;
		font-size: 72px;
		line-height: 72px;
		font-weight: 800;

	}
	
	.tp-caption.title-2 span {
		margin: 0 -15px;
		font-family: "Open Sans", sans-serif;
		font-size: 48px;
		font-weight: 300;
		text-transform: lowercase;
	}
	
	.tp-caption.title-small {
		color: #003300;
		font-size: 36px;
		line-height: 48px;
		font-weight: 800;
		text-transform: uppercase;
	}
	
	.tp-caption.title-small-2 {
		color: #fff;
font-family: 'Bangers', cursive;
		font-size: 60px;
		line-height: 72px;
		font-weight: 700;
	}
	
	.tp-caption.title-small-2 .text-light {
		font-family: "Open Sans", sans-serif;
		font-weight: 300;
	}
	
	.tp-caption.title-small-2 .text-light span {
		color: #003300;
	}
	
	.tp-caption.subtitle {
		color: #fff;
		font-size: 18px;
		line-height: 30px;
		font-weight: 600;
	}
	
	.tp-caption.subtitle-2 {
		color: #003300;
		font-size: 18px;
		line-height: 30px;
		font-weight: 600;
	}
	
	.tp-caption.subtitle-3 {
		color: #003300;
		font-family: "Montserrat", sans-serif;
		font-size: 32px;
		line-height: 42px;
	}
	
	.tp-caption.subtitle-4 {
		color: #003300;
		font-family: "Montserrat", sans-serif;
		font-size: 24px;
		line-height: 36px;
	}
	
	.tp-caption.text {
		color: #fff;
		font-size: 16px;
		line-height: 26px;
	}
	
	.tp-caption.text-2 {
		color: #838383;
		font-size: 16px;
		line-height: 26px;
	}
	
	.tp-caption.link a {
		display: block;
		width: 460px;
		padding: 10px 50px;
		border-radius: 4px;
		background-color: #001631;
		color: #fff;
		font-size: 14px;
		font-weight: 600;
		text-decoration: none;
		text-transform: uppercase;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.tp-caption.link a:hover {
		background-color: #003300;
	}
	
	.tp-caption.rectangle {
		width: 755px;
		height: 320px;
		border-top: 3px solid #003300;
		background-color: #003300 ;
	}
	
	.tp-caption.rectangle-2 {
		width: 460px;
		height: 405px;
		border-radius: 20px;
		background-color: #23447f;
	}
	
	@media (min-width: 768px) and (max-width: 991px) {
		
		.tparrows.tp-leftarrow,
		.tparrows.tp-rightarrow {
			display: none;
		}
		
		.tp-caption.rectangle {
			width: 470px;
			height: 250px;
			margin-left: 30px;
		}
		
		.tp-caption .btn {
			padding: 9px 25px;
			font-size: 10px;
		}
		
		.tp-caption.title-2 span {
			margin: 0 -5px;
		}
		
		.tp-caption.rectangle-2 {
			width: 350px;
			height: 300px;
		}
		
		.tp-caption.link a {
			width: 350px;
			padding-left: 35px;
		}
		
	}
	
	@media (max-width: 767px) {
		
		.tparrows.tp-leftarrow,
		.tparrows.tp-rightarrow {
			display: none;
		}
		
		.tp-bullets.custom {
			top: auto !important;
			bottom: -30px !important;
		}
		
		.tp-caption.rectangle {
			width: 220px;
			height: 100px;
			margin-left: 30px;
		}
		
		.tp-caption .btn {
			padding: 4px 15px;
			font-size: 4px;
		}
		
		.tp-caption.title-2 span {
			margin: 0;
			font-size: 20px;
		}
		
		.tp-caption.rectangle-2 {
			width: 150px;
			height: 120px;
			border-radius: 10px;
		}
		
		.tp-caption.link a {
			width: 150px;
			padding: 5px 15px;
			margin-top: 10px;
			font-size: 6px;
		}
		
	}
	
	@media (min-width: 480px) and (max-width: 767px) {
		
		.tp-caption.rectangle {
			width: 300px;
			height: 150px;
			margin-left: 30px;
		}
		
		.tp-caption .btn {
			padding: 6px 20px;
			font-size: 6px;
		}
		
		.tp-caption.rectangle-2 {
			width: 250px;
			height: 180px;
		}
		
		.tp-caption.link a {
			width: 250px;
			padding: 8px 20px;
			font-size: 8px;
		}
		
	}


	/* OWL Carousel */
	.owl-carousel {
		margin-bottom: 30px;
	}
	
	.owl-carousel .owl-item img {
		display: inline;
		width: auto;
	}
	
	.owl-dots {
		position: absolute;
		bottom: -30px;
		left: 0;
		width: 100%; 
		text-align: center;
	}
	
	.owl-dot {
		display: inline-block;
		width: 15px;
		height:15px;
		margin-right: 5px;
		background-color: #003300 ;
        border-radius: 100px;

	}
	
	.owl-dot:hover,
	.owl-dot.active {
		background-color: #99cc00;
	}
	
	.owl-dot:last-child {
		margin-right: 0;
	}
	
	.owl-prev,
	.owl-next {
		position: absolute;
		top: 50%;
		width: 32px;
		height: 32px;
		text-align: center;
		-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
				transform: translateY(-50%);
	}
	
	.owl-prev {
		left: -20px;
	}
	
	.owl-next {
		right: -20px;
	}
	
	.owl-prev:before,
	.owl-next:before {
		font-family: "FontAwesome";
		font-size: 24px;
	}
	
	.owl-prev:before {
		content: "\f104";
	}
	
	.owl-next:before {
		content: "\f105";
	}
	
	.owl-prev:hover,
	.owl-next:hover {
		opacity: 0.5;
	}
	
	/* TESTIMONIALS SLIDER */
	.testimonials-slider .owl-prev {
		left: -40px;
	}
	
	.testimonials-slider .owl-next {
		right: -40px;
	}
	
	.testimonials-slider .owl-dots {
		bottom: -10px;
		display: none !important; 
	}
	
	
	/* LOGOS SLIDER */
	.logos-slider {
		margin-bottom: 30px;
		text-align: center;
	}
	
	.logos-slider .item a {
		display: block;
		height: 90px;
		padding: 0 20px;
		text-align: center;
		background: no-repeat top center;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.logos-slider .item a:hover {
		background-position: bottom center;
	}
	
	
	@media (min-width: 768px) and (max-width: 991px) {
		
		.testimonials-slider .owl-dots {
			display: block !important;
		}
		
		.testimonials-slider .owl-prev,
		.testimonials-slider .owl-next {
			display: none !important;
		}
		
	}
	
	@media (max-width: 767px) {
		
		.owl-dots {
			bottom: -25px;
		}
		
		.testimonials-slider .owl-dots {
			display: block !important;
		}
		
		.testimonials-slider .owl-prev,
		.testimonials-slider .owl-next {
			display: none !important;
		}
		
	}
	
/***********************************************************************************
 *	+ FANCYBOX
 ***********************************************************************************/
	
	.fancybox-overlay {
		background: rgba(0, 0, 0, 0.8);
	}

/***********************************************************************************
 *	+ ANIMATIONS
 ***********************************************************************************/
	
	.wow {
		visibility: hidden;
	}
	
	.wow.animated {
		visibility: visible;
	}
	
/***********************************************************************************
 *	+ WIDGETS
 ***********************************************************************************/
	
	.widget {
		margin-bottom: 75px;
	}
	
	.widget-title {
		margin-bottom: 35px;
		text-transform: uppercase;
	}
	
	/* WIDGET TEXT */
	.widget-text {}
	
	.widget-text div > *:last-child {
		margin-bottom: 0;
	}
	
	.copyright {
		margin-top: 8px;
		text-align: center;
	}
	
	
	/* WIDGET SERACH */
	.widget-search {}
	
	.widget-search form {
		position: relative;
	}
	
	.widget-search #s {
		width: 100%;
		height: 45px;
		padding-right: 30px;
		border: none;
		border-bottom: 1px solid #ebebeb;
		background-color: transparent;
	}
	
	.widget-search #s:focus {
		border-color: #003300;
	}
	
	
	/* WIDGET CATEGORIES */
	.widget-categories {}
	
	.widget-categories ul {
		margin-bottom: 0;
		list-style: none;
	}
	
	.widget-categories ul li {
		margin-bottom: 15px;
	}
	
	.widget-categories ul li:last-child {
		margin-bottom: 0;
	}
	
	.widget-categories ul li a {
		position: relative;
		display: block;
		padding-left: 20px;
		color: #838383;
		font-weight: 500;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.widget-categories ul li a:before {
		position: absolute;
		top: 10px;
		left: 0;
		display: inline-block;
		width: 6px;
		height: 6px;
		border-radius: 50%;
		background-color: #003300;
		opacity: 0;
		content: "";
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.widget-categories ul li a:hover {
		color: #212121;
		text-decoration: none;
	}
	
	.widget-categories ul li a:hover:before {
		opacity: 1;
	}
	
	
	/* WIDGET CATEGORIES DROPDOWN */
	.widget-categories-dropdown {}
	
	
	/* WIDGET ARCHIVES */
	.widget-archives {}
	
	.widget-archives ul {
		margin-bottom: 0;
		list-style: none;
	}
	
	.widget-archives ul li {
		margin-bottom: 15px;
	}
	
	.widget-archives ul li:last-child {
		margin-bottom: 0;
	}
	
	.widget-archives ul li a {
		color: #838383;
		font-weight: 500;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.widget-archives ul li a:before {
		position: relative;
		top: -2px;
		display: inline-block;
		width: 6px;
		height: 6px;
		border-radius: 50%;
		margin-right: 15px;
		background-color: #003300;
		opacity: 0;
		content: "";
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.widget-archives ul li a:hover {
		color: #212121;
		text-decoration: none;
	}
	
	.widget-archives ul li a:hover:before {
		opacity: 1;
	}
	
	
	/* WIDGET ARCHIVES DROPDOWN */
	.widget-archives-dropdown {}
	
	
	/* WIDGET PAGES */
	.widget-pages {}
	
	.widget-pages ul {
		margin-bottom: 0;
		list-style: none;
	}
	
	.widget-pages ul li {
		margin-bottom: 15px;
	}
	
	.widget-pages ul li:last-child {
		margin-bottom: 0;
	}
	
	.widget-pages ul li a {
		color: #003300;
		font-weight: 500;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.widget-pages ul li a:before {
		position: relative;
		top: -2px;
		display: inline-block;
		width: 6px;
		height: 6px;
		border-radius: 50%;
		margin-right: 15px;
		background-color: #003300;
		opacity: 0;
		content: "";
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.widget-pages ul li a:hover {
		color: #ffffff;
		text-decoration: none;
	}
	
	.widget-pages ul li a:hover:before {
		opacity: 1;
	}
	
	
	/* WIDGET METADATA */
	.widget-metadata {}
	
	.widget-metadata ul {
		margin-bottom: 0;
		list-style: none;
	}
	
	.widget-metadata ul li {
		margin-bottom: 15px;
	}
	
	.widget-metadata ul li:last-child {
		margin-bottom: 0;
	}
	
	.widget-metadata ul li a {
		color: #838383;
		font-weight: 500;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.widget-metadata ul li a:before {
		position: relative;
		top: -2px;
		display: inline-block;
		width: 6px;
		height: 6px;
		border-radius: 50%;
		margin-right: 15px;
		background-color: #003300;
		opacity: 0;
		content: "";
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.widget-metadata ul li a:hover {
		color: #212121;
		text-decoration: none;
	}
	
	.widget-metadata ul li a:hover:before {
		opacity: 1;
	}
	
	
	/* WIDGET TAGS */
	.widget-tags {}
	
	.widget-tags a {
		position: relative;
		z-index: 1;
		overflow: hidden;
		display: inline-block;
		padding: 5px 18px;
		margin: 5px 5px 5px 0;
		background-color: #f1f1f1;
		color: #838383;
		text-decoration: none;
		text-transform: uppercase;
		-webkit-transform: translateZ(0);
			-ms-transform: translateZ(0);
				transform: translateZ(0);
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.widget-tags a:after {
		position: absolute;
		z-index: -1;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		border-radius: 20px;
		background-color: #003300;
		content: "";
		-webkit-transform: scale(0);
			-ms-transform: scale(0);
				transform: scale(0);
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.widget-tags a:hover {
		border-color: #003300;
		background-color: #003300;
		color: #fff;
	}
	
	.widget-tags a:hover:after {
		-webkit-transform: scale(1);
			-ms-transform: scale(1);
				transform: scale(1);
	}
	
	@media (min-width: 768px) and (max-width: 991px) {
		
		.widget-tags a {
			padding: 3px 12px;
			font-size: 12px;
		}
		
	}
	
	
	/* WIDGET NEWSLETTER */
	.widget-newsletter {}
	
	.widget-newsletter form {
		position: relative;
	}
	
	.widget-newsletter #newsletter-email {
		width: 100%;
		height: 44px;
		padding-right: 140px;
		padding-right: 140px;
		border-radius: 15px;
	}
	

	
	.newsletter-bordered {
		border: 10px solid #f1f1f1;
		background-color: #f1f1f1;
	}
	
	.newsletter-bordered #newsletter-email {
		padding-right: 20px;
		border-radius: 0;
		margin-bottom: 10px;
	}
	
	.newsletter-bordered button[type="submit"] {
		position: relative;
		width: 100%;
		border-radius: 5px;
		margin-bottom: 0;
	}
	
	.newsletter-bordered button[type="submit"]:after {
		border-radius: 5px;
	}
	
	@media (min-width: 768px) and (max-width: 991px) {
		
		.widget-newsletter #newsletter-email {
			padding-right: 20px;
		}
		
		.newsletter-bordered {
			padding: 0;
			border: none;
			background-color: transparent;
		}
		
	}
	
	@media (max-width: 767px) {
		
		.widget-newsletter #newsletter-email {
			padding-right: 20px;
		}
		
		.widget-newsletter button[type="submit"] {
			position: relative;
			right: 0;
			border-radius: 15px;
		}
		
		.newsletter-bordered button[type="submit"] {
			border-radius: 5px;
		}
		
	}
	
	
	/* WIDGET RECENT POSTS */
	.widget-recent-posts {}
	
	.widget-recent-posts ul {
		list-style: none;
		margin-bottom: 0;
	}
	
	.widget-recent-posts ul li {
		margin-bottom: 20px;
	}
	
	.widget-recent-posts ul li:last-child {
		margin-bottom: 0;
	}
	
	.widget-recent-posts ul li img {
		float: left;
		margin-right: 20px;
		margin-bottom: 20px;
	}
	
	.widget-recent-posts ul li .post-title {
		color: #212121;
		font-family: "Montserrat", sans-serif;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.widget-recent-posts ul li .post-details {
		margin-top: 5px;
		font-size: 12px;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.widget-recent-posts ul li .post-details a {
		display: inline-block;
		padding-right: 5px;
		border-right: 1px solid #838383;
		margin-right: 2px;
		color: #838383;
		line-height: 12px;
		text-decoration: none;
	}
	
	.widget-recent-posts ul li .post-details a:last-child {
		padding-right: 0;
		border-right: 0;
		margin-right: 0;
	}
	
	.widget-recent-posts ul li .post-details a:before {
		position: relative;
		top: 2px;
		margin-right: 7px;
		font-family: "setup-icons";
		font-size: 14px;
	}
	
	.widget-recent-posts ul li .post-details a.author:before {
		content: "\e9ca";
	}
		
	.widget-recent-posts ul li .post-details a.date:before {
		content: "\e91c";
	}
	
	.widget-recent-posts ul li .post-title:hover {
		color: #003300;
		text-decoration: none;
	}
	
	.widget-recent-posts ul li .post-date {
		font-size: 12px;
	}
	
	.widget-recent-posts ul li:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
	}
	
	@media (min-width: 768px) and (max-width: 991px) {
		
		.widget-recent-posts ul li img {
			display: none;
		}
		
	}
	
	
	/* WIDGET RECENT COMMENTS */
	.widget-recent-comments {}
	
	.widget-recent-comments ul {
		list-style: none;
		margin-bottom: 0;
	}
	
	.widget-recent-comments ul li {
		margin-bottom: 20px;
	}
	
	.widget-recent-comments ul li:last-child {
		margin-bottom: 0;
	}
	
	
	/* WIDGET CALENDAR */
	.widget-calendar {}
	
	.widget-calendar table {
		width: 100%;
		text-align: center;
	}
	
	.widget-calendar table th, 
	.widget-calendar table td {
		padding: 5px;
		border-top: 1px solid #ebebeb;
		border-left: 1px solid #ebebeb;
		text-align: center;
	}
	
	.widget-calendar table th:last-child, 
	.widget-calendar table td:last-child {
		border-right: 1px solid #ebebeb;
	}
	
	.widget-calendar table tr:last-child td {
		border-bottom: 1px solid #ebebeb;
	}
	
	.widget-calendar table tfoot td,
	.widget-calendar table tfoot td:last-child,
	.widget-calendar table tfoot tr:last-child td {
		border: none;
	}
	
	.widget-calendar table td#today {
		background-color: #003300;
		color: #fff;
	}
	
	
	/* WIDGET FLICKR */
	.widget-flickr {}
	
	.flickr-photos {
		margin: -2px;
	}
	
	.flickr_badge_image {
		position: relative;
		float: left;
		padding: 2px;
	}
	
	.flickr_badge_image img {
		width: 64px;
		height: auto;
	}
	
	.flickr-photos:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
	}
	
	@media (min-width: 1200px) {
		
		.flickr_badge_image img {
			width: 80px;
		}
		
	}
	
	
	/* WIDGET INSTAGRAM */
	.widget-instagram {}
	
	#instafeed {
		margin: -2px;
	}
	
	#instafeed a {
		float: left;
		display: block;
		width: 72px;
	}
	
	#instafeed a img {
		display: block; 
		width: 100%;
		height: auto;
		padding: 2px;
	}
	
	#instafeed:after {
		visibility: hidden;
		display: block;
		height: 0;
		font-size: 0;
		content: " ";
		clear: both;
	}
	
	
	@media (min-width: 1200px) {
		
		#instafeed a {
			width: 90px;
		}
		
	}
	
	
	/* WIDGET CONTACT */
	.widget-contact {}
	
	.widget-contact ul {
		margin-bottom: 0;
		list-style: none;
	}
	
	.widget-contact ul li {
		position: relative;
		padding-left: 40px;
		margin-bottom: 35px;
	}
	
	.widget-contact ul li:last-child {
		margin-bottom: 0;
	}
	
	.widget-contact ul li i {
		position: absolute;
		top: 5px;
		left: 0;
		font-size: 24px;
		line-height: 24px;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.widget-contact ul li:hover i {
		color: #fff;
	}
	
	.widget-contact ul li a {
		color: #000000;
	}
	
	.widget-contact ul li small {
		display: block;
		font-size: 16px;
		letter-spacing: 1px;
		text-transform: uppercase;
	}
	
	@media (min-width: 768px) and (max-width: 991px) {
		
		.widget-contact ul li {
			padding-left: 0;
		}
		
		.widget-contact ul li i {
		display: none;	
		}
		
	}


	@media (min-width: 768px) and (max-width: 991px) {
		
		.widget-contact ul li {
			padding-left: 0;
		}
		
		.widget-contact ul li i {
			display: none;
		}
		
	}




	
	
	/* WIDGET SOCIAL */
	.widget-social {}
	
	.widget-social .social-media {
		margin-bottom: 0;
	}
 /***********************************************************************************
 *	+ PAGINATION
 ***********************************************************************************/
 
	.pagination {
		display: block;
		margin-top: 0;
		margin-bottom: 50px;
    text-align:center;
	}

	.pagination li {
		display: inline-block;
		margin-right: 3px;
	}

	.pagination li:last-child {
		margin-right: 0;
	}

	.pagination li a {
		display: block;
		width: 38px;
		height: 38px;
    padding:6px 9px 5px 9px;
		border: none;
		border-radius: 5px;
		background-color: #99cc00;
		color: #003300;
		font-size: 12px;
		line-height: 28px;
		text-align: center;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.pagination li.prev a,
	.pagination li.next a {
		background-color: #99cc00;
		color: #003300;
	}

	.pagination > li:last-child > a,
	.pagination > li:first-child > a,
	.pagination > li:last-child > span,
	.pagination > li:first-child > span {
		border-radius: 5px;
	}

	.pagination li a:hover,
	.pagination li.active a,
	.pagination li.active a:hover {
		background-color: #99cc00;
		color: #003300;
	}
	.pagination .current{
    font-weight: bold;
    background: #003300;
    color: #99cc00;
}
.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
margin-bottom:20px;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}



.list {
  margin: 20px auto;
}

.img-list a {
  text-decoration: none;
}

.li-sub p {
  margin: 0;
}

.list li {
  border-bottom: 1px solid #99cc00;
  display: table;
  border-collapse: collapse;
  width: 100%;
margin-bottom:10px;
margin-right:10px;
}
.inner {
  display: table-row;
  overflow: hidden;
}
.li-img {
  display: table-cell;
  vertical-align: top;
  width: 20%;
  padding-right: 1em;
padding-top:15px;
}
.li-img img {
  display: block;
  width: 100%;
  height: auto;
 
}
.li-text {
  display: table-cell;
  vertical-align: middle;
  width: 80%;
}
.li-head {
  margin: 10px 0 0 0;
font-weight:bold;
}
.li-sub {
  margin: 0;
}

@media all and (min-width: 45em) {
  .list li {
    float: left;
    width: 100%;
  }
}

@media all and (min-width: 75em) {
  .list li {
    width: 100%;
  }
}

/* for flexbox */
@supports(display: flex) {
  .list {
    display: flex;
    flex-wrap: wrap;
  }
  
  .li-img,
  .li-text,
  .list li {
    display: block;
    float: none;
  }

  .li-img {
    align-self: top; /* to match the middle alignment of the original */
  }
  
  .inner {
    display: flex;
  }
}

/* for grid */
@supports(display: grid) {
  .list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  }
  
  .list li {
    width: auto; /* this overrides the media queries */
  }
}


@media screen and (max-width: 990px) and (min-width: 770px) {
		
		.portfolio-item-details p {
			 display: none;
		}
.thumbnail-btn {
 bottom:   15px;
width:35%;
  left: 35%;
  right: 35%;
margin-left:-10px;
}

h1:before,
h1:after {
visibility: hidden;
}
	
	}

.thumb-image {
        border: 1px solid #f0f0f0;
        padding:10px;
        margin:15px;
}


.centered .thumb-image {
        border: 1px solid #f0f0f0;
        padding:10px;
        margin:15px;
}



.thumb-grid {
        border: 1px solid #f0f0f0;
        padding:10px;
}

.grid-overlay {
  position: absolute; /* Position the background text */
  bottom: 0; /* At the bottom. Use top:0 to append it to the top */
  background: rgb(13, 62, 1); /* Fallback color */
  background: rgba(13, 62, 1, 0.8); /* Green background with 0.5 opacity */
  color: #f1f1f1; /* Grey text */
  width: 100%; /* Full width */
  padding: 5px; /* Some padding */
 text-align: center;
  font-size:12px;
font-weight:bold;
}

.white{

color:#ffffff!important;
}


* {
  padding: 0;
  /* Standard Reset, and we're adding box-sizing:border-box because it's awesome. */
  
  margin: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
}


.content-box {
  width: 100%;
  height: 400px;
  max-width:80%;
  margin: 94px auto 0 auto;
  position: relative;
  /* So we can position the banner within the box */
  
  background: gray;
  border: 5px solid white;
  box-shadow: 0 0 10px rgba(0, 0, 0, .3);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

.ribbon-container {
margin-bottom:0px;  
  font-size: 14px;
font-weight:bold;
  /* font-size and line-height must be equal so we can account for the height of the banner */
  line-height: 14px;
}


.ribbon-container a {
  display: block;
  padding: 10px;

  /* allows us to position our pseudo-elements properly */
  
  background: #99cc00;
  overflow: visible;
  height:38px;
  color: #fff;
  text-decoration: none;
}


.ribbon-container a:hover {
  background: #99cc00;
}

}

.imageborder{
  border: 10px solid white;
}


/***********************************************************************************
 *	+ QUOTE CAROUSEL
 ***********************************************************************************/

#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 60px;

}

#quote-carousel p{
font-size:14px;
line-height:28px;
font-style:italic;

}
#quote-carousel .carousel-control {
    background: none;
    color: #003300;
    font-size: 20px;
    text-shadow: none;
    margin-top: 30px;
}
#quote-carousel .carousel-indicators {
    position: relative;
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-top: 20px;
    margin-right: -19px;
}
#quote-carousel .carousel-indicators li {
    width: 50px;
    height: 50px;
    cursor: pointer;
    border: 1px solid #003300;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    opacity: 0.4;
    overflow: hidden;
    transition: all .4s ease-in;
    vertical-align: middle;
}
#quote-carousel .carousel-indicators .active {
    width: 128px;
    height: 128px;
    opacity: 1;
    transition: all .2s;
}
.item blockquote {
    border-left: none;
    margin: 0;
}
.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
font-size:40px;
    float: left;
    margin-right: 10px;
color:#003300;
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
		.portfolio-item-thumbnail img{
         height: 170px;
		}	
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
		.portfolio-item-thumbnail img{
         height: 160px;
		}	
}

/* Desktops and laptops ----------- */
@media only screen and (min-device-width : 1024px) and  (max-width : 1260px) {
		.portfolio-item-thumbnail img{
         height: 200px;
		}
}

/* Desktops and laptops ----------- */
@media only screen and (min-device-width : 1260px) and  (max-width : 1824px) {
		.portfolio-item-thumbnail img{
         height: 250px;
		}
}


/* Large screens ----------- */
@media only screen  and (min-width : 1824px) {
		.portfolio-item-thumbnail img{
         height: 360px;
}