/*
@media (min-width: 320px) {}
@media (min-width: 480px) {}
@media (min-width: 768px) {}
@media (min-width: 992px) {}
@media (min-width: 1200px) {}

@media (max-width: 320px) {}
@media (max-width: 480px) {}
@media (max-width: 768px) {}
@media (max-width: 992px) {}
@media (max-width: 1200px) {}


highlight green: 74, 162, 81

*/


/* Wide Container BS3 */
@media (min-width: 1600px) {
    .container-wide{
        max-width: 1570px;
    }
}



/* BASE THEME COLORS */

 .btn {
	border-width: 3px;
 }
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  
}
.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
  
}
.btn-default.disabled,
.btn-primary.disabled,
.btn-success.disabled,
.btn-info.disabled,
.btn-warning.disabled,
.btn-danger.disabled,
.btn-default[disabled],
.btn-primary[disabled],
.btn-success[disabled],
.btn-info[disabled],
.btn-warning[disabled],
.btn-danger[disabled],
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-danger {
  
}
.btn-default .badge,
.btn-primary .badge,
.btn-success .badge,
.btn-info .badge,
.btn-warning .badge,
.btn-danger .badge {
  text-shadow: none;
}
.btn:active,
.btn.active {
  background-image: none;
}
.btn-special, .btn-special:visited {
  background-color: transparent;
}
.btn-special.light {
	border-color: #FFFFFF;
	color: #FFFFFF;
}
.btn-special.dark {
	border-color: #272727;
	color: #272727;
}
.btn-special.primary {
	
}
.btn-special.primary:hover,
.btn-special.primary:focus,
.btn-special.primary:active,
.btn-special.primary.active {
  color: #FFF;
}
.btn-special.light:hover,
.btn-special.light:focus,
.btn-special.light:active,
.btn-special.light.active {
  color: #FFF;
}
.btn-special.dark:hover,
.btn-special.dark:focus,
.btn-special.dark:active,
.btn-special.dark.active {
  color: #FFF;
}

/* RIBBONS */
.ribbon h1, .ribbon h2, .ribbon h3, .ribbon h4, .ribbon h5, .ribbon h6, .ribbon p {
	color: #FFF;
}
.ribbon {
    padding: 140px 80px;
    font-size: 1.4em;
    color: #FFF;
    font-weight: 500;
    line-height: 1.4em;
}
.ribbon .btn {
    border-width: 2px;
    font-weight: 700;
}
.ribbon .btn-special.light:hover,
.ribbon .btn-special.light:focus,
.ribbon .btn-special.light:active,
.ribbon .btn-special.light.active {
  background-color: #272727;
  border-color: #272727;
  color: #FFF;
}
.ribbon .btn-special.dark:hover,
.ribbon .btn-special.dark:focus,
.ribbon .btn-special.dark:active,
.ribbon .btn-special.dark.active {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #272727;
}
.ribbon h3 {
    font-size: 2.7em;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 40px;
}
@media (max-width:991px) {
	.ribbon {
		text-align: center;
		padding: 100px 80px;
	}
	.ribbon .btn {
		margin: 30px 0px 0px;
		padding: 15px 25px;
	}
	.ribbon .text-right {
		text-align: center;
	}
	.ribbon h3 {
		font-size: 2.4em;
		font-weight: 700;
		text-transform: capitalize;
		margin-bottom: 40px;
	}
}
@media (max-width:768px) {
	.ribbon {
		font-size: 2em;
		padding: 100px 40px 80px;
	}
	.ribbon .btn {
		font-size: 16px;
		margin: 20px 0px 0px;
		padding: 15px 15px;
	}
	.ribbon h3 {
		font-size: 1.7em;
	}
}

.btn-default, .btn-default:visited {
  background-color: transparent;
  border-color: #272727;
  color: #272727;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active {
  color: #FFF;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  
}
.btn-primary,
.btn-primary:visited {
  color: #FFF;
}
.btn-primary:hover,
.btn-primary:visited:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
  background-color: #FFF;
}


.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #00487e;
  background-image: none;
}
.btn-success, .btn-success:visited {
  background-color: 5cb85c;
  border-color: #5cb85c;
  color: #FFF;
}
.btn-success:hover,
.btn-success:visited:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active {
  background-color: #FFF;
  color: #5cb85c;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #419641;
  background-image: none;
}
.btn-info, .btn-info:visited {
  background-color: #8dc63f;
  border-color: #8dc63f;
  color: #FFF;
}
.btn-info:hover,
.btn-info:visited:hover,
.btn-info:focus ,
.btn-info:active,
.btn-info.active {
  background-color: #FFF;
  color: #8dc63f;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #8dc63f;
  background-image: none;
}
.btn-warning, .btn-warning:visited {
  background-color: #f0ad4e;
  border-color: #e38d13;
  color: #FFF;
}
.btn-warning:hover,
.btn-warning:visited:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active {
  background-color: #FFF;
  color: #f0ad4e;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #eb9316;
  background-image: none;
}
.btn-danger , .btn-danger:visited {
  background-color: #c12e2a;
  border-color: #c12e2a;
  color: #FFF;
}
.btn-danger:hover,
.btn-danger:visited:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active {
  background-color: #FFF;
  border-color: #c12e2a;
  color: #c12e2a;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #c12e2a;
  background-image: none;
}



.thumbnail,
.img-thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  
}
.navbar-default {
  
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .active > a {
  
}
.navbar-brand,
.navbar-nav > li > a {
  
}
.navbar-inverse {
  
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .active > a {
  
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
  
}
.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
  
}
@media (max-width: 767px) {
  
}
.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.alert-success {
  background-color: #5cb85c;
  border-color: #3d8b3d;
}
.alert-info {
  background-color: #8dc63f;
  border-color: #28a1c5;
}
.alert-warning {
  background-color: #f0ad4e;
  border-color: #df8a13;
}
.alert-danger {
  background-color: #f0ad4e;
  border-color: #df8a13;
}

.list-group {
  
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  
}
.list-group-item.active .badge,
.list-group-item.active:hover .badge,
.list-group-item.active:focus .badge {
  text-shadow: none;
}
.well {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05), 0 2px 0px rgba(205, 205, 205, 0.6);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05), 0 2px 0px rgba(205, 205, 205, 0.6));
  margin-bottom: 0px;
}
.well.left {text-align:left; !important}
.well.right {text-align:right; !important}
.well.center {text-align:center; !important}

.well.green {
	background-color: #8dc63f;
	border-color: #8dc63f;
	color: #FFF;
}
.well.blue {
  background-color: #0e76bc;
  border-color: #0e76bc;
  color: #FFF;
}
.well.yellow {
  background-color: #e9c426;
  border-color: #e9c426;
  color: #FFF;
}
.well.red {
	background-color: #ee4641;
	border-color: #ee4641;
	color: #FFF;
}
.well.light {
  background-color: #F3F3F4;
  border-color: #ECECED;
  color: #373737;
}
.well.dark {
  background-color: #272727;
  border-color: #272727;
  color: #f1f1f1;
}
.well.white {
  background-color: #FFF;
  border-color: #F7F7F7;
  color: #373737;
}

.blue h1, .blue h2, .blue h3, .blue h4, .blue h5, .blue h6,
.green h1, .green h2, .green h3, .green h4, .green h5, .green h6,
.red h1, .red h2, .red h3, .red h4, .red h5, .red h6,
.yellow h1, .yellow h2, .yellow h3, .yellow h4, .yellow h5, .yellow h6,
.dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6 {
	color: #FFF;
}

.light h1, .light h2, .light h3, .light h4, .light h5, .light h6 {
	color: #575757;
}

.white h1, .white h2, .white h3, .white h4, .white h5, .white h6 {
	
}

/* END BASE THEME */





/* GLOBAL */
body {
}
img {
	max-width: 100%;
}
a:focus {
    outline: none;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
b, strong {
    font-weight: 700;
}
.item-body ul, .item-body ol {
	margin-bottom: 40px;
}

.item-image,
.item_image,
.item-img,
.item_img,
.feat-img {
	position: relative;
}
.item-image:after,
.item_image:after,
.item-img:after,
.item_img:after,
.feat-img:after {
	content: '\A';
    position: absolute;
    width: 100%; height:100%;
    top:0; left:0;
    background:rgba(0,0,0,0);
    opacity: 0;
}

.center {text-align:center;}

.col-md-9.left > .padded {
	padding-left: 20px;
}
.col-md-9.right > .padded {
	padding-right: 20px;
}
.col-md-3 > .padded {
	padding: 40px 0px;
}

.padfix {margin: 0px !important; padding: 0px !important;}

/* SIDE BARS */
#aside-left {
	padding-right: 20px;
	padding-left: 0px;
}
#aside-right {
	padding-right: 0px;
	padding-left: 20px;
}

@media (max-width:768px){
	.padded, 
	.col-md-9.left > .padded, 
	.col-md-9.right > .padded, 
	.col-md-3 > .padded {
		padding: 30px;
	}
	#aside-left {
		padding-right: 20px;
		padding-left: 20px;
	}
	#aside-right {
		padding-right: 20px;
		padding-left: 20px;
	}
}

.green {
	color: #8dc63f;
}
.green-bg {
	background-color: #8dc63f;
	color: ####;
}
.white {
	color: #FFFFFF;
}
.white-bg {
	background-color: #FFFFFF;
}
.silver {
	background-color: #f4f4f6;
}

/* LISTS */
.item-body ul li {
    margin-bottom: 12px;
}

.list-featured ul {
	list-style-type: none;
	padding-left: 2.1em;
}
.list-featured li:before {
	font-family:'FontAwesome';
	content: "\f10c";
	display:inline-block;
	margin-left: -1.9em;
	width: 1.9em;
}
.list-featured li {
	line-height: 120%;
	font-size: 105%;
	margin-bottom: 15px;
}

.list-disc ul {
	list-style-type: none;
	padding-left: 2em;
}
.list-disc li:before {
	font-family:'FontAwesome';
	content: "\f111";
	display:inline-block;
	margin-left: -2em;
	width: 2em;
	color: #DDDDDD;
}
.list-disc li {
	line-height: 120%;
	font-size: 105%;
	margin-bottom: 15px;
}

.list-alphabet ul {
	list-style-type: lower-alpha;
	padding-left: 2em;
}

.list-alphabet li {
	margin-bottom: 20px;
	opacity: 0.8;
	padding-left: 15px;
}
.list-lowerroman, .lowerroman {
    list-style-type: lower-roman;
}
.list-lowerroman, .lowerroman li {
	padding-left: 5px;
}
ol li {
	padding-left:7px;
	margin-bottom: 10px;
}
.list-none ul {
	padding: 10px 0px 20px 0px;
	margin: 0px;
	list-style-type: none;
}
.list-none li {
	line-height: 120%;
	font-size: 105%;
	margin-bottom: 15px;
}


ol li h5 {
	font-weight: 400;
}
ol li p {
	color: #444444;
	font-weight: 300;
}

/* Services List */
.service-list li {
    border-bottom: 0px none;
    line-height: 34px;
    color: #5B5B5B;
}
.service-list {
    margin-bottom: 30px;
}


/* SPACERS */
.spacer-xl {
	padding: 40px 0px;
}
.spacer-lg {
	padding: 30px 0px;
}
.spacer {
	padding: 20px 0px;
}
.spacer-sm {
	padding: 10px 0px;
}
.spacer-xs {
	padding: 5px 0px;
}
 /* PADDINGS */
.padded-xl {
	padding: 60px;
}
.padded-lg {
	padding: 50px;
}
.padded {
	padding: 40px;
}
.padded-md {
	padding: 30px;
}
.padded-sm {
	padding: 10px;
}
.padded-xs {
	padding: 5px;
}

@media (max-width:768px) {
	 /* PADDINGS */
	.padded-xl {
		padding: 40px;
	}
	.padded-lg {
		padding: 30px;
	}
	.padded {
		padding: 20px;
	}
	.padded-md {
		padding: 10px;
	}
	.padded-sm {
		padding: 0px;
	}
	.padded-xs {
		padding: 0px;
	}
}


.readmore, .btn {
	text-transform: uppercase;
}

.featherlight-iframe .featherlight-content {
	width: 96vw;
	height: 92vh;
	border-radius: 3px;
	padding: 5px;
}
.featherlight-content iframe {
	width: 100%;
	height: 100%;
    top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
    position: absolute;
    padding: 50px 10px;
}
@media (min-width:991px) {
	.featherlight-iframe .featherlight-content {
		width: 70vw;
		height: 80vh;
		border-radius: 3px;
		padding: 5px;
	}
	.featherlight-content iframe {
		padding: 50px;
	}
}

/*
  HEADER
  ====== */
#header, #header * {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#header {
	position:fixed;
	top:0px;
	left: 5%;
	right: 5%;
	overflow: visible;
	z-index: 20;
}
#header div {
	height: 100%;
	max-height: 100%;
	min-height: 100%;
}

#header.not-top {
	height:80px;
	padding: 7px 20px;
	-webkit-transition-delay: 0.05s;
	-moz-transition-delay: 0.05s;
	transition-delay: 0.05s;
	-webkit-box-shadow: 0px 7px 78px rgba(0,0,0,0.1);
	box-shadow: 0px 7px 78px rgba(0,0,0,0.1);
}
#header.top {
	height: 210px;
	padding: 20px 80px;
}

.sitename {
	text-transform: uppercase;
	font-weight: 700;
}
.drawer-contact ul {
    list-style: none;
	padding-left:40px;
	margin: 0px
}
.drawer-contact ul li {
    padding: 5px 0px;
}
#header.not-top .drawer-contact ul {
	padding-left: 15px;
}
.below-nav {
    padding-right: 15px;
}
#header.top .drawer-contact ul li,
#header.top .below-nav {
	visibility: visible;
	opacity: 1;
	transition: visibility 0s linear 0s, opacity 300ms;
}
#header.not-top .drawer-contact ul li,
#header.not-top .below-nav {
	visibility: hidden;
	opacity: 0;
	transition: visibility 0.2s linear 300ms, opacity 300ms;
}
#header.not-top .drawer-contact ul li:first-child {
	padding: 2px 0px;
	display: block;
	visibility: visible;
	opacity: 1;
}

.headpad {
	height: 80px;
}
.headpad.push {
	height: 210px;
}



@media (max-width:1599px) {
	#header.top {
		height: 180px;
		padding: 20px 0px;
	}
	.headpad.push {
		height: 180px;
	}
	.drawer-contact ul {
		padding-left: 20px;
	}
}
@media (max-width: 1199px) {
	#header, #header * {
		-webkit-transition: all 0.25s ease-out;
		-moz-transition: all 0.25s ease-out;
		transition: all 0.25s ease-out;
	}
	#header {
		left: 0px;
		right: 0px;
	}
	#header.not-top,
	#header.top {
		height: 80px !important;
		padding: 7px 5% !important;
		-webkit-transition-delay: 0s !important;
		   -moz-transition-delay: 0s !important;
				transition-delay: 0s !important;
	}
	.headpad.push {
		height: 80px !important;
	}
	#header.top .drawer-contact ul li,
	#header.top .below-nav,
	#header.not-top .drawer-contact ul li,
	#header.not-top .below-nav {
		visibility: hidden;
		opacity: 0;
		transition: visibility 0s linear 0ms, opacity 0ms;
		display: none;
	}
	.nav-below {
		display: none;
	}
	#header.top .drawer-contact ul li:first-child,
	#header.not-top .drawer-contact ul li:first-child {
		padding: 2px 0px;
		display: block;
		visibility: visible;
		opacity: 1;
	}
	#header.top .drawer-contact ul,
	#header.not-top .drawer-contact ul {
		font-size: 0.8em;
		padding-left: 10px;
	}
}
@media (max-width:480px;) {
	#header.top .drawer-contact ul,
	#header.not-top .drawer-contact ul {
		font-size: 0.6em;
		padding-left: 5px;
	}
}


/* LOGO */

#logo {
	margin-top: 0px;
	text-align: left;
}

@media (min-width:100px) and (max-width:992px) {
	#logo {
		margin-top: 0px;
		padding-left: 0px;
		padding-right: 10px;
		text-align:left;
	}
	#header {
		border-bottom: 0px none;
		padding: 30px 0 30px;
	}
}


/* MAIN NAVIGATION */

#top-nav {
    overflow: visible;
    z-index: 4;
    position: relative;
	background-color: #FFFFFF;
}
#nav {
	background-color: #FFFFFF;
	text-align:center;
}
.main-nav {
    background-color: transparent;
    margin-bottom: 0px;
}

/* HORIZONTAL LAYOUT MENU */
.main-nav {
	padding: 0px;
}
.main-nav > ul {
	display: block;
	/* display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center; */
}
.main-nav > ul > li {
	display: inline-block;
	margin: 0px;
	/* -webkit-box-flex:  1;
		-ms-flex:  1 0 auto;
			flex:  1 0 auto; */
}
.main-nav > ul > li > a,
.main-nav > ul > li > span {
	font-weight: 300;
	display: block;
	border-radius: 0px;
	-webkit-transition: all 0.15s;
	transition: all 0.15s;
}

.main-nav > ul > li > a, .main-nav > ul > li > a:visited,
.main-nav > ul > li > span {
    color: #444444;
    opacity: 0.6;
    font-size: 0.9em;
    padding: 17px 8px;
    margin-bottom: 5px;
    text-align: right;
}


.main-nav > ul > li:hover > a,
.main-nav > ul > li:hover > span,
.main-nav li.selected > span,
.main-nav > ul > li > a:hover,
.main-nav > ul > li > a:focus,
.main-nav > ul > li > a:visited:hover,
.main-nav > ul > li.current.active > a,
.main-nav > ul > li.active > a,
.main-nav > ul > li.open > a,
.main-nav > ul > li.open > a:hover,
.main-nav > ul > li.open > a:focus,
.main-nav > ul > li > span:hover,
.main-nav > ul > li > span:focus,
.main-nav > ul > li.current.active > span,
.main-nav > ul > li.active > span {
	background-color: transparent;
	color: #000000;
	opacity: 1;
}
.main-nav > ul > li span:hover {
	cursor: default;
}
.dropdown-menu {background-color:#FFF; border:0px none;}
.dropdown-menu .separator {display: none;}

/* .desktop-nav .main-nav .dropdown-menu:before { 
  position: absolute;
  top: -7px;
  left: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}
.desktop-nav {
    
}
.desktop-nav .main-nav .dropdown-menu:after {
  position: absolute;
  top: -6px;
  left: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid transparent;
  content: '';
} */
.desktop-nav .main-nav .dropdown-menu {
	min-width:190px;
	padding: 20px 0px;
	margin: 0px;
	border: 1px solid #ececec;
	border-radius: 0px;
	font-size: 0.9em;
	-webkit-box-shadow:0 30px 50px rgba(0,0,0,0.125);
	box-shadow:0 30px 50px rgba(0,0,0,0.125);
	transition: all 0.2s ease-out;
}
.desktop-nav .main-nav .dropdown-menu.zooomOut {
	display: block;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: scale3d(1.1,1.1,1.1);
    transform: scale3d(1.1,1.1,1.1);
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.desktop-nav .main-nav .dropdown-menu.zooomIn {
	display: block;
	visibility: visible;
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
.desktop-nav .main-nav .dropdown-menu.moveOut {
	display: block;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateY(15px);
    transform: translateY(15px);
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.desktop-nav .main-nav .dropdown-menu.moveIn {
	display: block;
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0);
    transform: translateY(0);
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
.desktop-nav .dropdown-menu li:first-of-type {
	border-radius: 0px;
	overflow: hidden;
}
.desktop-nav .dropdown-menu li:last-child {
	border-radius: 0px;
	overflow: hidden;
}
.desktop-nav .dropdown-menu > li > a, .desktop-nav .dropdown-menu > li > a:visited {
	padding: 5px 30px;
	font-weight: 300;
	color: #999;
	text-align: left;
	-webkit-transition-duration: 0.15s;
	-moz-transition-duration: 0.15s;
	-ms-transition-duration: 0.15s;
	transition-duration: 0.15s;
}
.desktop-nav .dropdown-menu > li > a:focus,
.desktop-nav .dropdown-menu > li > a:hover,
.desktop-nav .dropdown-menu > li > a:visited:hover,
.desktop-nav .dropdown-menu > li.active > a,
.desktop-nav .dropdown-menu > li.current > a {
	color: #FFF;
	-webkit-transition-duration: 0.15s;
	-moz-transition-duration: 0.15s;
	-ms-transition-duration: 0.15s;
	transition-duration: 0.15s;
}


@media (min-width:1599px) {
	.main-nav > ul > li > a, .main-nav > ul > li > a:visited,
	.main-nav > ul > li > span {
		font-size: 1em;
		padding: 17px 15px;
	}
}
@media (min-width:481px) and (max-width:768px) {
	.main-nav li {
		-webkit-box-flex:  1;
			-ms-flex:  1 0 33%;
				flex:  1 0 33%;
	}
}
@media (max-width:480px) {
	.main-nav li {
		-webkit-box-flex:  1;
			-ms-flex:  1 0 50%;
				flex:  1 0 50%;
	}
}



/*
  Set new breakpoint for Mobile Menu 991px */
  
@media (max-width: 991px) {
	.navbar-header {
		float: none;
	}
	.navbar-left,.navbar-right {
		float: none !important;
	}
	.navbar-toggle {
		display: block;
	}
	.navbar-collapse {
		border-top: 1px solid transparent;
		/*box-shadow: inset 0 1px 0 rgba(255,255,255,0.1); */
	}
	.navbar-fixed-top {
		/* top: 0;
		border-width: 0 0 1px; */
	}
	.navbar-collapse.collapse {
		display: none!important;
	}
	.navbar-nav {
		float: none!important;
		/* margin-top: 7.5px; */
	}
	.navbar-nav>li {
		float: none;
	}
	.navbar .navbar-nav li:after {
		display: none !important;
	}
	.navbar-nav>li>a {
		/*  padding-top: 10px;
		padding-bottom: 10px; */
	}
	.collapse.in{
		display:block !important;
	}
	.sk-menu .dropit {
		display:block;
		width:60px;
		height: 50px;
		border-left: 0px solid rgba(255,255,255,0.15);
		position: absolute;
		right:0px;
		top: 0px;
		line-height: 50px;
		font-size: 16px;
		text-align: center;
		cursor: pointer;
		color: #FFFFFF;
		opacity: 0.7;
	}
	.sk-menu .dropit:hover, .open .dropit {
		background-color: rgba(255,255,255,0.15);
	}
	.sk-menu .navbar .navbar-nav > li:hover > .dropit,
	.sk-menu .navbar .navbar-nav > li.open:hover > .dropit {
		-webkit-animation: none;
		-moz-animation: none;
		-o-animation: none;
		animation: none;
	}
	.sk-menu .navbar-nav .dropdown-menu,
	.sk-menu .navbar-nav .open .dropdown-menu {
		background-color: rgba(255,255,255,0.15);
	}
	.sk-menu .navbar-nav .dropdown-menu {
		position: relative;
		width: 100%;
		margin: 0px auto;
		padding: 0px 15px;
		text-align: left;
		left:0px;
		right: 0px;
	}
	.sk-menu .open > .dropdown-menu {
		max-height: 300px;
		height: auto;
	}
	.sk-menu .navbar-nav li {
		border-bottom: 1px solid rgba(255,255,255,0.15);
	}
	.sk-menu .navbar-nav .dropdown-menu li {
		display: block;
	}
	.sk-menu .navbar .navbar-nav li a,
	.sk-menu .navbar .navbar-nav li .separator {
		padding: 5px 15px;
		display: block;
	}
	.sk-menu .navbar-nav .dropdown-menu > a,
	.sk-menu .navbar .navbar-nav li .dropdown-menu li a {
		padding: 10px 15px;
		display: block;
		color: #777777;
		line-height: 20px;
	}
	.sk-menu .navbar .navbar-nav .dropdown-menu > .active > a,
	.sk-menu .navbar .navbar-nav .dropdown-menu > .active > a:hover, 
	.sk-menu .navbar .navbar-nav .dropdown-menu > .active > a:focus,
	.sk-menu .navbar .navbar-nav .dropdown-menu > .current > a,
	.sk-menu .navbar .navbar-nav .dropdown-menu > .current > a:hover, 
	.sk-menu .navbar .navbar-nav .dropdown-menu > .current > a:focus,
	.sk-menu .navbar .navbar-nav li .dropdown-menu li a:hover, 
	.sk-menu .navbar .navbar-nav li .dropdown-menu li a:focus,
	.sk-menu .dropdown-menu > .active > a,
	.sk-menu .dropdown-menu > .active > a:focus,
	.sk-menu .dropdown-menu > .active > a:hover {
		color: #FFFFFF;
		background-color: transparent;
	}
}




/* MENU TOGGLE */
#menu-toggle {display: none;}

@media(max-width:1199px) {
	#menu-toggle {
		display: block;
		margin-top: 3px;
	}
}
.menu-toggle {
	background-color: #FFFFFF;
	padding: 7px;
	border: 3px solid;
	transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
}
.menu-toggle:hover {
	color: #FFFFFF;
}
.menu-toggle .menu-title {
	size: 18px;
	line-height: 18px;
	
}
.menu-toggle .bars {
	font-size: 30px;
	line-height: 30px;
	margin: 0px;
	padding: 0px;
	vertical-align: sub;
}

.menu-toggle.klose {
	color: #FFFFFF;
	position: absolute;
	top: 20px;
	right: 17px;
	z-index: 10;
}
.menu-toggle.klose:hover {
	background-color: #FFF;
}

@media (max-width: 768px) {
	.menu-toggle {
		margin: 0px auto;
		padding: 5px;
		border-width: 2px;
	}
	.menu-toggle .bars {
		font-size: 26px;
		line-height: 30px;
	}
	
}

/* OFFCANVAS MENU */
.navmenu {
	padding: 0px 20px;
	color: rgba(255,255,255,0.8);
}
.navmenu .page-header {
	color: #FFF;
	border-bottom: 1px solid rgba(255,255,255,0.4);
	text-align:left;
	text-transform: uppercase;
	font-weight: 100;
	margin: 30px 0px 20px;
}
.navmenu .nav * {
	transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
}

.navmenu .nav {
	margin: 20px 0px 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(255,255,255,0.4);
}
.navmenu .nav li span {
	cursor: default;
}
.navmenu .nav li {
	margin-bottom: 1px;
}
.navmenu .nav li a, .navmenu .nav li span {
	display: block;
	font-size: 1.25em;
	line-height: 40px;
	color: rgba(255,255,255,0.8);
	border-left: 0px solid #8dc63f outside;
	background-color: transparent;
	padding: 0px;
}

.navmenu .nav li a:hover, .navmenu .nav li a:focus, .navmenu .nav li.active a,
.navmenu .nav li.active span, .navmenu .nav li span:hover, .navmenu .nav li.active span:hover {
	color: #FFF;
	padding-left: 0px;
	background-color: transparent;
	border-left: 7px solid rgba(255,255,255,0.8) outside;
}
.navmenu .nav li.active span {
	cursor: default;
}

@media (max-width: 480px){
	.navmenu .nav li a, .navmenu .nav li span {
		font-size: 1.1em;
		line-height: 30px;
	}
}


/* VERTICAL MENU */

.nav.vertical .current ul li a, .nav.vertical .active ul li a {
	display:block;
	padding: 5px 25px;
	background-color: #fcfcfc;
	color: #777777;
}
.nav.vertical .nav-child {
	border-bottom: 1px solid #DDDDDD;
	list-style: none;
	padding: 0px;
}
.nav.vertical .nav-child li {
	border-bottom: 1px solid #F0F0F0;
}
.nav.vertical > li > a:hover, .nav.vertical > li > a:focus, .nav.vertical .current a, .nav.vertical .active a {
	color: #FFFFFF;
}
.nav.vertical .nav-child > li > a:hover, .nav.vertical .nav-child  > li > a:focus, .nav.vertical .active li.current.active a{
	color: #272727;
	background-color: #FFF;
}



.item-title,
.item_title,
.page-header,
.newsflash-title {
	font-weight: 500;
	border: 0px none;
}
/* SERVICES PAGE */
.services-page .page-header {
	margin: 0px;
}
.services-page .item .item-image img {
    width: 100%;
}
.services-page .item {
    padding: 20px;
}
.services-page .item .readmore {
	margin-top: 20px;
}


#aside-left .page-header, #aside-right .page-header {
	margin-bottom: 20px;
	padding-bottom: 28px;
}

.category-title {
	border-bottom: 1px solid #EEE;
	margin: 35px 0 20px;
	padding-bottom: 7px;
}


/* Content Links */
.content-links {
	margin: 30px 0px;
}
.content-links .nav-tabs {
	border: 0px;
}
.content-links .nav-tabs > li > a {
	background-color: #fafafa;
	color: #777777;
	font-size: 110%;
}
.content-links .nav-tabs > li > a:hover {
	color: #FFFFFF;
}

/* TOP */
#top {
	padding: 10px 0px 10px;
}

/* TOP FULL */
.spotlight {
    padding: 60px 0px 0px;
    text-align: center;
	cursor: default;
}
.spot-link:visited:hover .item_introtext{
	color:#272727 !important;
}
.spotlight .item_title, .spotlight .item_img, .spotlight .item_img img {
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.spotlight .item_img img {
	-webkit-transition: all 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	-moz-transition: all 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	-o-transition: all 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition: all 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.spotlight .item_img {
	display: inline-block;
	margin: 0px auto;
	padding: 4px;
	border-radius: 4px;
	background-color: #FFF;
	border: 3px solid #FFF;
}
.spotlight .item_img img {
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-o-transform: scale(0.9);
	transform: scale(0.9);
}
.spotlight .item_title {
	font-size: 22px;
	text-transform: uppercase;
	color: #444444;
	font-weight: 900;
	margin-top: 10px;
	margin-bottom: 30px;
}
.item_introtext {
    padding: 5px 10px;
}
.spotlight a .item_introtext p {
    color: #999;
}
.spot-arrow {
	margin: 0px 0px -20px;
	display: inline-block;
	font-size: 26px;
	color: #FFF;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all .15s linear;
	-moz-transition: all .15s linear;
	-ms-transition: all .15s linear;
	-o-transition: all .15s linear;
	transition: all .15s linear;
}
.featured-item {
    padding: 40px 10px;
    margin: 0px 10px;
	-webkit-transition: box-shadow .3s linear;
	-moz-transition: box-shadow .3s linear;
	-ms-transition: box-shadow .3s linear;
	-o-transition: box-shadow .3s linear;
	transition: box-shadow .3s linear;
}
.featured-item:hover {
	
}
.item_num0 .featured-item:hover {
    box-shadow: -44px -10px 40px rgba(0,0,0,0.06);
}
.item_num1 .featured-item:hover {
    box-shadow: 0px -30px 40px rgba(0,0,0,0.06);
}
.item_num2 .featured-item:hover {
    box-shadow: 44px -10px 40px rgba(0,0,0,0.06);
}

.spotlight .featured-item:hover .item_title,
.spotlight .featured-item:hover .spot-arrow {
	
}
.spotlight .featured-item:hover .item_img {
	background-color: #FFF;
	border-color: #EEEEEE;
}
.spotlight .featured-item:hover .item_img img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.spotlight .featured-item:hover .spot-arrow {
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
	transform: scale(1.3);
}




/* BUTTONS */
.btn.btn {
	border-radius:0px;
	transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}


/* PAGE ARTICLES */
.item-page .item-image {
	margin-bottom: 40px;
}
.item-page .item-image img {
	width: 100%;
}
.item-page p {
	margin-bottom: 20px;
}
.item-page .btn-block {
	margin: 40px 0px;
	font-size: 22px;
	padding: 20px 26px;
	color: #FFF;
	border: 2px solid #316335;
}
.item-page .btn-block:hover {
	color: #316335;
}

@media (max-width: 768px){
	.spotlight .item {
		float: none !important;
		width: 100% !important;
	}
	.item-image {
		text-align:center;
	}
	.spotlight .item_title {
		font-size: 16px;
	}
	.spotlight .item_introtext {
		
	}
	.item_num0 .featured-item,
	.item_num1 .featured-item,
	.item_num2 .featured-item,
	.item_num0 .featured-item:hover,
	.item_num1 .featured-item:hover,
	.item_num2 .featured-item:hover{
		box-shadow: 0px -30px 40px rgba(0,0,0,0.06);
	}
	.spotlight .featured-item .spot-arrow,
	.spotlight .featured-item:hover .spot-arrow {
		color: #999;
		opacity: 1;
		-webkit-transform: scale(1.3);
		-moz-transform: scale(1.3);
		-ms-transform: scale(1.3);
		-o-transform: scale(1.3);
		transform: scale(1.3);
	}
}





/* Featured Article - Home page */
.blog-featured {
    padding: 40px 0px 20px;
}
.blog-featured ul, .blog-featured {
	text-align: left;
	font-size: 110%;
	list-style: none;
	margin: 0px;
}
.blog-featured li {
	color: #FAFAFA;
}
.blog-featured .article-title, .blog-featured .item-title {
	font-size: 42px;
	margin: 40px 0px;
	color: #444444;
}
.blog-featured .article-title, .blog-featured .item-title a {
	color: #444444;
}
.blog-featured .article-title, .blog-featured .item-title a:hover {
	text-decoration: none;
	color; #4b98ae;
}
.blog-featured .readmore {
	margin-top: 40px;
}


/* SERVICES */
.services-list {
    background-color: rgba(14,118,188,0.8);
	padding: 80px 80px;
}
.services-list h3 {
	font-size: 40px;
	font-weight: 500;
}
.services-list ul {
    padding: 30px 0px 0px;
	margin-bottom: 0px;
    max-width: 500px;
	list-style-type: none;
}
.services-list ul li {
    color: #FFF;
    padding: 15px 20px;
	font-size: 22px;
}
.services-list ul li span {
	display: inline-block;
	width: 13px;
	height: 13px;
	background-color: #FFF;
	border-radius: 50%;
	margin-right:30px;
}
.services-list ul li:hover {
	background-color: rgba(255,255,255,0.1);
	cursor: default;
}
.services-list ul li:hover span {
	background-color: #b8f16a;
}


/* SERVICES LIST */
.list-group {
    background: #fff;
    color: #999999;
    position: relative;
    margin: 0 5px;
    margin-left: 5px;
    -moz-box-shadow: 0 2px 2px -1px rgba(0,0,0,.3);
    -webkit-box-shadow: 0 2px 2px -1px rgba(0,0,0,.3);
    box-shadow: 0 2px 2px -1px rgba(0,0,0,.3);
}
.list-group-item {
    position: relative;
    display: block;
    padding: 20px 30px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.list-group-item-heading {
    font-weight: bold;
    color: #AAAAAA;
    margin-bottom: 20px;
}
.list-group-item-price {
    font-weight: 900;
    font-size: 26px;
    color: #AAAAAA;
    margin-bottom: 0px !important;
    padding-bottom: 0px;
}
.list-group-item .badge {
	border-radius: 2px;
	padding:10px 15px;
	cursor: default;
}
.list-group-item:hover .list-group-item-heading,
.list-group-item:hover .list-group-item-price {
	color: #4b98ae;
}
.list-group-item:hover .list-group-item-text {
	color: #555555;
}
.list-group-item:hover .badge {
	background-color: #4b98ae;
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	o-transform: scale(1.2);
	transform: scale(1.2);
}

.list-group-item-price small {
	font-size: 70%;
	font-weight: 100;
	font-style: italic;
	color: #999999;
}

.spotlight a:hover,
.spotlight a:visited:hover,
.spotlight a:visited:focus {
	color: #444444;
}
.services_mod.spotlight .featured-item {
    padding: 10px 10px;
    margin: 40px 10px;
}
.services_mod.spotlight .item_title {
	margin-top: 30px;
}

/* HEROS */
/* Quote Request */
.quote-hero {
    padding: 80px;
    text-align: right;
    font-size: 30px;
    color: #FFF;
    height: 100%;
    vertical-align: middle;
}
.quote-container {
	display: inline-block;
	text-align: center;
	max-width: 600px;
	color: #FFF;
	margin-top: 15%;
}

@media (max-width:991px) {
	.services-list ul {
		max-width: 100%;
	}
	.quote-container {
		max-width: 100%;
		margin-top: 0px;
	}
}
@media (max-width:768px) {
	.quote-hero {
		padding: 80px 30px;
		font-size: 24px;
	}
}

.valign {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}


/* PRICING TABLES */
	.big-title {
		margin-bottom: 80px;
		text-transform: uppercase;
		font-size: 22px;
		letter-spacing: 0px;
	}
	#pricing-table {
		margin:0 auto;
		text-align: center;
		width: 100%;
		zoom: 1;
	}

	#pricing-table:before, #pricing-table:after {
	  content: "";
	  display: table
	}

	#pricing-table:after {
	  clear: both
	}

	/* --------------- */	

	#pricing-table .plan {
		background: #fff;      
		border: 1px solid #ddd;
		color: #333;
		padding: 20px;
		width: 31.8%;
		float: left;
		_display: inline; /* IE6 double margin fix */
		position: relative;
		margin: 0 5px;
		-moz-box-shadow: 0 2px 2px -1px rgba(0,0,0,.3);
		-webkit-box-shadow: 0 2px 2px -1px rgba(0,0,0,.3);
		box-shadow: 0 2px 2px -1px rgba(0,0,0,.3);		
	}

	#pricing-table .plan:after {
		z-index: -1; 
		position: absolute; 
		content: "";
		bottom: 10px;
		right: 4px;
		width: 80%; 
		top: 80%; 
		-webkit-box-shadow: 0 12px 5px rgba(0, 0, 0, .3);
		-moz-box-shadow: 0 12px 5px rgba(0, 0, 0, .3);
		box-shadow: 0 12px 5px rgba(0, 0, 0, .3);
		-webkit-transform: rotate(3deg);    
		-moz-transform: rotate(3deg);   
		-o-transform: rotate(3deg);
		-ms-transform: rotate(3deg);
		transform: rotate(3deg);	
	}	
	
	#pricing-table .popular-plan {
		top: -20px;
		padding: 40px 20px;
	}
	
	#pricing-table .popular-plan:before {
		display: block;
		width: 150px;
		height:91px;
		position: absolute;
		top: -12px;
		right: -9px;
		content: "";
		z-index: 2;
		background: url(../images/nfp-special.png) no-repeat top right transparent;
	}
	
	/* --------------- */	

	#pricing-table .header {
		position: relative;
		font-size: 20px;
		font-weight: normal;
		text-transform: uppercase;
		padding: 40px;
		margin: -20px -20px 20px -20px;
		border-bottom: 0px solid;
		background-color: #fafafc;
		/* background-image: -moz-linear-gradient(##eee, #fff);
		background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#fff));    
		background-image: -webkit-linear-gradient(#eee, #fff);
		background-image: -o-linear-gradient(#eee, #fff);
		background-image: -ms-linear-gradient(#eee, #fff);
		background-image: linear-gradient(#eee, #fff); */
	}

	#pricing-table .header:after {
		position: absolute;
		bottom: -8px; left: 0;
		height: 1px; width: 100%;
		content: '';
		opacity: 0;
		-webkit-transition: all 0.17s linear;
		-moz-transition: all 0.17s linear;
		-ms-transition: all 0.17s linear;
		-o-transition: all 0.17s linear;
		transition: all 0.17s linear;
		background: #8dc63f;
		background: -webkit-linear-gradient(left, #b3da7f, #5f9c0a, #8dc63f, #117c1e);
		background: -moz-linear-gradient(left, #b3da7f, #5f9c0a, #8dc63f, #117c1e);
		background: -o-linear-gradient(left, #b3da7f, #5f9c0a, #8dc63f, #117c1e);
		background: linear-gradient(left, #b3da7f, #5f9c0a, #8dc63f, #117c1e);
	}
	
	#pricing-table .popular-plan .header {
		margin-top: -40px;
		padding-top: 60px;		
	}
	
	#pricing-table .plan .header {
		border-bottom-color: #F5F5F5;
	}
	#pricing-table .plan:hover .header:after {
		opacity: 1;
		height: 10px;
	}
	
	/* #pricing-table .plan1 .header{
		border-bottom-color: #B3E03F;
	}

	#pricing-table .plan2 .header{
		border-bottom-color: #7BD553;
	}

	#pricing-table .plan3 .header{
		border-bottom-color: #3AD5A0;
	}

	#pricing-table .plan4 .header{
		border-bottom-color: #45D0DA;
	} */
	
	
	/* --------------- */

	#pricing-table .price{
		font-size: 45px;
	}
	
	#pricing-table .price > small{
		font-size: 40%;
		opacity: 0.7;
		line-height: 48px;
		vertical-align: top;
	}

	#pricing-table .desc {
		font-size: 13px;
		margin-bottom: 20px;
		margin-top: 20px; /* Remove when using Price instead of icons */
		text-transform: uppercase;
		color: #999;
	}

	/* --------------- */

	#pricing-table ul {
		margin: 20px 0;
		padding: 0;
		list-style: none;
	}

	#pricing-table li {
		padding: 10px 0;
	}
	
	/* --------------- */
		
	#pricing-table .signup .popup-btn{
		position: relative;
		padding: 20px 30px;
		color: #fff;
		font: bold 14px "Montserrat", Arial, Helvetica;
		text-transform: uppercase;
		text-decoration: none;
		display: inline-block;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;     
		text-shadow: 0 -1px 0 rgba(0,0,0,.15);
		opacity: .9;       
	}

	#pricing-table .signup .popup-btn:hover {
		opacity: 1;       
	}

	#pricing-table .signup .popup-btn:active {
		-moz-box-shadow: 0 2px 2px rgba(0,0,0,.3) inset;
		-webkit-box-shadow: 0 2px 2px rgba(0,0,0,.3) inset;
		box-shadow: 0 2px 2px rgba(0,0,0,.3) inset;       
	}			

	/* #pricing-table .plan1 .signup{
		background: #B3E03F;
	}

	#pricing-table .plan2 .signup{
		background: #7BD553;
	}

	#pricing-table .plan3 .signup{
		background: #3AD5A0;
	}

	#pricing-table .plan4 .signup{
		background: #45D0DA;
	} */
	

	
/* ORDER */

.ba-forms-modal .ba-form {
	padding: 35px 40px 40px !important;
}
.ba-forms-modal .ba-htmltext h3 {
	margin-bottom: 20px;
}
.condition-area p {
    font-size: 12px;
    color: #555;
}


@media (max-width:768px) {
	.services-list {
		padding: 60px 40px;
	}
	.services-list ul li {
		font-size: 18px;
	}
	.services-list ul li span {
		width: 10px;
		height: 10px;
	}
	.list-group-item .list-group-item-heading,
	.list-group-item .list-group-item-price {
		color: #4b98ae;
	}
	.list-group-item .badge {
		background-color: #4b98ae;
	}
	#pricing-table .plan {
		width: 80%;
		margin-left:10%;
	}
	#pricing-table .popular-plan {
		top: 20px;
		padding: 40px 20px;
		margin-bottom: 40px;
	}
	#pricing-table li {
		padding: 5px 0;
	}
}
@media (max-width:480px) {
	.services-list {
		padding: 60px 20px;
	}
	.services-list ul li {
		font-size: 16px;
		padding: 10px;
	}
	.services-list ul li span {
		width: 8px;
		height: 8px;
		margin-right:20px;
	}
	#pricing-table .plan {
		width: 100%;
		margin-left:0%;
	}
}


/* GALLERY */
.gallink * {
	transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
}
.gallery .col-md-3, .gallery .col-md-4 {
	margin-bottom: 30px;
}
.gallink {
	position:relative;
	z-index: 2;
}
.gallink > img {
	display:block;
	z-index: 1;
}
.gallink .blackout {
	display:block;
	width: 90%;
	height: 90%;
	top: 5%;
	left: 5%;
}
.gallink .blackout {
	background-color: rgba(0,0,0,0.6);
	opacity: 0;
	position: absolute;
	z-index: 3;
}
.gallink .zoom {
	background-color: transparent;
	color: #FFFFFF;
	text-align:center;
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -25px;
	margin-top: 0px;
	opacity: 0;
	z-index: 4;
}
.gallink > a:hover .blackout {
	opacity: 1;
}
.gallink > a:hover .zoom {
	opacity: 1;
	margin-top: -25px;
	color: #FFFFFF;
	font-size: 3em;
}


/* JUMBOTRON */
.jumbotron {
	background-color: rgba(0,0,0,0.3);
	border-radius: 0px;
}
.jumbotron h1,
.jumbotron h2,
.jumbotron h3,
.jumbotron h4,
.jumbotron h5,
.jumbotron h6 {
	
}


/* WELLS */
.well p {
	margin: 15px 0px;
}

.gradient-border {
	display: block;
	width: 100%;
	height: 15px;
	padding: 0px;
	margin: 0px;
	background: #8dc63f;
	background: -webkit-linear-gradient(left, #b3da7f, #5f9c0a, #8dc63f, #117c1e);
	background: -moz-linear-gradient(left, #b3da7f, #5f9c0a, #8dc63f, #117c1e);
	background: -o-linear-gradient(left, #b3da7f, #5f9c0a, #8dc63f, #117c1e);
	background: linear-gradient(left, #b3da7f, #5f9c0a, #8dc63f, #117c1e);
}






/* MORE ITEMS MENU */
.nav-tabs {
	border: 0px;
}


/* DONWLOADS */
#aside-right .download * {
	transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
#aside-right .download {
	background: url("../images/pdf-icon.png") no-repeat scroll left center #fafafa;
	border: 1px solid #EEE;
	border-radius: 0px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05);
	text-align: center;
	margin-top: 10px;
}

#aside-right .download a, #aside-right .download a:visited, #aside-right .download a:active {
	color: #777;
	display: block;
	padding: 20px;
	text-decoration: none;
}
#aside-right .download a:hover, #aside-right .download a:visited:hover {
	color: #373737;
}





/* SLIDER */
.flexslider {
}
#slider {
	
}
.slider-container {
	display:block;
	width: 100%;
	position: relative;
	height: 600px;
}
#slider .flex-control-nav {
	bottom: 17px;
}
#slider .flex-control-paging li a,
#slider .flex-control-paging li a:visited {
	width: 20px;
	height: 20px;
	background: #BBB;
	background: rgba(255,255,255,0.4);
}
#slider .flex-control-paging li a:hover,
#slider .flex-control-paging li .flex-active {
	background: #FFF;
	background: rgba(255,255,255,0.9);
}
.faker {
	display: block;
	width: 100%;
	height: 100%;
	cursor: default;
}
#slider .flex-caption {
	background-color: transparent;
	line-height:30px;
	bottom: 80px;
	max-width:1200px;
	left: 50%;
	transform: translateX(-50%);
	text-shadow: 0 8px 8px rgba(0, 10, 20, 0.4), 0 3px 2px rgba(0, 10, 20, 0.6);
}
#slider .flex-caption h3 {
	font-weight: 900;
	color: #FFFFFF;
	font-size: 60px;
	text-transform: uppercase;
}
#slider .flex-caption h3 small {
	font-weight: 900;
	font-size: 39px;
	display: block;
}
#slider .flex-caption h3.left {
	text-align: left;
}
#slider .flex-caption h3.right {
	text-align: right;
}
#slider .flex-caption h3.center {
	text-align: center;
}

@media (min-width:1200px){
	.slider-container, li.slideimg {
		height: 700px;
	}
}
@media (max-width:1199px){
	.slider-container, li.slideimg {
		height: 550px;
	}
	#slider .flex-caption {
		bottom: 100px;
		left: 0%;
		transform: translateX(0%);
	}
}

@media (max-width:992px){
	.slider-container, li.slideimg {
		height: 500px;
	}
	#slider .flex-caption h3 {
		font-size: 66px;
	}
	#slider .flex-caption h3 small {
		font-size: 30px;
	}
}

@media (max-width:768px){
	.slide-container {
		margin-top: 0px;
	}
	.slider-container, li.slideimg {
		height: 400px;
	}
	#slider .flex-caption {
		bottom: 120px;
	}
	#slider .flex-caption h3 {
		font-size: 48px;
	}
	#slider .flex-caption h3 small {
		font-size: 24px;
	}
}
@media (max-width:479px){
	.slider-container, li.slideimg {
		height: 400px;
	}
	.flex-caption {
		
	}
	#slider .flex-caption h3 {
		font-size: 40px;
	}
	#slider .flex-caption h3 small {
		font-size: 20px;
	}
}



/* FEATURED TABS */
.featured-values *{transition:all 0.15s ease;-o-transition:all 0.15s ease;-ms-transition:all 0.15s ease;-moz-transition:all 0.15s ease;-webkit-transition:all 0.15s ease;}
.featured-values{margin:-158px 0px 50px;}
.pricing-title{color:#272727;font-size:80px;margin-bottom:30px;text-align:center;}
.pricing-title:after{content:"";margin:0px;}
.featured-values p{padding:0px;margin:0px;}

.featured-values > ul.nav.nav-tabs{display:table;width:100%;}
.featured-values > ul.nav.nav-tabs > li{float:none;display:table-cell;border:0px;}

.featured-values > ul.nav.nav-tabs > li > a{text-align:center;text-transform:uppercase;font-size:20px;color:#777;padding:20px 5px;background-color:#FFF;border: 0px;}
.featured-values > ul.nav.nav-tabs > li > a:hover,
.featured-values > ul.nav.nav-tabs > li.active > a{color:#FFF;}
.tab-pane {border-top: 3px solid #999999;border-bottom:3px solid #999999; border-left:0px none;border-right: 0px none; font-size: 26px; color: #444444;}
.tab-pane.fade{text-align: center;padding:50px 10px;margin-top:0px;background-color:#FFF;}
.tab-pane.fade.active.in{background-color:#FFF;}
.featured-values > ul.nav.nav-tabs > li:last-child > a {margin-right:0px;}

@media (max-width:768px){
	#top {padding-top: 0px;}
	#top .padded {padding: 0px;}
	.featured-values h3{font-size:24px;}
	.featured-values{margin:0px;}
	.featured-values > ul.nav.nav-tabs > li > a {font-size:14px;margin-right: 0px;}
	.tab-pane {font-size: 16px; padding:30px 10px;}
}






/* PAGE TITLES MODULE */
#titles .mainheading-wrapper {
	background-size: cover !important;
}
#titles .header_text {
	text-shadow: 0 5px 20px rgba(0, 0, 0, 0.8);
}
#titles .header_text h1 {
	font-weight: 900;
}
#titles .header_text h4 {
	font-weight: 900;
}


/* PAGE IMAGES as  with Captions */


figure {
	padding: 10px;
	display: inline-block;
	width: auto;
	text-align: center;
}
figure img {
	max-width: 100%;
}
figcaption {
	color: #FFF;
	display: block;
	font-size: 90%;
	font-style: italic;
	padding: 7px 20px 10px;
	background-color: #AAA;
}



/* FAQS Accordion */
#faqs h5 {
	margin: 0px;
}
#faqs .panel {
	border-radius: 0px;
	margin-bottom: 2px;
}
#faqs .panel-default > .panel-heading {
	background-image: none;
	background-color: #FAFAFC;
	color: #575759;
}
#faqs .panel-default {
    border-color: #e6e6e8;
}
#faqs {
	counter-reset: section;
}

#faqs .panel-heading:before {
	counter-increment: section;
	content: counter(section);
	position: absolute;
	left: 20px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	border-radius: 50%;
	background-color: #FFF;
	border: 0px;
	margin-top: 8px;
	text-align: center;
	color: #777;
	border: 1px solid #e6e6e8;
}
#faqs .panel-heading {
	border-radius: 0px;
	padding: 0px 0px 0px 70px;
}
#faqs .panel-title a {
    display: block;
    padding: 15px 0px;
}
#faqs .panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top-width: 3px;
}
#faqs .panel-group .panel-heading + .panel-collapse > .panel-body, #faqs .panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: 1px solid #ddd;
    border-top-color: rgb(221, 221, 221);
}

#faqs .panel:hover .panel-heading {
	background-color: #f5f5f7;
	color: #000;
}
#faqs .panel:hover .panel-heading:before {
	color: #FFF;
}
#faqs .panel-title a:hover,
#faqs .panel-title a:focus,
#faqs .panel-title a:active {
	text-decoration: none;
	-moz-outline: none;
	outline: none;
}
#faqs .panel-body.answer {
	padding: 15px 25px;
}



/* GUIDELINES */
.guidelines {
	margin: 20px 5px;
	cursor: default;
	border-color: #e5e5e6;
}
.guidelines.table > tbody > tr > td {
    padding: 20px 10px;
    border-top: 1px dashed #e5e5e6;
}
.guidelines .guidelines-img {
	text-align:center;
	-webkit-filter:opacity(0.6);
	-moz-filter:opacity(0.6);
	-ms-filter:opacity(0.6);
	-o-filter:opacity(0.6);
	filter:opacity(0.6);
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
}

.guidelines tr:hover .guidelines-img {
	-webkit-filter:opacity(1);
	-moz-filter:opacity(1);
	-ms-filter:opacity(1);
	-o-filter:opacity(1);
	filter:opacity(1);
}

.guidelines .guideline-title,
.guidelines .guideline-title h2 {
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
}
.guidelines .guideline-title {
    font-size: 1.2em;
	font-weight: 500;
}
.guidelines tr:hover .guideline-title {
	
}
.guidelines tr:hover .guideline-title h2,
.guidelines tr:hover .guideline-title h2 a {
	
}



/* OWL Overrides */
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	opacity: 1;
}
.owl-theme .owl-controls .owl-page span {
	background: #FFF !important;
}
.mod_ext_owl_carousel_images {
	padding: 40px 0px 0px !important;
}

@media (min-width:768px){
	.mod_ext_owl_carousel_images {
		
	}
}


/* PROJECTS */
.projects-list * {
	transition: all .15s;
	-o-transition: all .15s;
	-moz-transition: all .15s;
	-webkit-transition: all .15s;
}
.projects-list {
	list-style: none;
	padding: 0px 20px;
}
.projects-list li {
	border-bottom: 1px solid #f4f4f4;
}
.projects-list li a {
	padding: 10px 20px;
	display: block;
	font-size: 18px;
}
.projects-list li a:hover {
	background-color: #FAFAFC;
	color: #272727;
	padding-left: 23px;
}




/* CLIENTS LOGOS - Masonry Macro */
/*
-webkit-
-moz-
*/

.masonry {
	-webkit-column-gap: 2em;
		-moz-column-gap: 2em;
			column-gap: 2em;
}
.masonry .item, .masonry .item * {
	-webkit-transition: all 0.3s ease;
				transition: all 0.3s ease;
}
.masonry .item {
	display: inline-block;
	margin: 0px 0px 2em;
	width: 100%;
}
.masonry.bordered {
	-webkit-column-rule: 1px solid #EFEFEF;
		-moz-column-rule: 1px solid #EFEFEF;
			column-rule: 1px solid #EFEFEF;
}
.masonry.bordered .item {
	border-bottom: 1px solid #EFEFEF;
	padding-bottom: 2em;
}
.masonry .item img {
	vertical-align: bottom;
}

@media only screen and (min-width: 180px) and (max-width:767px) {
	.masonry {
		-webkit-column-count: 2;
			-moz-column-count: 2;
				column-count: 2;
		-webkit-column-gap: 1.5em;
			-moz-column-gap: 1.5em;
				column-gap: 1.5em;
		-webkit-column-rule: 1px solid #EFEFEF;
			-moz-column-rule: 1px solid #EFEFEF;
				column-rule: 1px solid #EFEFEF;
	}
	.masonry .item {
		border: 0px none;
		border-bottom: 1px solid #EFEFEF;
		padding-bottom: 1.5em;
	}
}
@media only screen and (min-width: 768px) {
	.masonry {
		-webkit-column-count: 3;
			-moz-column-count: 3;
				column-count: 3;
	}
}
@media only screen and (min-width: 980px) {
	.masonry {
		-webkit-column-count: 4;
			-moz-column-count: 4;
				column-count: 4;
	}
}
@media only screen and (min-width: 1199px) {
	.masonry {
		-webkit-column-count: 5;
			-moz-column-count: 5;
				column-count: 5;
	}
}






/* CONTACT */
#contact-form .controls, #contact-form label {
	padding: 0px 7px;
}
#contact-form label {
	font-size: 14px;
}
.contact_address {
	line-height:24px;
}
.contact-address i, .contact-details i {
	float: left;
	margin-right: 7px;
	display: block;
	width: 16px;
}
.contact-details, .contact-details i {
    line-height: 36px;
}
.contact-details i {
	
}
.aside-contact {
	font-size: 95%;
}
.aside-contact h4 {
	margin-top: 40px;
}
.aside-contact i {
	font-size: 110%;
}
.contact-select {
	padding: 30px;
	margin: 30px 40px 20px 0px;
	color: #FFF;
}
.contact-select select {
	background-color: #43884B;
	border: 0px;
	margin: 5px 0px;
}
.contact-select select option {
	padding: 5px 0px;
	text-indent: 12px;
}
.contact-position {
	margin-top: -10px;
	margin-bottom: 20px;
	font-weight: bold;
}

/* Drawer Contact */
#drawer {
	border-bottom: 1px solid #EEE;
}
.no-wrap {
	white-space: nowrap;
	padding: 0px 5px;
}
.drawer-contact {
	padding: 15px 0px;
	text-align: left;
	display: inline-block;
}
.drawer-contact p {
	margin: 0px;
}
.drawer-contact small {
	font-weight: 900;
	opacity: 0.8;
}
.drawer-contact,
.drawer-contact p,
.drawer-contact span,
.drawer-contact a,
.drawer-contact a:visited,
.drawer-contact a:focus,
.drawer-contact a:hover,
.drawer-contact a:visited:hover {
	color: #939395;
}

/* LOWER CONTACT */
.contact {
	font-size: 1.1em;
}
.contact .contact-info {
    font-size: 1.1em;
    line-height: 1.6em;
}
.quick-contact {
    background-color: #fff;
    border: 1px solid #e9e9e9;
    box-shadow: 0px 7px 23px rgba(0,0,0,0.04);
}
.quick-contact .ba-form {
    padding: 0px;
}
@media (max-width:768px){
	.contact .contact-info {
		font-size: 0.92em;
		line-height: 1.8em;
	}
	.aside-contact, .aside-contact i {
		font-size: 100%;
	}
	.contact-select {
		margin: 30px 0px 20px 0px;
	}
	.drawer-contact {
		
	}
	.drawer-contact i {
		font-size: 22px;
	}
	.no-wrap {
		padding: 0px 7px;
	}
}

/* BA FORM PLUGIN */

form {
    margin: 0 0 18px;
}

/* Inputs default styles */
input[type="email"], 
input[type="text"], 
select, 
select[size], 
textarea {
	width: 100%;
	border: 1px solid #ECECEC;
	padding: 6px 12px;
}
textarea {
	height: 140px;
}
input, select, textarea, 
.ba-form input[type="email"], 
.ba-form input[type="text"], 
.ba-form select, 
.ba-form select[size], 
.ba-form textarea {
	padding: 6px 12px;
	transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}
input[type="email"]:focus, input[type="email"]:active,  
input[type="text"]:focus, input[type="text"]:active,
textarea:focus, textarea:active,
.ba-form input[type="email"]:focus, .ba-form input[type="email"]:active,  
.ba-form input[type="text"]:focus, .ba-form input[type="text"]:active,
.ba-form textarea:focus, .ba-form textarea:active {
	border-color: #DDDDDD !important;
	background-color: #f9f9fa !important;
}
label {
	font-weight: 100;
}
.ba-form label {
    display: block;
    line-height: initial;
}

.ba-form span { 
    display: initial !important;
}

.application-form .ba-checkMultiple .required > span {
	font-size: 14px !important;
	line-height: 1.3 !important;
}
/* Forms Grid Override & Additions */
.ba-form.register {
	margin: 20px 0 35px;
}
.ba-form.register .ba-alert {
	color: #e9322d !important;
}
.ba-form.register input[type="button"],
.ba-form.register input[type="submit"] {
	border: 3px solid #0e76bc !important;
}
.ba-form.register input[type="button"]:hover,
.ba-form.register input[type="submit"]:hover {
	background-color: #FFF !important;
	border-color: #FFF !important;
	opacity: 1 !important;
}
.ba-form.register .ba-prev {
	display:none;
}

@media (max-width: 767px){
	.ba-form {
		box-sizing: border-box;
		padding: 20px;
	}
}
@media (min-width:768px){
	.ba-form {
		box-sizing: border-box;
		padding: 0px !important;
	}
	.ba-form.register [class*="page-"] {
		position: relative;
	}
	.ba-form.register .ba-next,
	.ba-form.register .ba-btn-submit	{
		position: absolute;
		top: 10px;
		right: 0px;
		margin-top: 0px;
	}
	.ba-form.register .ba-btn-submit {
		width: 10% !important;
	}
}
@media (min-width:768px) and (max-width:1199px) {
	.ba-form .row-fluid [class*="span"] {
        margin-left: 2.564102564102564%;
    }

    .ba-form .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .ba-form .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
        line-height: 0;
    }

    .ba-form .row-fluid:after {
        clear: both;
    }

    [class*="span"] {
        float: left;
    }
	
	.ba-form .row-fluid .span6 {
        width: 48.717948717948715%;
    }
    .ba-form .row-fluid .span4 {
        width: 31.623931623931625%;
    }
}

@media (min-width:1200px){
	.ba-form.register .row-fluid .span6 {
        width: 43.123%;
    }
}
@media (min-width:992px) and (max-width:1199px){
	.ba-form.register .row-fluid .span6 {
        width: 42.423%;
    }
}
@media (min-width:768px) and (max-width:991px) {
	.ba-form.register .row-fluid .span6 {
        width: 40.8%;
    }
	.ba-form.register .ba-btn-submit {
		width: 14% !important;
	}
}




/* ARROWS */
.date-arrow {
	display: inline-block;
	position: relative;
}
.date-arrow:after {
	content: '';
	display: block;  
	position: absolute;
	left: 100%;
	top: 50%;
	margin-top: -22px;
	width: 0;
	height: 0;
	border-top: 22px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 22px solid transparent;
	border-left: 12px solid #f9f9fa;
}
.date-arrow:before {
	content: '';
	display: block;  
	position: absolute;
	left: 100%;
	top: 50%;
	margin-top: -24px;
	width: 0;
	height: 0;
	border-top: 24px solid transparent;
	border-right: 13px solid transparent;
	border-bottom: 24px solid transparent;
	border-left: 13px solid #DDDDDD;
}

@media (min-width: 100px) and (max-width: 768px) {
	.date {
		z-index: 2;
	}
	.date .btn {
		opacity: 1;
	}
	.download {
		margin-top: -15px;
		z-index: 1;
	}
	.download .btn {
		padding-top: 15px;
		padding-bottom: 13px;
		white-space: normal;
	}
	.date-arrow {
		display: inline-block;
		position: relative;
	}
	.date-arrow:after {
		content: '';
		display: block;  
		position: absolute;
		left: 3%;
		top: 50%;
		margin-top: 21px;
		width: 0;
		height: 0;
		border-top: 8px solid #f9f9fa;
		border-right: 15px solid transparent;
		border-bottom: 0px solid transparent;
		border-left: 15px solid transparent;
	}
	.date-arrow:before {
		content: '';
		display: block;  
		position: absolute;
		left: 3%;
		top: 50%;
		margin-top: 23px;
		width: 0;
		height: 0;
		border-top: 8px solid #DDDDDD;
		border-right: 14px solid transparent;
		border-bottom: 0px solid transparent;
		border-left: 15px solid transparent;
	}
}


/* SALE TABLE */
.table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th {
	border-color: #f0ad4e;
	color: #FFF;
}
.table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th {
	background-color: #ff5411;
	border-color: #ff5411;
	color: #FFF;
}
.table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th {
	border-color: #5bc0de;
	color: #FFF;
}
.table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th {
	border-color: #5cb85c;
	color: #FFF;
}


/* BOTTOM */
#bottom-full {
	border-top: 1px solid #DDD;
}

/* LOWER */

#lower {
	padding: 50px 0px;
}
/* FOOTER */
#footer {
	padding: 30px 0px 40px;
}

/* COPYRIGHT */
#copyright {
	font-size: 0.9em;
}

/* FOOTER SOCIAL */
.footer-social .footer-social {
	text-align:center;
	display:inline-block;
}
.social-icon {
	display: inline-block;
	width: 40px;
	height: 40px;
	text-align:center;
}
.social-icon a,
.social-icon a:visited {
	display:block;
	width: 40px;
	height: 40px;
	color: #AAA;
	line-height: 36px;
	border: 2px solid #777;
	background-color: transparent;
	border-radius: 100%;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.social-icon a:hover,
.social-icon a:visited:hover {
	background-color: #FFF;
	color: #333;
	border-color: #FFF;
}

/* HEADER SOCIAL */
.social-top {
	text-align: right;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	float: right;
}
.social-top .social-icon,
.social-top .social-icon a,
.social-top .social-icon a:visited {
	border-width:1px;
	font-size: 100%;
	width: 40px;
	height: 40px;
	line-height: 40px;
}
.social-top .social-icon a:hover,
.social-top .social-icon a:visited:hover {
	color: #FFFFFF;
}



.footer_menu {
	display: block;
	margin: 100px auto 30px;
	text-align: center;
}
.footer_menu li {
	display:inline-block;
}
.footer_menu li a, .footer_menu li span, .footer_menu li a:focus, .footer_menu li span:focus {
	display: block;
	padding: 5px 10px;
	margin: 2px 5px;
	color: #999;
	font-size: 14px;
	background-color: transparent;
}
.footer_menu li a:hover, .footer_menu li span:hover {
	color: #272727;
	text-decoration: none;
	background-color: transparent;
}


.subscribe {
	padding-top: 80px;
	text-align: center;
}

/* COPYRIGHT */
#copyright{
	padding: 40px 0px;
	color: #FFF;
}
#copyright a, #copyright a:visited {
	color: #FFF;
}
#copyright a:hover, #copyright a:visited:hover {
	color: #272727;
}
.footerlogo {
	padding: 20px 0px;
}


@media (max-width: 768px){
	#lower {
		padding: 0px;
	}
	#copyright .text-left,
	#copyright .text-right
	{
		text-align: center;
	}
}