/* Theme Name:Saliente-Business Bootstrap Template
Author:Jejis
Author URI:http://www.adoncreatives.net
Author e-mail:support@adoncreatives.net/dickenstn@gmail.com
Version: 1.0.0
Created:September 2015
License URI:http://support.themeforest.net/
File Description:Main CSS file of the template */

/* 1 Typography
----------------------------------------------------------------------------- */
html {
	height: 100%;
}

@font-face {
    font-family: 'Playball-Regular';
    src:url(../fonts/Playball-Regular.ttf) format('truetype');
}
@font-face {
	font-family: 'Arimo-Regular';
    src:url(../fonts/Arimo-Regular.ttf) format('truetype');
}

body {
color: #888;
font-family: "Roboto Condensed", sans-serif;
padding: 0px !important;
margin: 0px !important;
font-weight: 400;
line-height: 22px;
font-size: 14px; }

body.full-height, body.full-height .page-wrapper {
	background-color: #fafafa;
	min-height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #343434;
	line-height: 1.2;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: #343434;
}
h1 {
	font-size: 38px;
	font-weight: 700;
}
h2 {
	font-size: 28px;
	margin-bottom: 15px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 18px;
	font-weight: 700;
}
h5 {
	font-size: 16px;
	font-weight: 700;
}
h6 {
	font-weight: 700;
}
.breadcrumb-wrap {
    padding: 30px 0px;
    background-repeat: no-repeat;
	background-color: #F8F8F8;
    border-top: 1px solid #F0F0F0;
    border-bottom: 1px solid #F0F0F0;
}
h3.heading::after {
    position: relative;
    left: 18px;
    content: "";
    display: inline-block;
    width: 200%;
    vertical-align: middle;
    height: 0.5em;
    margin: 0px -200% 0px 0px;
    border-top: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
}
h3.heading {
    color: #000;
    font-size: 15px;
    font-weight: 700;
    font-style: normal;
    margin: 0px 0px 20px;
    padding-bottom: 10px;
    position: relative;
    text-transform: uppercase;
    overflow: hidden;
    vertical-align: middle;
    font-family: "Raleway",sans-serif;
}
.colored{
	color:#97BC23 !important;
}

/* Medium devices (desktops, tablets, 992px and up) */
@media (min-width:992px) {
	.title {
    margin-top: 0px;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 34px;
	}
}

.mb20{
margin-bottom:20px;
}
.contact-list li {
    margin-bottom: 5px;
}
.contact-list {
    margin-bottom: 30px;
}
.contact-list li {
    margin-bottom: 5px;
}
#contact-section {
    padding: 60px 0 50px;
    margin-bottom: 60px;
}
#contact-section.contact-bg {
    background-image: url(../images/backgrounds/contactbg.jpg);
    -webkit-background-size: cover;
    background-size: cover;
}
.bg-gray{
background:#f9f9f9;
}

.lead{
margin-bottom: 35px;
font-weight: 400;
line-height: 1.4;
font-size: 16px !important;
}
.sidebar .title {
	margin-bottom: 15px;
	margin-top: 20px;
	position: relative;
}
.sidebar ul.circled li {
    line-height: 36px;
	text-transform: uppercase;
}
.row-showcase div[class*=" col"], .row-showcase div[class^="col"] {
    background-color: #F1F1F1;
    padding-top: 30px;
    padding-bottom: 30px;
    border: 1px solid #FFF;
    text-align: center;
    transition: #000 0.5s ease 0s;
}
.pie-progressbar .percentage {
  position: relative;
  width: 150px;
  height: 150px;
  line-height: 150px;
  font-weight: 600;
  font-size: 16px;
  color: #97BC23;
  margin: 0 auto;
}
.pie-progressbar .percentage canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.pie-progressbar .pie-progressbar-title {
  font-family: 'Raleway';
  font-size: 16px;
  font-weight: 500;
  margin-top: 20px;
  color: #606364;
}
.pie-progressbar {
    text-align: center;
}
ul.circled {
    padding: 0px;
    list-style: outside none none;
}
ul.circled li::before {
    content: "";
    margin-right: 10px;
    font-weight: normal;
    vertical-align: top;
    padding-top: 1px;
    display: inline-block;
    font-family: "fontello-circle";
    color: #97BC23;
    font-size: 8px;
}
.alert-info .alert-link2 {
    color: #fff;
}
.sidebar a {
    color: #999;
}
.page-header {
	margin-top: 20px;
	padding-top: 20px;
}
p {
	margin-bottom: 20px;
}
a {
	color: #97BC23;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
a:hover {
	color: #BDF216;
	text-decoration:none;
}
a:focus,
a:active {
	outline: none;
	color: #BDF216;
}
.breadcrumb-wrap h4{
font-weight: 500;
font-size: 20px;
}

.no-trans * {
	-webkit-transition: none !important;
	   -moz-transition: none !important;
		-ms-transition: none !important;
		 -o-transition: none !important;
			transition: none !important;
}
.bd600{
	font-weight: 600;
}
img {
	display: block;
	max-width: 100%;
	height: auto;
}
blockquote {
	border-left: none;
	display: block;
	margin: 20px auto 20px;
	font-size: 16px;
	position: relative;
	padding: 10px 10px 10px 0px;
	margin-left: 40px;
}
blockquote:after {
	content: "“";
	width: 25px;
	height: 25px;
	line-height: 64px;
	font-size: 64px;
	font-family: 'PT Serif', serif;
	position: absolute;
	top: 12px;
	left: -45px;
}
.blockquote:before {
	font-family: 'PT Serif', serif;
	content: "“";
	font-size: 40px;
}
blockquote.inline {
	padding: 0;
}
blockquote.inline p {
	width: 60%;
	display: inline-block;
	margin: 0;
}
blockquote.inline footer {
	width: 37%;
	display: inline-block;
	padding-left: 5px;
}
blockquote.inline:after {
	top: 0;
}
mark,
.mark {
	background-color: #97BC23;
	color: #ffffff;
}
pre {
	padding: 20px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.text-muted {
	color: #999999;
}
.text-default {
	color: #97BC23;
}
.bgwhite{
	background:#fff;
}
.highlight {
    padding: 0px 0.3em;
    background: #EAEAEA none repeat scroll 0% 0%;
}
.highlight.reverse {
    color: #FFF;
    background: #505050 none repeat scroll 0% 0%;
}
.highlight.first-color {
    color: #FFF;
    background: #97BC23 none repeat scroll 0% 0%;
}
.dropcap-bg {
    padding: 0.03em 0.06em;
    color: #FFF !important;
    margin-right: 0.15em;
    background: #505050 none repeat scroll 0% 0%;
}
.dropcap-bg.first-color {
    background: #97BC23 none repeat scroll 0% 0%;
}
.dropcap, .dropcap-bg {
    font-size: 3.8em;
    line-height: 1;
    padding-right: 0.2em;
    float: left;
    color: #505050;
}
.dropcap, .dropcap-bg, .label, label.input-desc {
    text-transform: uppercase;
}
.well {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background-color: #f3f3f3;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .05);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .05);
}
.icons-page i {
	color: #333;
	font-size: 20px;
}
hr.dark {
	border-color: #333333;
}


/*** Preloader Styling
------------------------------------------------ *****/
.preloader-container {
	width: 100%;
	height: 100%;
	z-index: 10001;
	position: fixed;
	top: 0;
	left: 0;
}
.loaded .preloader-container {
	visibility: hidden;

	transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);

	transition: all 0.3s 1s ease-out;
	-moz-transition: all 0.3s 1s ease-out;
	-webkit-transition: all 0.3s 1s ease-out;  
	-ms-transition: all 0.3s 1s ease-out;
	-o-transition: all 0.3s 1s ease-out;
}
.preloader-container:before,
.preloader-container:after {
	width: 50%;
	height: 100%;
	content: '';
	background-color: #fff;
	display: block;
	position: absolute;
	top: 0;
	transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
	-moz-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
	-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
	-ms-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
	-o-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
.preloader-container:before {
	left: 0;
}
.loaded .preloader-container:before {
	left: -100%;
}
.preloader-container:after {
	right: 0;
}
.loaded .preloader-container:after {
	right: -100%;
}


/*** animation ***/
#loading-center-absolute {
	z-index: 10002;
	position: absolute;
	left: 50%;
	top: 50%;
	height: 150px;
	width: 150px;
	margin-top: -75px;
	margin-left: -75px;
}

#loading-center-absolute:before,
#loading-center-absolute:after {
    position: absolute;
    content: "";
    left: 50%;
    top: 30%;
    width: 50px;
    height: 80px;
    background-color: #97BC23;
    -moz-border-radius: 50px 50px 0 0;
    border-radius: 50px 50px 0 0;
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transform-origin: 0 100%;
       -moz-transform-origin: 0 100%;
        -ms-transform-origin: 0 100%;
         -o-transform-origin: 0 100%;
            transform-origin: 0 100%;
}
#loading-center-absolute:after {
    left: 18%;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform-origin: 100% 100%;
       -moz-transform-origin: 100% 100%;
        -ms-transform-origin: 100% 100%;
         -o-transform-origin: 100% 100%;
            transform-origin :100% 100%;
}

.loaded #loading-center-absolute {
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;  
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
}
.object{
	width: 10px;
	height: 16px;
	position: absolute;
	z-index: 510;
	left: 65px;
	top: 65px;
}

.object:before,
.object:after {
    position: absolute;
    content: "";
    left: 10px;
    top: 0;
    width: 10px;
    height: 16px;
    background-color: #97BC23;
    -moz-border-radius: 16px 16px 0 0;
    border-radius: 16px 16px 0 0;
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transform-origin: 0 100%;
       -moz-transform-origin: 0 100%;
        -ms-transform-origin: 0 100%;
         -o-transform-origin: 0 100%;
            transform-origin: 0 100%;
}
.object:after {
    left: 0;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform-origin: 100% 100%;
       -moz-transform-origin: 100% 100%;
        -ms-transform-origin: 100% 100%;
         -o-transform-origin: 100% 100%;
            transform-origin :100% 100%;
}


.object:nth-child(2n+0) {
	margin-right: 0px;
}
#object_one {
	-webkit-animation: object_one 2s infinite;
	animation: object_one 2s infinite;
	-webkit-animation-delay: 0.2s; 
    animation-delay: 0.2s; 
	}
#object_two {
	-webkit-animation: object_two 2s infinite;
	animation: object_two 2s infinite;
	-webkit-animation-delay: 0.3s; 
    animation-delay: 0.3s; 
	}
#object_three {
	-webkit-animation: object_three 2s infinite;
	animation: object_three 2s infinite;
	-webkit-animation-delay: 0.4s; 
    animation-delay: 0.4s; 
	}
#object_four {
	-webkit-animation: object_four 2s infinite;
	animation: object_four 2s infinite;
	-webkit-animation-delay: 0.5s; 
    animation-delay: 0.5s; 
}
#object_five {
	-webkit-animation: object_five 2s infinite;
	animation: object_five 2s infinite;
	-webkit-animation-delay: 0.6s; 
    animation-delay: 0.6s; 
}
#object_six {
	-webkit-animation: object_six 2s infinite;
	animation: object_six 2s infinite;
	-webkit-animation-delay: 0.7s; 
    animation-delay: 0.7s; 
}
#object_seven {
	-webkit-animation: object_seven 2s infinite;
	animation: object_seven 2s infinite;
	-webkit-animation-delay: 0.8s; 
    animation-delay: 0.8s; 
}
#object_eight {
	-webkit-animation: object_eight 2s infinite;
	animation: object_eight 2s infinite;
	 -webkit-animation-delay: 0.9s; 
    animation-delay: 0.9s; 
}
#object_big {
	position: absolute;
	width: 50px;
	height: 50px;
	left: 50px;
	top: 50px;
	-webkit-animation: object_big 2s infinite;
	animation: object_big 2s infinite;
	-webkit-animation-delay: 0.5s; 
    animation-delay: 0.5s;
}


@-webkit-keyframes object_big {
 50% { -webkit-transform: scale(0.5); }

}

@keyframes object_big {
 50% { 
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  } 

}

@-webkit-keyframes object_one {
 50% { -webkit-transform: translate(-65px,-65px)  ; }

}

@keyframes object_one {
 50% { 
    transform: translate(-65px,-65px) ;
    -webkit-transform: translate(-65px,-65px) ;
  } 

}

@-webkit-keyframes object_two {
  50% { -webkit-transform: translate(0,-65px) ; }
}

@keyframes object_two {
 50% { 
    transform: translate(0,-65px) ; 
    -webkit-transform: translate(0,-65px) ; 
  } 

}

@-webkit-keyframes object_three {
 50% { -webkit-transform: translate(65px,-65px) ; }
}

@keyframes object_three {
 50% { 
    transform: translate(65px,-65px) ;
    -webkit-transform: translate(65px,-65px) ;
  } 
}

@-webkit-keyframes object_four {
  
  50% { -webkit-transform: translate(65px,0) ; }

}

@keyframes object_four {
  50% { 
    transform: translate(65px,0) ;
    -webkit-transform: translate(65px,0) ;
  } 

}

@-webkit-keyframes object_five {
  
  50% { -webkit-transform: translate(65px,65px) ; }

}

@keyframes object_five {
  50% { 
    transform: translate(65px,65px) ;
    -webkit-transform: translate(65px,65px) ;
  } 

}



@-webkit-keyframes object_six {
  
  50% { -webkit-transform: translate(0,65px) ; }

}

@keyframes object_six {
  50% { 
    transform:  translate(0,65px) ;
    -webkit-transform:  translate(0,65px) ;
  } 

}


@-webkit-keyframes object_seven {
  
  50% { -webkit-transform: translate(-65px,65px) ; }

}

@keyframes object_seven {
  50% { 
    transform: translate(-65px,65px) ;
    -webkit-transform: translate(-65px,65px) ;
  } 

}

@-webkit-keyframes object_eight {
  
  50% { -webkit-transform: translate(-65px,0) ; }

}
@keyframes object_eight {
  50% { 
    transform: translate(-65px,0) ;
    -webkit-transform: translate(-65px,0) ;
  } 

}


/*Sidebar*/
.section-title h3, .section-title h2 {
    margin-top: 0px;
    font-weight: 800;
    font-size: 19px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 20px;
    letter-spacing: 1px;
}
.section-title h3::after, .section-title h2::after {
    content: "";
    width: 40px;
    height: 2px;
    background: #97BC23 none repeat scroll 0% 0%;
    position: absolute;
    bottom: -5px;
    left: 0px;
}
.widget ul {
    margin: 0px;
    padding-left: 0px;
}
.widget ul li::before {
    font-family: "FontAwesome";
    content: "";
    font-size: 14px;
    display: inline-block;
    margin-left: -1em;
    width: 1.2em;
    position: relative;
    left: 0px;
    transition: left 0.3s ease 0s;
}
.widget ul li {
    list-style: outside none none;
}
.widget ul li {
    list-style: outside none none;
    padding: 5px 0px 5px 1em;
    border-bottom: 1px solid #F2F2F2;
	color:#888;
}
.widget ul li a{
	color:#888;
}
.widget .cw-tags a {
  color: #808080;
  border: 1px solid #ebebeb;
  display: inline-block;
  padding: 3px 16px;
  font-size: 14px;
  line-height: 22px;
  margin: 0 1px 6px 0;
  background-color: transparent;
  -webkit-transition: background 0.3s, color 0.3s, border-color 0.3s;
          transition: background 0.3s, color 0.3s, border-color 0.3s;
}
.widget .cw-tags a:hover {
  background: #97BC23;
  border-color: #97BC23;
  color: #fff;
}
.all-tags a {
  border: 1px solid #97BC23;
  color: #97BC23;
  padding: 5px 10px;
  display: inline-block;
  margin-bottom: 5px;
  -webkit-transition: border 0.3s, color 0.3s, background 0.3s;
  transition: border 0.3s, color 0.3s, background 0.3s;
}
.all-tags a:hover {
  color: #fff;
  background: #97BC23;
  border-color: #97BC23;
}
.sidebar textarea, input[type="text"], input[type="password"], input[type="search"] {
    background-color: #FFF;
    border: 1px solid #DDD;
    color: #666;
    font-size: 1em;
    text-indent: 10px;
    outline: medium none;
    width: 100%;
    height: 40px;
}

/*--------------- COUNTDOWN ---------------*/
.countdown {
  text-align: center;
}
.countdown.countdown-style1 header {
  margin-bottom: 42px;
}
.countdown.countdown-style1 header .watch-icon {
  margin-bottom: 27px;
}
.countdown.countdown-style1 header .watch-icon .icon-container {
  display: inline-block;
}
.countdown.countdown-style1 header .watch-icon .icon-container i {
  font-size: 4.6em;
}
.countdown.countdown-style1 header h1 {
  font-family: 'Lobster', serif;
  font-size: 40px;
  text-transform: none;
  font-weight: normal;
  margin-bottom: 8px;
}
.countdown.countdown-style1 header h5 {
  margin-bottom: 0;
}
.countdown.countdown-style1 .countdown-timer .countdown-section {
  display: inline-block;
  margin-bottom: 20px;
}
.countdown.countdown-style1 .countdown-timer .countdown-section .countdown-amount {
  font-family: 'Raleway', sans-serif;
  font-size: 50px;
  font-weight: 600;
  display: inline-block;
  width: 80px;
  height: 80px;
  padding-top: 24px;
  margin-right: 11px;
  margin-bottom: 11px;
  margin-left: 11px;
  background: #ff4d4d;
  color: white;
}
.countdown.countdown-style1 .countdown-timer .countdown-section .countdown-period {
  display: block;
  font-size: 18px;
}
.countdown.countdown-style2 header {
  position: relative;
  padding-bottom: 27px;
  margin-bottom: 66px;
}
.countdown.countdown-style2 header:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  display: inline-block;
  width: 80px;
  height: 1px;
  background: #ccc;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.countdown.countdown-style2 header .logo-container {
  margin-bottom: 50px;
}
.countdown.countdown-style2 header h1 {
  font-family: 'Lobster', serif;
  font-size: 60px;
  font-weight: normal;
  text-transform: none;
  margin-bottom: 23px;
}
.countdown.countdown-style2 header h5 {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 300;
  text-transform: none;
}
.countdown.countdown-style2 .countdown-timer {
  margin-bottom: 50px;
}
.countdown.countdown-style2 .countdown-timer .countdown-section {
  display: inline-block;
  margin-bottom: 30px;
}
.countdown.countdown-style2 .countdown-timer .countdown-section .countdown-amount {
  font-family: 'Raleway', sans-serif;
  font-size: 55px;
  font-weight: 600;
  display: inline-block;
  width: 127px;
  height: 127px;
  padding-top: 48px;
  color: white;
  border: 2px solid white;
  margin-right: 12px;
  margin-bottom: 20px;
  margin-left: 12px;
  -webkit-border-radius: 50em;
  -moz-border-radius: 50em;
  border-radius: 50em;
}
.countdown.countdown-style2 .countdown-timer .countdown-section .countdown-period {
  display: block;
  font-size: 18px;
}
.countdown.countdown-style2 .subscribe-form {
  margin-bottom: 67px;
}
.countdown.countdown-style2 .subscribe-form .subscribe-email-container {
  display: inline-block;
  position: relative;
}
.countdown.countdown-style2 .subscribe-form .subscribe-email-container .icon {
  position: absolute;
  top: 50%;
  left: 16px;
  font-size: 1.8em;
  color: #666;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.countdown.countdown-style2 .subscribe-form .subscribe-email-container input[type=text] {
  display: inline-block;
  width: 470px;
  padding-top: 17px;
  padding-bottom: 18px;
  padding-left: 55px;
  border: 1px solid #ddd;
  margin-right: 7px;
}
.countdown.countdown-style2 .subscribe-form input[type=submit] {
  border: none;
  background: #ff4d4d;
  text-transform: uppercase;
  color: white;
  padding: 18px 36px 19px;
}
.countdown.countdown-style2 .subscribe-form ::-webkit-input-placeholder {
  color: #444444;
}
.countdown.countdown-style2 .subscribe-form :-moz-placeholder {
  color: #444444;
}
.countdown.countdown-style2 .subscribe-form ::-moz-placeholder {
  color: #444444;
}
.countdown.countdown-style2 .subscribe-form :-ms-input-placeholder {
  color: #444444;
}
.countdown.countdown-style2 .copyright {
  font-weight: 400;
  margin-bottom: 26px;
}
.countdown.countdown-style2 .socials-container {
  text-align: center;
}
.countdown.countdown-style2 .socials-container ul li {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
}
.countdown.countdown-style2 .socials-container ul li a i {
  font-size: 1.6em;
}
.countdown.countdown-style3 header {
  position: relative;
  padding-bottom: 27px;
  margin-bottom: 66px;
}
.countdown.countdown-style3 header:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  display: inline-block;
  width: 80px;
  height: 1px;
  background: #ccc;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.countdown.countdown-style3 header h1 {
  font-family: 'Raleway', sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.countdown.countdown-style3 header h5 {
  font-family: 'Lobster', serif;
  font-size: 40px;
  text-transform: none;
}
.countdown.countdown-style3 .countdown-timer {
  margin-bottom: 50px;
}
.countdown.countdown-style3 .countdown-timer .countdown-section {
  display: inline-block;
}
.countdown.countdown-style3 .countdown-timer .countdown-section .countdown-amount {
  font-family: 'Raleway', sans-serif;
  font-size: 55px;
  font-weight: 600;
  display: inline-block;
  width: 127px;
  height: 127px;
  padding-top: 48px;
  color: white;
  border: 3px solid rgba(255, 255, 255, 0.9);
  margin-right: 12px;
  margin-bottom: 20px;
  margin-left: 12px;
  -webkit-border-radius: 50em;
  -moz-border-radius: 50em;
  border-radius: 50em;
}
.countdown.countdown-style3 .countdown-timer .countdown-section .countdown-period {
  display: block;
  font-size: 18px;
}

/* ----------------------------------------------------------------
	Flex Slider
-----------------------------------------------------------------*/


.fslider,
.fslider .flexslider,
.fslider .slider-wrap,
.fslider .slide,
.fslider .slide > a,
.fslider .slide > img,
.fslider .slide > a > img {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
}

.fslider { min-height: 32px; }


.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  { outline: none; border: none; }
.slider-wrap,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none; border: none;}

.flexslider {position: relative;margin: 0; padding: 0;}
.flexslider .slider-wrap > .slide {display: none; -webkit-backface-visibility: hidden;}
.flexslider .slider-wrap img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

.slider-wrap:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slider-wrap {display: block;}
* html .slider-wrap {height: 1%;}

.no-js .slider-wrap > .slide:fim-child {display: block;}

.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.flex-control-nav {
	position: absolute;
	z-index: 10;
	text-align: center;
	top: 14px;
	right: 10px;
	margin: 0;
}

.flex-control-nav li {
	float: left;
	display: block;
	margin: 0 3px;
	width: 10px;
	height: 10px;
}

.flex-control-nav li a {
	display: block;
	cursor: pointer;
	text-indent: -9999px;
	width: 10px !important;
	height: 10px !important;
	border: 1px solid #FFF;
	border-radius: 50%;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}

.flex-control-nav li:hover a,
.flex-control-nav li a.flex-active { background-color: #FFF; }


/*================================== 
Subscribe
==================================*/

.subscribeForm .input-lg {
	height: 53px;
	border-radius: 0;
	margin-right: 5px;
}
.subscribeForm .btn-md {
	padding: 13px 28px;
	font-size: 16px;
	margin-top: 0px;
	color:#fff;
}

/*Section settings*/
.simple-heading h3 {
    font-size: 18px;
	text-transform:uppercase;
}
.simple-heading  {
font-weight: 600;
margin-bottom: 0px;
}
.centered{
margin: 0px auto;
display:table;
}
.section-pad{
padding: 60px 0px;
}
.grey-bg{
background-color: #F1F1F1;
}
.main-bg{
background:#97BC23;
}
.row-margin-bot{
margin-bottom:30px;
}
.port-bg {
    margin-bottom: 0px !important;
    background-image: url("../images/portbg.jpg") !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.text-white{
color:#fff !important;
}
.circle-list {
  list-style: none;
  padding: 0;
  display: block; }
  .circle-list:before, .circle-list:after {
    content: " ";
    display: table; }
  .circle-list:after {
    clear: both; }
  .circle-list li {
    margin-bottom: 20px; }
  .circle-list i {
    border: 1px solid #A8A8A8;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    margin-right: 10px;
    vertical-align: middle; }
/*margins*/
.margin10 {
  margin-bottom: 10px;
}

.margin20 {
  margin-bottom: 20px;
}

.margin30 {
  margin-bottom: 30px;
}

.margin40 {
  margin-bottom: 40px;
}

.margin50 {
  margin-bottom: 50px;
}

.margintp30 {
  margin-top: 25px !important;
}

.margin60 {
  margin-bottom: 60px;
}

.margin70 {
  margin-bottom: 70px;
}

.margin80 {
  margin-bottom: 80px;
}
.margin90 {
  margin-bottom: 90px;
}

.no-padding {
  padding: 0px;
}
.main-color{
color:#97BC23;
}

.list-style.list-square {
    list-style-type: square;
}
.list-style {
    padding-left: 20px;
}
.list-style.list-circle {
    list-style-type: circle;
}
.list-style.list-decimal {
    list-style-type: decimal;
}
.list-style.list-disc {
    list-style-type: disc;
}
.list-style.list-lower-alpha {
    list-style-type: lower-alpha;
}
.list-style.list-upper-alpha {
    list-style-type: upper-alpha;
}
.list-style.list-lower-roman {
    list-style-type: lower-roman;
}
.list-style.list-upper-roman {
    list-style-type: upper-roman;
}

.shadow-top-bottom {
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.02), 0px -5px 5px rgba(0, 0, 0, 0.02);
}
.border-bottom {
    border-bottom: 1px solid #F2F2F2;
}
.border-top {
    border-top: 1px solid #F2F2F2;
}

.mb-30 {
    margin-bottom: 30px;
}
.dash::after {
    content: "";
    display: block;
    border-bottom: 2px solid #000;
    width: 50px;
    padding-top: 0px;
    margin-bottom: 30px;
}

.no-padding.gray {
  background-color: #f5f5f5;
}

.no-padding-inner h3 {
  text-transform: uppercase;
  font-weight: 700;
}

.no-padding-inner {
  padding: 60px;
}

@media (max-width: 568px) {
  .no-padding-inner {
    padding: 15px;
  }
}
.margin-0 {
  margin: 0px !important;
}

.wide-img-showcase-row {
  position: relative;
}

.no-padding.img {
  background: url(../images/hero-1.jpg) scroll center no-repeat;
  background-size: cover;
  position: absolute;
  height: 100%;
}

.no-padding.img-2 {
  background: url(../images/misc/service-7.jpg) scroll center no-repeat;
  background-size: cover;
  position: absolute;
  height: 100%;
}

.wide-img-showcase blockquote {
    padding: 5px 15px;
    border-left-width: 2px;
}
.wide-img-showcase blockquote {
    padding: 10px 20px;
    margin: 0px 0px 20px;
    font-size: 14px;
    border-left: 5px solid #EEE;
}
.wide-img-showcase blockquote::after {
    content: "";
    width: 25px;
    height: 25px;
    line-height: 64px;
    font-size: 64px;
    font-family: "PT Serif",serif;
    position: absolute;
    top: 12px;
    left: -45px;
}
.headline-left .headline-brd {
    color: #555;
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 10px;
}
.headline-left .headline-brd::after {
    left: 1px;
    z-index: 1;
    width: 30px;
    height: 2px;
    content: " ";
    bottom: -5px;
    position: absolute;
    background: #72C02C none repeat scroll 0% 0%;
}
.headline-left .headline-brd2 {
    color: #555;
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 10px;
}
.headline-left .headline-brd2::after {
    left: 1px;
    z-index: 1;
    width: 30px;
    height: 2px;
    content: " ";
    bottom: -5px;
    position: absolute;
    background: #ffffff none repeat scroll 0% 0%;
}
.wide-img-showcase .checked-list i {
    color: #72C02C;
    margin-right: 5px;
}
.parallax-counter-v1 h4 {
    color: #EEE;
    font-size: 16px;
    text-transform: uppercase;
}
.parallax-counter-v1 span.counter {
    font-size: 42px;
    line-height: 48px;
}
.parallax-counter-v1 .counters {
    color: #FFF;
    padding: 15px 0px 10px;
    border: 1px solid #eee;
	text-align: center;
}

@media (max-width: 767px) {
  .no-padding.img {
    position: relative;
    height: 300px;
  }
}
/*-- newsletter --*/
.newsletter{
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	min-height:300px;
}
.get-in-grids{
	padding:1em 2em;
	margin: 7.5em 0em 0;
}
.banner-bottom1-grid:nth-child(2) {
  padding-left: 2em !important;
}
.news-grid-left {
  padding: 0 !important;
}
.banner-bottom1-grid:nth-child(1) {
  padding: 0 !important;
}
.get-in-grid-left{
	float:left;
	width: 26%;
}
.get-in-grid-left p{
font-size: 2.0em;
color: #97BC23;
margin: 14px 0px 0px;
text-align: center;
}
.get-in-grid-right{
	float:left;
	margin-left:1em;
	width: 72%;
}
.get-in-grid-right input[type="text"]{
	outline:none;
	color:#BBB;
	font-size:14px;
	width:75%;
	padding:13px 10px;
	background:#fff;
}
.get-in-grid-right input[type="submit"]{
	background:#97BC23;
	width:20%;
	color:#fff;
	font-size:15px;
	padding:13px 0;
	border:none;
	outline:none;
	margin: 0 0 0 2em;
	transition:.5s all;
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	-o-transition:.5s all;
	-ms-transition:.5s all;
}
.get-in-grid-right input[type="submit"]:hover{
	background:#12A10C;
}
/*-- //newsletter --*/
/*Why Choose Us*/
.image_bg_7 {
    background: transparent url("../images/backgrounds/bg3.jpg") no-repeat scroll 0% 0%;
}
.section_offset {
    padding: 63px 0px 67px;
}
.m_bottom_8 {
    margin-bottom: 8px;
}
.m_right_15 {
    margin-right: 15px;
}
.color_light{
border-color: #FFF;
color:#fff;
}
.video-container {
	position: relative;
	padding-bottom: 35.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*--------------- ICON BOX ---------------*/
.icon-box-wrapper {
  overflow: hidden;
}
.icon-box-wrapper .icon-box-image {
  position: relative;
}
.icon-box-wrapper .icon-box-image.pull-down {
  margin-bottom: -300px;
}
.icon-box-wrapper.icon-box-wrapper-style2 {
  height: 100%;
  overflow: hidden;
}
.icon-box-wrapper.icon-box-wrapper-style2 > .row > div[class^=col-] {
  padding-right: 0;
  padding-left: 0;
}
.icon-box-wrapper.icon-box-wrapper-style2 .icon-box-image {
  padding: 0;
}
.icon-box-wrapper.icon-box-wrapper-style2 .icon-box-image figure {
  overflow: hidden;
  background-position: center;
  background-size: cover;
}
.icon-box-wrapper.icon-box-wrapper-style2 .icon-box-image figure img {
  width: 100%;
  height: 100%;
}
.icon-box-wrapper.icon-box-wrapper-style2 .icon-box-container {
  overflow: hidden;
}
.icon-box-wrapper.icon-box-wrapper-style2 .icon-box-container > .row > div[class^=col-] {
  padding-right: 0;
  padding-left: 0;
}
.icon-box-wrapper.icon-box-wrapper-style2 .icon-box-container > .row > div[class^=col-]:last-child .icon-box {
  border-bottom: none;
}
.icon-box-wrapper.icon-box-wrapper-style2 .icon-box-container .icon-box {
  padding: 90px 40px 90px 50px;
  margin-bottom: 0;
  height: 100%;
  overflow: hidden;
}
.icon-box-wrapper.icon-box-wrapper-style2 .icon-box-container .icon-box .icon-box-details p:last-of-type,
.icon-box-wrapper.icon-box-wrapper-style2 .icon-box-container .icon-box .icon-box-details p:last-child {
  margin-bottom: 0;
}
.icon-box-wrapper.icon-box-wrapper-style2.image-left .icon-box-container.icon-box-container-style2,
.icon-box-wrapper.icon-box-wrapper-style2.image-right .icon-box-container.icon-box-container-style2 {
  padding-right: 100px;
  padding-left: 100px;
}
.icon-box-wrapper.icon-box-wrapper-style2.image-left .icon-box-container.icon-box-container-style2:after,
.icon-box-wrapper.icon-box-wrapper-style2.image-right .icon-box-container.icon-box-container-style2:after {
  content: none;
}
.icon-box-wrapper.icon-box-wrapper-style2.image-left .icon-box-container {
  padding: 15px;
  position: relative;
}
.icon-box-wrapper.icon-box-wrapper-style2.image-left .icon-box-container:before,
.icon-box-wrapper.icon-box-wrapper-style2.image-left .icon-box-container:after {
  content: '';
  display: inline-block;
  position: absolute;
  background: #ccc;
}
.icon-box-wrapper.icon-box-wrapper-style2.image-left .icon-box-container:before {
  top: 50%;
  left: 15px;
  right: 30px;
  height: 1px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.icon-box-wrapper.icon-box-wrapper-style2.image-left .icon-box-container:after {
  width: 1px;
  top: 15px;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.icon-box-wrapper.icon-box-wrapper-style2.image-left .icon-box-container > .row {
  margin-left: 0;
  margin-right: 0;
}
/*.icon-box-wrapper.icon-box-wrapper-style2.image-left .icon-box-container > .row > div[class^=col-]:nth-child(even) {
  padding-right: 15px;
}*/
.icon-box-wrapper.icon-box-wrapper-style2.image-right .icon-box-container {
  padding-top: 16px;
  padding-right: 0;
  padding-bottom: 16px;
  padding-left: 0;
  position: relative;
}
.icon-box-wrapper.icon-box-wrapper-style2.image-right .icon-box-container:before,
.icon-box-wrapper.icon-box-wrapper-style2.image-right .icon-box-container:after {
  content: '';
  display: inline-block;
  position: absolute;
  background: #ccc;
}
.icon-box-wrapper.icon-box-wrapper-style2.image-right .icon-box-container:before {
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform:     translateY(-50%);
  transform:         translateY(-50%);
}
.icon-box-wrapper.icon-box-wrapper-style2.image-right .icon-box-container:after {
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.icon-box-wrapper.icon-box-wrapper-style2.image-right .icon-box-container > .row {
  margin-left: 0;
  margin-right: 0;
}
.icon-box-wrapper.icon-box-wrapper-style2.no-lines .icon-box-container:before,
.icon-box-wrapper.icon-box-wrapper-style2.no-lines .icon-box-container:after {
  content: none !important;
}
.icon-box-wrapper.icon-box-wrapper-style3 .section-title {
  margin-bottom: 61px;
}
.icon-box-wrapper.icon-box-wrapper-style3 .icon-box-image {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}
.icon-box-wrapper.icon-box-wrapper-style4 {
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}
.icon-box-wrapper.icon-box-wrapper-style4 .icon-box {
  float: left;
  width: 20%;
  padding-left: 15px;
  padding-right: 15px;
}
.icon-box-wrapper.icon-box-wrapper-style4.milky-white-bg .icon-box:hover {
  background: #eee;
}
.icon-box-wrapper .icon-box {
  -webkit-transition: 0.3s all 0.001s ease-out;
  -moz-transition: 0.3s all 0.001s ease-out;
  transition: 0.3s all 0.001s ease-out;
}
.icon-box-wrapper .icon-box .icon-container {
  float: left;
  display: inline-block;
}
.icon-box-wrapper .icon-box .icon-container i {
  display: inline-block;
  font-size: 3.3em;
}
.icon-box-wrapper .icon-box .icon-container.icon-2x i {
  font-size: 6em;
  margin-top: -18px;
  margin-left: -4px;
}
.icon-box-wrapper .icon-box .icon-container.icon-3x i {
  font-size: 7.5em;
  margin-top: -30px;
  margin-left: -16px;
}
.icon-box-wrapper .icon-box .icon-box-details {
  overflow: hidden;
}
.icon-box-wrapper .icon-box .icon-box-details p:last-of-type,
.icon-box-wrapper .icon-box .icon-box-details p:last-child {
  margin-bottom: 0;
}
.icon-box-wrapper .icon-box:hover .icon-container i {
  -webkit-animation: pulse 0.5s alternate;
  -moz-animation: pulse 0.5s alternate;
  animation: pulse 0.5s alternate;
}
.icon-box-wrapper .icon-box.icon-box-style1 {
  margin-bottom: 77px;
}
.icon-box-wrapper .icon-box.icon-box-style1 .icon-container {
  float: left;
  margin-right: 16px;
}
.icon-box-wrapper .icon-box.icon-box-style2 {
  margin-bottom: 77px;
}
.icon-box-wrapper .icon-box.icon-box-style2 .icon-container {
  float: left;
  display: inline-block;
  width: 70px;
  height: 70px;
  text-align: center;
  padding-top: 12px;
  margin-right: 32px;
  -webkit-border-radius: 50em;
  -moz-border-radius: 50em;
  border-radius: 50em;
  -webkit-transition: 0.3s all 0.001s ease-out;
  -moz-transition: 0.3s all 0.001s ease-out;
  transition: 0.3s all 0.001s ease-out;
}
.icon-box-wrapper .icon-box.icon-box-style2:hover .icon-container {
  background: #444444 !important;
  color: white;
}
.icon-box-wrapper .icon-box.icon-box-style3 {
  padding: 67px 40px 56px;
  text-align: center;
  border-right: 1px solid #ddd;
}
.icon-box-wrapper .icon-box.icon-box-style3 .icon-container {
  float: none;
  margin-bottom: 27px;
}
.icon-box-wrapper .icon-box.icon-box-style4 {
  margin-bottom: 60px;
}
.icon-box-wrapper .icon-box.icon-box-style4 .icon-container {
  margin-right: 30px;
}
.icon-box-wrapper .icon-box.icon-box-style4 .icon-box-details h6 {
  text-transform: none;
}
.icon-box-wrapper .icon-box.icon-box-style4 .icon-box-details p {
  margin-bottom: 0;
}
.icon-box-wrapper .icon-box.icon-box-style5 {
  border: 2px solid #eee;
  padding: 40px 27px 30px;
  margin-bottom: 37px;
  text-align: center;
}
.heading-alt-style12{
	font-weight:500;
}
.title-v1 {
    z-index: 1;
    position: relative;
    text-align: center;
    margin-bottom: 60px;
}
.title-v1 h1::after, .title-v1 h2::after {
    bottom: 0px;
    left: 50%;
    height: 1px;
    width: 70px;
    content: " ";
    margin-left: -35px;
    position: absolute;
    background: #72C02C none repeat scroll 0% 0%;
}
.title-main h2 {
    color: #444;
    font: 28px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    position: relative;
    text-transform: uppercase;
}
.icon-box-wrapper .icon-box.icon-box-style5 .icon-container {
  float: none;
  display: inline-block;
  width: 70px;
  height: 70px;
  text-align: center;
  padding-top: 12px;
  margin-bottom: 40px;
  -webkit-border-radius: 50em;
  -moz-border-radius: 50em;
  border-radius: 50em;
  -webkit-transition: 0.3s all 0.001s ease-out;
  -moz-transition: 0.3s all 0.001s ease-out;
  transition: 0.3s all 0.001s ease-out;
}
.icon-box-wrapper .icon-box.icon-box-style5:hover .icon-container {
  background: #444444 !important;
  color: white;
}
.icon-box-wrapper.list-icon.list-icon-style2 .icon-box-style1 {
  position: relative;
}
.icon-box-wrapper.list-icon.list-icon-style2 .icon-box-style1:before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 80%;
  position: absolute;
  top: 76px;
  left: 24px;
  border-left: 1px dashed #444444;
}
.icon-box-wrapper.list-icon.list-icon-style2 .icon-box-style1.last:before {
  content: none;
}
.icon-box-wrapper.list-icon.list-icon-style2 .icon-box-style2 {
  position: relative;
}
.icon-box-wrapper.list-icon.list-icon-style2 .icon-box-style2:before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 63%;
  position: absolute;
  top: 86px;
  left: 35px;
  border-left: 1px dashed #444444;
}
.icon-box-wrapper.list-icon.list-icon-style2 .icon-box-style2.last:before {
  content: none;
}
.icon-box-wrapper.list-icon .icon-box-style1 {
  margin-bottom: 45px;
}
.icon-box-wrapper.list-icon .icon-box-style1 .icon-container {
  margin-right: 40px;
  margin-top: 17px;
}
.icon-box-wrapper.list-icon .icon-box-style1 .icon-container i {
  font-size: 3.5em;
}
.icon-box-wrapper.list-icon .icon-box-style2 {
  margin-top: 56px;
  margin-bottom: 4px;
}
.icon-box-wrapper.white-color.list-icon.list-icon-style2 .icon-box-style1:before {
  border-color: white;
}
.heading-alt-style h6{
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2em;
}

/*services*/
.service-box-4 .service-ico {
  width: 30px;
  height: 30px;
  text-align: center;
  vertical-align: middle;
  font-size: 30px;
  line-height: 30px;
  margin-top: 3px;
  float: left;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.service-ico i {
  color: #97BC23;
}

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

.service-text a {
  color: #97BC23;
}

.service-text a i {
  margin-left: 5px;
  vertical-align: middle;
}

.service-text h4 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
}

.service {
    margin-bottom: 40px;
    position: relative;
}
@media (min-width:768px) {
    .service {
    margin-bottom: 50px;
}
.service.service-hover-bg {
    margin-bottom: 30px;
}
}
.service.reverse {
    text-align: right;
}
.service-icon {
    min-width: 60px;
    display: block;
    float: left;
    font-size: 32px;
    line-height: 1;
}
.service.reverse .service-icon {
    float: right;
}
.service-content {
    margin-left: 60px;
}
.service.reverse .service-content {
    margin-left: 0;
    margin-right: 60px;
}
.service-title {
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 10px;
	font-weight: 600;
}
.service.vertical .service-icon {
    float: none;
    margin-bottom: 25px;
}
.service.vertical .service-content {
    margin-left: 0;
}
.service.vertical.reverse .service-content {
    margin-right: 0;
}
.service.vertical .service-title.title-underblock {
    margin-bottom: 18px;
}
.bg-gray .service-box {
    border-color: #d6d6d6;
}
.service-box p {
    margin-bottom: 0;
}
.service-hover-bg {
    transition: background .4s cubic-bezier(.17, .83, .29, .04), border .4s cubic-bezier(.17, .83, .29, .04);
    -webkit-transition: background .4s cubic-bezier(.17, .83, .29, .04), border .4s cubic-bezier(.17, .83, .29, .04);
}
.service-hover-bg:hover {
    background-color: #97BC23;
    border-color: #00796b;
    color: #fff;
}
.service-hover-bg:hover .fim-color, .service-hover-bg:hover .second-color, .service-hover-bg:hover .service-title, .service-hover-bg:hover .third-color {
    color: #fff;
}
.service-hover-bg.custom:hover .title-underblock.custom:after, .service-hover-bg.custom:hover .title-underblock.dark:after, .service-hover-bg.custom:hover .title-underblock.gray:after {
    background-color: #00796b;
}
.service-hover-bg.custom2:hover {
    background-color: #ef5350;
    border-color: #e53935;
    color: #fff;
}
.service-hover-bg.custom2:hover .title-underblock.custom:after, .service-hover-bg.custom2:hover .title-underblock.dark:after, .service-hover-bg.custom2:hover .title-underblock.gray:after {
    background-color: #e53935;
}
.service-hover-bg.dark:hover {
    background-color: #2a2a2a;
    border-color: #1a1a1a;
    color: #fff;
}
.service-hover-bg.dark:hover .title-underblock.custom:after, .service-hover-bg.dark:hover .title-underblock.dark:after, .service-hover-bg.dark:hover .title-underblock.gray:after {
    background-color: #1a1a1a;
}
.service-group .service-hover-bg p {
    margin-bottom: 5px;
}

.service-group .service {
    margin-bottom: 80px;
}
.service-group .service:after, .service-group .service:before {
    content: '';
    display: block;
    position: absolute;
    background-color: #eaeaea;
}
.service-group .service:before {
    height: 2px;
    left: 0;
    right: 0;
    bottom: -40px;
}
.service-group .service:after {
    width: 2px;
    top: 0;
    bottom: 0;
    right: -16px;
}
.service-group .col-sm-4:last-child .service:after, .service-group .row:last-child .service:before {
    display: none;
}
.service-group .service-hover {
    overflow: visible;
}

.services-wrap {
  padding-top: 60px;
  padding-bottom: 40px;
  background-color: #fff;
}

.services-box {
  clear: both;
}

.services-box-icon {
  background: transparent;
  width: 50px;
  height: 50px;
  display: inline-block;
  float: left;
  height: 35px;
  line-height: 35px;
  margin-right: 10px;
  position: relative;
  text-align: center;
  top: 5px;
}

.services-box-icon i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #97BC23;
  color: #fff;
  font-size: 17px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.services-box-info {
  padding-left: 65px;
}

.services-box-info h4 {
  font-weight: 700;
  font-size: 15px;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 5px;
}

/*services 2*/
.service-box i {
  width: 85px;
  height: 85px;
  line-height: 85px;
  text-align: center;
  color: #97BC23;
  font-size: 30px;
  background-color: #f7f9fa;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin-bottom: 25px;
  -moz-transition: 0.7s ease-in-out;
  -o-transition: 0.7s ease-in-out;
  -webkit-transition: 0.7s ease-in-out;
  transition: 0.7s ease-in-out;
}

.service-box h3 {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: 500;
}

.service-box:hover i {
  -moz-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
  color: #fff;
  background-color: #97BC23;
}

/***services3***/
.box-icon {
    margin: 30px 0;
}
.box-icon .box-icon-title, .box-icon>a {
    text-decoration: none!important;
    display: block;
}
.box-icon .box-icon-title>i {
    height: 35px;
    width: 35px;
    line-height: 37px;
    font-size: 18px;
    margin-right: 15px;
    background-color: #333;
    text-align: center;
    color: #fff;
    transition: all .2s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.box-icon .box-icon-title>h2, .box-icon .box-icon-title>i {
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
}
section.dark .box-icon .box-icon-title>i {
    background-color: #666;
}
.box-icon .box-icon-title.box-icon-transparent>i {
    color: #414141;
    background-color: transparent;
}
section.dark .box-icon .box-icon-title.box-icon-transparent>i {
    color: #fff;
}
.box-icon.box-icon-left .box-icon-title>i {
    float: left;
}
.box-icon.box-icon-round .box-icon-title>i {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%}
.box-icon .box-icon-title>h2 {
    font-size: 16px;
    line-height: 35px;
    margin: 0;
    transition: all .2s;
	font-weight:600;
}
.box-icon .box-icon-title>img+h2, .box-icon .box-icon-title>img+h3, .box-icon .box-icon-title>img+h4, .box-icon .box-icon-title>img+h5 {
    font-size: 16px;
    line-height: 16px;
    margin-top: 20px;
}
.box-icon p {
    margin: 15px 0;
}
.box-icon a.box-icon-more {
    display: block;
    text-align: right;
    position: relative;
    color: #000;
}
section.dark .box-icon a.box-icon-more {
    color: #fff;
}
.box-icon a.box-icon-more:after {
    font-family: FontAwesome;
    content: "\f105";
    padding-left: 10px;
    top: 50%;
    margin-top: -2px;
}
.box-icon.box-icon-right .box-icon-title>i {
    float: right;
    margin-right: 0;
    margin-left: 10px;
}
.box-icon.box-icon-right {
    text-align: right;
}
@media only screen and (max-width:760px) {
    .box-icon.box-icon-right .box-icon-title>i {
    float: left;
    margin-right: 10px;
    margin-left: 0;
}
.box-icon.box-icon-right {
    text-align: left;
}
}
.box-icon.box-icon-center .box-icon-more, .box-icon.box-icon-center .box-icon-title, .box-icon.box-icon-center p {
    text-align: center!important;
}
.box-flip .back, .box-flip .front, .box-gradient {
    text-align: center;
}
.box-icon.box-icon-center .box-icon-title>i {
    float: none;
    margin: 0 0 10px;
}
.box-icon.box-icon-transparent .box-icon-title>i {
    background-color: transparent;
    border: 1px solid #ccc;
    color: #333;
}
section.dark .box-icon.box-icon-transparent .box-icon-title>i {
    color: #fff;
    background-color: #212121;
    border: 1px solid #555;
}
.box-icon.box-icon-large .box-icon-title>i {
    width: 65px;
    height: 65px;
    line-height: 65px;
    font-size: 24px;
}
.box-icon.box-icon-large a.box-icon-title:hover>i {
    border-color: transparent;
}
.box-icon.box-icon-content {
    background-color: rgba(0, 0, 0, .05);
    padding: 45px 15px 15px;
    display: block;
    margin-top: 33px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
section.dark .box-icon.box-icon-content {
    background-color: rgba(0, 0, 0, .1);
}
.box-icon.box-icon-content .box-icon-title>i {
    background-color: #fff;
    top: 0;
    margin-left: -33px;
    position: absolute;
}
section.alternate .box-icon.box-icon-content .box-icon-title>i {
    background-color: #F9F9F9;
}
.box-icon.box-icon-side {
    position: relative;
    padding-left: 70px;
}
.box-icon.box-icon-side>i {
    position: absolute;
    left: 0;
    top: 10px;
    font-size: 48px;
}

/*** Services 4 ***/
#services-bg-wrap {
  padding: 90px 0;
  background-color: #f7f9fa;
}

.service-3-meta h1 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 25px;
}

.white-bg {
  background-color: #fff !important;
  padding-top: 90px !important;
  padding-bottom: 50px !important;
}

.service-4-meta h3 {
  font-weight: 700;
  margin-bottom: 5px;
}

.blue-bg {
  background-color: #97BC23;
  padding-top: 70px;
  padding-bottom: 40px;
}

.blue-bg .services-box i {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  font-size: 50px;
  margin-right: 25px;
}

.blue-bg .services-box .services-box-info {
  margin-left: 30px;
}

.blue-bg .services-box .services-box-info h4 {
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 20px;
}

.blue-bg .services-box .services-box-info p {
  color: #eee;
}

/*Service 5 */
.service-box-5 {
  cursor: pointer;
}
.service-box-5 .icon-container {
  width: 70px;
  height: 70px;
  border: 1px solid #ddd;
  background-color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  display: table;
  margin: 0 auto 20px;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.service-box-5:hover .icon-container {
  box-shadow: 0 0 10px #ccc;
  -moz-box-shadow: 0 0 10px #ccc;
  -webkit-box-shadow: 0 0 10px #ccc;
}
.service-box-5 .icon-container i {
  width: 70px;
  height: 70px;
  vertical-align: middle;
  text-align: center;
  display: table-cell;
  font-size: 24px;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.service-box-5:hover .icon-container i {
  color: #97BC23;
}
.service-box-5:hover h4 {
  color: #97BC23;
}
.service-box-5 h4 {
  margin-bottom: 15px;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
}
.service-box-5 p {
  padding-bottom: 0;
  text-align: center;
}

/*Portfolio Filter*/
.cbp-l-filters-alignCenter .cbp-filter-item {
    cursor: pointer;
    font-family: "Roboto Condensed",sans-serif;
	font-size:15px !important;
	font-weight:500 !important;
    padding: 5px 12px !important;
	margin: 10px 4px 0px !important;
    transition: all 0.3s ease-in-out 0s;
    position: relative;
    border:solid 1px;
}
.cbp-l-filters-alignCenter .cbp-filter-item.cbp-filter-item-active {
    cursor: default;
	background:#97BC23;
	border:solid 1px #97BC23;
	color:#fff !important;
}
.cube-fullwidth .cbp-l-filters-alignCenter .cbp-filter-item {
    color: #949494 !important;
    cursor: pointer;
    font-family: "Roboto Condensed",sans-serif;
	font-size:15px !important;
	font-weight:500 !important;
    padding: 5px 12px !important;
	margin: 10px 4px 0px !important;
    transition: all 0.3s ease-in-out 0s;
    position: relative;
    border:solid 1px #fff;
}
.cube-fullwidth .cbp-l-filters-alignCenter .cbp-filter-item.cbp-filter-item-active {
    cursor: default;
	background:transparent;
	border:none;
}
/*image hover effect*/
.item-img-wrap {
  position: relative;
  text-align: center;
  overflow: hidden;
}
.work-desc::before {
    content: "";
    display: block;
    position: absolute;
    top: -8px;
    margin-left: 20px;
    width: 8px;
    height: 8px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #FFF;
    z-index: 100;
}
.work-desc {
    width: 100%;
    padding: 10px;
    background: #f8f8f8 none repeat scroll 0% 0%;
    border-top: medium none;
    position: relative;
}
.work-desc h3 {
    margin: 0px;
    padding: 0px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}
.work-desc span {
    font-weight: 600;
    font-style: normal;
    text-transform: lowercase;
    font-size: 11px;
    color: #777;
}

.item-img-wrap img {
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  width: 100%;
}

.item-img-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.item-img-overlay span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/plus.png) no-repeat center center rgba(79, 130, 233, 0.7);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -moz-transition: opacity 250ms linear;
  -o-transition: opacity 250ms linear;
  -webkit-transition: opacity 250ms linear;
  transition: opacity 250ms linear;
}

.item-img-wrap:hover .item-img-overlay span {
  opacity: 1;
}

.item-img-wrap:hover img {
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/*portfolio with new hover style*/
.featured-work {
  position: relative;
  margin-top: -10px;
}

.featured-work .owl-theme .owl-controls {
  margin-top: 10px;
  text-align: right;
  position: absolute;
  left: -7px;
  bottom: 7px;
}

.featured-work .owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  background: #97BC23;
  filter: Alpha(Opacity=50);
  opacity: 0.5;
}

.work-wrap {
  position: relative;
  display: block;
}

.work-wrap .img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.85);
  text-align: center;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  overflow: hidden;
  display: block;
}

.work-wrap .img-overlay .inner-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  margin-top: -51px;
}

.work-wrap .img-overlay .inner-overlay h2 {
  color: #434343;
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 18px;
  color: #fff;
  margin-bottom: 6px;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  -moz-transform: translate3d(0, -400%, 0);
  -o-transform: translate3d(0, -400%, 0);
  -ms-transform: translate3d(0, -400%, 0);
  -webkit-transform: translate3d(0, -400%, 0);
  transform: translate3d(0, -400%, 0);
}

.work-wrap .img-overlay .inner-overlay p {
  color: #fff;
  margin-bottom: 20px;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -moz-transform: translate3d(0, -400%, 0);
  -o-transform: translate3d(0, -400%, 0);
  -ms-transform: translate3d(0, -400%, 0);
  -webkit-transform: translate3d(0, -400%, 0);
  transform: translate3d(0, -400%, 0);
}

.work-wrap .img-overlay .inner-overlay a.link {
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.work-wrap .img-overlay .inner-overlay a.zoom {
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.work-wrap .img-overlay .inner-overlay a {
  display: inline-block;
  text-decoration: none;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #fff;
  text-align: center;
  margin: 0 5px;
  -moz-transform: translate3d(0, 400%, 0);
  -o-transform: translate3d(0, 400%, 0);
  -ms-transform: translate3d(0, 400%, 0);
  -webkit-transform: translate3d(0, 400%, 0);
  transform: translate3d(0, 400%, 0);
}

.work-wrap .img-overlay .inner-overlay a i {
  font-size: 14px;
  color: #fff;
  line-height: 40px;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.work-wrap:hover .img-overlay {
  opacity: 1;
}

.work-wrap:hover .img-overlay .inner-overlay h2 {
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.work-wrap:hover .img-overlay .inner-overlay p {
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.work-wrap:hover .img-overlay .inner-overlay a {
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/*************NEW PORTFOLIO****************/
.filter {
  text-align: center;
  margin-bottom: 30px;
}

.filter li a.active {
  color: #97BC23;
  border-color: #97BC23;
  text-decoration:none;
}

.filter li a {
  display: inline-block;
  margin: 3px 5px;
  text-transform: uppercase;
  font-style: normal;
  color: #bbb;
  font-weight: 400;
  padding: 4px 12px;
  border: 2px solid #f5f5f5;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}

.filter li a:hover {
  color: #97BC23;
  border-color: #97BC23;
}

.col-2-space .project-post {
  width: 50%;
  padding: 15px;
}

.col-2-no-space .project-post {
  width: 50%;
  padding: 0;
  margin: 0;
}

.col-3-space .project-post {
  width: 33.33%;
  padding: 15px;
}

.col-3-no-space .project-post {
  width: 33.333%;
  padding: 0;
  margin: 0;
}

.col-4-space .project-post {
  width: 25%;
  padding: 15px;
}

.col-4-no-space .project-post {
  width: 25%;
  padding: 0;
  margin: 0;
}

.col-5-no-space .project-post {
  width: 20%;
  padding: 0;
  margin: 0;
}

@media (max-width: 767px) {
  .col-2-space .project-post, .col-2-no-space .project-post, .col-3-space .project-post, .col-3-no-space .project-post, .col-4-space .project-post, .col-4-no-space .project-post, .col-5-no-space .project-post {
    width: 50%;
  }
}
@media (max-width: 568px) {
  .col-2-space .project-post, .col-2-no-space .project-post, .col-3-space .project-post, .col-3-no-space .project-post, .col-4-space .project-post, .col-4-no-space .project-post, .col-5-no-space .project-post {
    width: 100%;
  }
}
/***new icon overlay***/
.img-icon {
  position: relative;
  overflow: hidden;
}

.img-icon img {
  width: 100%;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.img-icon-overlay {
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(158, 202, 69, 0.6);
}

.img-icon-overlay p {
  position: absolute;
  width: 100%;
  margin-top: -20px;
  top: 50%;
  text-align: center;
}

.img-icon-overlay p a {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.99);
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 5px;
  text-align: center;
  color: #333;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  font-size: 20px;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.img-icon-overlay p a img {
  width: 20px;
  height: auto;
}

.img-icon-overlay p a:hover {
  color: #97BC23;
}

.img-icon:hover .img-icon-overlay {
  opacity: 1;
}

.img-icon:hover img {
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

/*** Footer Top ***/
.footer-top, .section {
    padding: 20px 0;
}
@media (min-width:768px) {
    .animated-text h2 {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    position: absolute;
    top: 0;
	margin-top: 15px !important;
    width: 100%}
.animated-text h2+h2 {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}
.animated-text:hover h2 {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(.85);
    -moz-transform: scale(.85);
    -ms-transform: scale(.85);
    -o-transform: scale(.85);
    transform: scale(.85);
}
.animated-text:hover h2+h2 {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
}
@media (max-width:767px) {
    .animated-text h2+h2 {
    display: none;
}
}
.default-hovered {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.default-hovered:hover, .default-hovered:hover:after {
    background-color: #97BC23;
}
.default-hovered .call-to-action {
    padding: 0px 0px !important;
    text-align: center;
}
	


/* Lists
---------------------------------- */
ul {
	list-style: none;
	padding-left: 0px;
}
.custom-list .fa-li {
    line-height: 21px;
}
.fa-li {
    color: #97BC23;
}
.list-icons,
.list {
	list-style: none;
	padding: 0;
}
.list-icons li,
.list li {
	padding: 5px 0;
}
.list-icons li i {
	width: 25px;
	text-align: center;
}
.list li .vertical-divider {
	padding-right: 15px;
	position: relative;
}
.list li .vertical-divider:after {
	position: absolute;
	content: "";
	height: 60%;
	width: 1px;
	background-color: #CECECE;
	right: 9px;
	top: 5px;
}
.list-inline {
	margin-top: 9px;
	margin-bottom: 8px;
}

/* Tables
---------------------------------- */
.table:not(.table-bordered) {
	border-bottom: 2px solid #f3f3f3;
}
.table > thead > tr > th {
	vertical-align: bottom;
	border-bottom: 1px solid #97BC23;
	background-color: #97BC23;
	color: #fff;
}
.table-bordered {
	border-color: #97BC23;
}
tbody {
	background-color: #ffffff;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
	padding: 8px 15px;
	border-top: 1px solid #f3f3f3;
}
.table-striped tbody {
	background-color: #fafafa;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
	background-color: #f1f1f1;
}
.table-striped.table > tbody > tr > td {
	border-color: #e8e8e8;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
	border-color: #f3f3f3;
}
.dl-horizontal dd {
	margin-bottom: 10px;
}
.dark .table:not(.table-bordered) {
	border-bottom: 2px solid #515151;
}
.dark .table > thead > tr > th {
	border-bottom: 1px solid #27272a;
	background-color: #27272a;
	color: #cdcdcd;
}
.dark tbody {
	background-color: transparent;
}
.dark .table > thead > tr > th,
.dark .table > tbody > tr > th,
.dark .table > tfoot > tr > th,
.dark .table > thead > tr > td,
.dark .table > tbody > tr > td,
.dark .table > tfoot > tr > td {
	border-top: 1px solid #515151;
}
.dark .table-hover > tbody > tr:hover {
	background-color: #27272a;
}
/* Small devices (tablets, 768px and up) */
@media (min-width:768px) {
	.dl-horizontal dd {
		margin-left: 150px;
	}
	.dl-horizontal dt {
		max-width: 120px;
	}
}

/* 2 Layout
----------------------------------------------------------------------------- */
.page-wrapper {
	background-color: #ffffff;
}
.header-top {
	background-color: #F9f9f9;
    border-bottom: 1px solid #f0f0f0;
}
.header-cart span{
	position: absolute;
top: 1px;
right: 67px;
padding-top: 1px;
background-color: #97BC23;
width: 15px;
height: 15px;
border-radius: 50%;
color: #FFF;
line-height: 15px;
font-size: 10px;
margin-right: 5px;
}
.header-top.dark {
	background-color: #27272A;
	border-bottom: 1px solid #000000;
	color: #cdcdcd;
}
.header-top.banner {
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom: none;
}
.header {
	padding: 10px 0;
	border-bottom: 1px solid #eaeaea;
	background-color: #fff;
}
.header.dark {
	background-color: #36373C;
	border-top: 1px solid #515151;
	border-bottom-color: transparent!important;
}
.header.header-small {
	padding: 10px 0;
}
.banner {
	background-color: #f1f1f1;
	border-bottom: 1px solid #eaeaea;
}
.page-intro {
	padding: 10px 0;
	-webkit-box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.06) inset;
	box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.06) inset;
	background-color: #fafafa;
	border-bottom: 1px solid #dadada;
}
.banner + .page-intro {
	margin-top: -56px !important;
	position: relative;
	background-color: rgba(250, 250, 250, 0.9);
	z-index: 2;
}
.page-top {
	padding: 40px 0;
}
.main-container {
	padding: 40px 0;
  background-image: url('/images/backgrounds/bgc.png');
}

.full-height .main-container {
	padding-top: 80px;
}
.section {
	padding: 25px 0;
}
.footer-top.light-gray-bg {
	border-top: 1px solid #f1f1f1;
}
.footer {
	padding: 30px 0;
	background-color: #262626;
	border-top: 1px solid #3a3a3a;
	border-bottom: 1px solid #333333;
}
.subfooter {
	padding: 25px 0;
	background-color: #000000;
}
#footer .footer-logo.footer-2 {
    float: left;
    margin: 0px 20px 10px 0px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    padding-right: 20px;
}
#footer hr {
    border-width: 1px 0px;
    border-style: solid none;
    border-color: rgba(0, 0, 0, 0.4) -moz-use-text-color rgba(255, 255, 255, 0.1);
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    margin: 20px 0px;
}
#footer form .input-group-addon {
    color: #999;
    background-color: rgba(0, 0, 0, 0.4);
    border-color: rgba(0, 0, 0, 0.25);
}
#footer form .input-group-addon {
    color: #999;
}
#footer form .input-group input, #footer form .input-group textarea {
    margin-bottom: 0px;
}
#footer .btn, #footer .form-control {
    height: 36px;
	margin-top: 0px;
}
.ft-top{
margin-top: 27px;
}
#footer .subscribe{
padding: 10px 12px;
font-size: 14px;
line-height: 1.42857;
min-width: 80px;
text-align: center;
border-radius: 0px;
text-transform: uppercase;
margin: 10px 0px;
transition: all 0.2s ease-in-out 0s;
margin-left: 10px;
margin-top: 0px;
}
#footer form input, #footer form textarea {
    color: #999;
    background-color: rgba(0, 0, 0, 0.2);
    border-color: rgba(0, 0, 0, 0.25);
    margin-bottom: 6px;
    transition: all 0.2s ease 0s;
}
/* ======= Footer2 ======= */
.footer2 {
  background: #253340;
  color: #fff;
  padding-top: 40px;
  font-size: 14px;
  position: relative;
  z-index: 20;
}
.footer2 p {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.footer2 .btn-cta,
.footer2 a.btn-cta {
  padding: 9px 10px;
}
.footer2 .footer2-col.links .fa {
  margin-right: 5px;
}
.footer2 .footer2-col.links li {
  margin-bottom: 10px;
}
.footer2 .footer2-col.connect .social {
  margin-bottom: 15px;
  overflow: hidden;
}
.footer2 .footer2-col.connect .social li {
  margin-right: 10px;
}
.footer2 .footer2-col.connect .social li a .fa {
  color: #b3b3b3;
  font-size: 22px;
}
.footer2 .footer2-col.connect .social li a:hover .fa {
  color: #ec6952;
}
.footer2 .footer2-col.connect .btn-cta-primary {
  background: #5d80a1;
  border-color: #5d80a1;
}
.footer2 .footer2-col.connect .btn-cta-primary:hover {
  background: #4a6781;
  border-color: #4a6781;
}
.footer2 .footer2-col .title {
  color: #fff;
  font-weight: normal;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 20px;
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
}
.footer2 .footer2-col p {
  color: #fff;
}
.footer2 .footer2-col a {
  color: #6d8dab;
}
.footer2 .footer2-col a:hover {
  color: #8da6bd;
}
.footer2 .footer2-col .navbar-form {
  padding-left: 0;
  padding-right: 0;
}
.footer2 .footer2-col .navbar-form .form-control {
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
}
.footer2 .footer2-col .navbar-form .form-control:focus {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.footer2 .has-divider {
  border-top: 1px solid #2b3b4a;
  padding-top: 30px;
  padding-bottom: 30px;
}
.footer2 .download .download-list li {
  margin-bottom: 15px;
}
.footer2 .download .download-list li .btn-ghost {
  text-align: left;
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  width: 230px;
}
.footer2 .download .download-list li .btn-ghost:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.footer2 .contact p {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.footer2 .contact p a {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.footer2 .contact .fa {
  margin-right: 10px;
  font-size: 20px;
}
.footer2 .contact .email .fa {
  font-size: 16px;
}
.footer2 .bottom-bar {
  background: #1e1e1e;
  color: #b3b3b3;
  font-size: 14px;
  padding: 10px 0;
}
.footer2 .bottom-bar .copyright {
  line-height: 1.6;
}
.footer2 {
    background: #253340 none repeat scroll 0% 0% !important;
    color: #FFF;
    padding-top: 40px;
    font-size: 14px;
    position: relative;
    z-index: 20;
}
a.btn-ghost, .btn-ghost {
    background: transparent none repeat scroll 0% 0%;
    border: 1px solid #FFF;
    color: #FFF !important;
    padding: 8px 20px;
    vertical-align: middle;
}
.block {
	padding-bottom: 40px;
}
.sidebar .block:fim-child {
	margin-top: 2px;
}

@media (min-width: 768px) { 
	:not(.fixed-header-on) .header.transparent {
		position: absolute;
		width: 100%;
		z-index: 30;
		background-color: rgba(255,255,255,0.3);
		border-color: transparent;
	}
	:not(.fixed-header-on) .dark.header.transparent {
		background-color: rgba(0,0,0,0.3);
	}	
}

/* Boxed Layout
---------------------------------- */
.boxed .page-wrapper {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	-webkit-box-shadow: 0px 0px 10px #cacaca;;
	box-shadow: 0px 0px 10px #cacaca;;
}
.pattern-1 { 
	background-image: url("../images/pattern-1.png");
	background-repeat: repeat;
	background-position: 0 0; 
}
.pattern-4 .page-wrapper,
.pattern-5 .page-wrapper,
.pattern-6 .page-wrapper,
.pattern-7 .page-wrapper,
.pattern-8 .page-wrapper,
.pattern-9 .page-wrapper { 
	-webkit-box-shadow: none;
	box-shadow: none;
}
.pattern-2 { 
	background-image: url("../images/pattern-2.png");
	background-repeat: repeat;
	background-position: 0 0; 
}
.pattern-3 { 
	background-image: url("../images/pattern-3.png");
	background-repeat: repeat;
	background-position: 0 0; 
}
.pattern-4 { 
	background-image: url("../images/pattern-4.png");
	background-repeat: repeat;
	background-position: 0 0; 
}
.pattern-5 { 
	background-image: url("../images/pattern-5.png");
	background-repeat: repeat;
	background-position: 0 0; 
}
.pattern-6 { 
	background-image: url("../images/pattern-6.png");
	background-repeat: repeat;
	background-position: 0 0; 
}
.pattern-7 { 
	background-image: url("../images/pattern-7.png");
	background-repeat: repeat;
	background-position: 0 0; 
}
.pattern-8 { 
	background-image: url("../images/pattern-8.png");
	background-repeat: repeat;
	background-position: 0 0; 
}
.pattern-9 { 
	background-image: url("../images/pattern-9.png");
	background-repeat: repeat;
	background-position: 0 0; 
}
/* Small devices (tablets, 768px and up) */
@media (min-width:768px) {
	.boxed .page-wrapper {
		width: 750px;
	}
}

/* Medium devices (desktops, tablets, 992px and up) */
@media (min-width:992px) {
	.boxed .page-wrapper {
		width: 970px;
	}
}

/* Large devices (Large desktops 1200px and up) */
@media (min-width:1200px) {
	.boxed .page-wrapper {
		width: 1170px;
	}
}

/* Backgrounds
---------------------------------- */
.light .footer {
	background-color: #f7f7f7;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #d1d1d1;
	position: relative;
}
.footer-top.light-gray-bg + .light .footer { 
	border-top: 1px solid #f1f1f1;
}
.light .subfooter {
	background-color: #e7e7e7;
}
.white-bg {
	background-color: #ffffff !important;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
	border: none !important;
}
.light-gray-bg {
	background-color: #fafafa;
}
.header-top {
	font-size: 12px;
}
.header-top.white-bg {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom: 1px solid #dadada !important;
}
.gray-bg {
	background-color: #f1f1f1;
	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.13) !important;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.13) !important;
	position: relative;
}
.gray-bg:before {
	position: absolute;
	top: 0;
	left: 0;
	background-color: transparent;
	height: 5px;
	content: "";
	width: 100%;
	-webkit-box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.13);
	box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.13);
}
.header.gray-bg {
	border-bottom: 1px solid #dadada;
}
.header.gray-bg,
.header.gray-bg:before {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
.dark-bg {
	background-color: #000000;
	color: #ffffff;
}
.dark-bg h1,
.dark-bg h2,
.dark-bg h3,
.dark-bg h4,
.dark-bg h5,
.dark-bg h6 {
	color: #ffffff;
}
.dark-bg a:not(.btn) {
	color: #fff;
	text-decoration: underline;
}
.dark-bg a:not(.btn):hover {
	color: #fff;
	text-decoration: none;
}
.default-bg {
	background-color: #97BC23;
	color: #ffffff;
}
.default-bg h1,
.default-bg h2,
.default-bg h3,
.default-bg h4,
.default-bg h5,
.default-bg h6 {
	color: #ffffff;
}
.default-bg a:not(.btn) {
	color: #ffffff;
	text-decoration: underline;
}
.default-bg a:not(.btn):hover {
	color: #ffffff;
	text-decoration: none;
}
.default-bg.text-muted,
.default-bg.text-muted h1,
.default-bg.text-muted h2,
.default-bg.text-muted h3,
.default-bg.text-muted h4,
.default-bg.text-muted h5,
.default-bg.text-muted h6 {
	color: #f1f1f1;
}
.dark-bg.text-muted,
.dark-bg.text-muted h1,
.dark-bg.text-muted h2,
.dark-bg.text-muted h3,
.dark-bg.text-muted h4,
.dark-bg.text-muted h5,
.dark-bg.text-muted h6,
.gray-bg.text-muted,
.gray-bg.text-muted h1,
.gray-bg.text-muted h2,
.gray-bg.text-muted h3,
.gray-bg.text-muted h4,
.gray-bg.text-muted h5,
.gray-bg.text-muted h6 {
	color: #999999;
}

/* Parallax effect
---------------------------------- */
.no-touch .light-translucent-bg,
.no-touch .dark-translucent-bg,
.no-touch .default-translucent-bg,
.no-touch .parallax {
	background-attachment: fixed !important;
}
.light-translucent-bg,
.dark-translucent-bg,
.default-translucent-bg,
.parallax {
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
}
.parallax {
	background-position: 50% 0;
	background-repeat: no-repeat;
	z-index: 1;
	position: relative;
	padding: 50px 0;
}
.light-translucent-bg,
.dark-translucent-bg,
.default-translucent-bg {
	background-position: 50% 0;
	background-repeat: no-repeat;
	z-index: 1;
	position: relative;
}
.light-translucent-bg:after,
.dark-translucent-bg:after,
.default-translucent-bg:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
}
.light-translucent-bg {
	color: #333;
	border-bottom: 1px solid #dadada;
	border-top: 1px solid #dadada;
}
.header + .banner > .light-translucent-bg { border-top: none; }

.slider-banner-container .light-translucent-bg {
	border: none;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0!important;
	left: 0!important;
	margin: 0!important;
	bottom: 0;	
}
.slider-banner-container .dark-translucent-bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0!important;
	left: 0!important;
	margin: 0!important;
	bottom: 0;
}
.slider-banner-container li .light-translucent-bg:after,
.slider-banner-container li .dark-translucent-bg:after {
	background-color: transparent;
}
.light-translucent-bg .separator-2 {
	background-color: #333;
}
.light-translucent-bg:after {
	background-color: rgba(255, 255, 255, 0.7);
}
.dark-translucent-bg:after {
	background-color: rgba(0, 0, 0, 0.7);
}
.dark-translucent-bg,
.dark-translucent-bg h1,
.dark-translucent-bg h2,
.dark-translucent-bg h3,
.dark-translucent-bg h4,
.dark-translucent-bg h5,
.dark-translucent-bg h6 {
	color: #ffffff;
}
.dark-translucent-bg a:not(.btn) {
	text-decoration: underline;
	color: #ffffff;
}
.dark-translucent-bg a:not(.btn):hover {
	text-decoration: none;
	color: #ffffff;
}
.default-translucent-bg:after {
	background-color: rgba(232, 76, 61, 0.7);
}
.default-translucent-bg,
.default-translucent-bg h1,
.default-translucent-bg h2,
.default-translucent-bg h3,
.default-translucent-bg h4,
.default-translucent-bg h5,
.default-translucent-bg h6 {
	color: #ffffff;
}
.default-translucent-bg a:not(.btn) {
	text-decoration: underline;
	color: #ffffff;
}
.default-translucent-bg a:not(.btn):hover {
	text-decoration: none;
	color: #ffffff;
}
.light-translucent-bg .container,
.dark-translucent-bg .container,
.default-translucent-bg .container {
	z-index: 3;
	position: relative;
}
.parallax-bg {
	background: url("../images/parallax-bg.jpg") 50% 0px no-repeat;
}
.parallax-bg-2 {
	background: url("../images/parallax-bg-2.jpg") 50% 0px no-repeat;
}
.parallax-bg-3 {
	background: url("../images/restaurant/restaurant-bg.jpg") 50% 0px no-repeat;
}
.parallax-bg-4 {
	background: url("../images/restaurant/restaurant-bg2.jpg") 50% 0px;
}
.parallax-bg-5 {
	background: url("../images/construction/bg1.jpg") 50% 0px no-repeat;
}
.parallax-bg-6 {
	background: url("../images/backgrounds/bg4.jpg") 50% 0px no-repeat;
	background-position:bottom;
}
.parallax-bg-7 {
	background: url("../images/backgrounds/bg5.jpg") 50% 0px no-repeat;
	background-position:top;
}
.parallax-bg-8 {
	background: url("../images/backgrounds/bg6.jpg") 50% 0px no-repeat;
	background-position:top;
}

/* Custom Grid
---------------------------------- */
.grid-space-20 {
	margin-right: -10.5px;
	margin-left: -10.5px;
}
.grid-space-20 .col-lg-6,
.grid-space-20 .col-lg-4,
.grid-space-20 .col-lg-3,
.grid-space-20 .col-md-6,
.grid-space-20 .col-md-4,
.grid-space-20 .col-md-3,
.grid-space-20 .col-sm-6,
.grid-space-20 .col-sm-4,
.grid-space-20 .col-sm-3,
.grid-space-20 .col-xs-6,
.grid-space-20 .col-xs-4,
.grid-space-20 .col-xs-3 {
	padding-left: 10px;
	padding-right: 10px;
}
.grid-space-10 {
	margin-right: -6px;
	margin-left: -6px;
}
.grid-space-10 .col-lg-6,
.grid-space-10 .col-lg-4,
.grid-space-10 .col-lg-3,
.grid-space-10 .col-md-6,
.grid-space-10 .col-md-4,
.grid-space-10 .col-md-3,
.grid-space-10 .col-sm-6,
.grid-space-10 .col-sm-4,
.grid-space-10 .col-sm-3,
.grid-space-10 .col-xs-6,
.grid-space-10 .col-xs-4,
.grid-space-10 .col-xs-3 {
	padding-left: 5px;
	padding-right: 5px;
}
.grid-space-0 {
	margin-right: 0;
	margin-left: 0;
}
.grid-space-0 .col-lg-6,
.grid-space-0 .col-lg-4,
.grid-space-0 .col-lg-3,
.grid-space-0 .col-md-6,
.grid-space-0 .col-md-4,
.grid-space-0 .col-md-3,
.grid-space-0 .col-sm-6,
.grid-space-0 .col-sm-4,
.grid-space-0 .col-sm-3,
.grid-space-0 .col-xs-6,
.grid-space-0 .col-xs-4,
.grid-space-0 .col-xs-3 {
	padding-left: 0;
	padding-right: 0;
}
.grid-space-0>div {
	margin-bottom: 0;
	padding-bottom: 0;
}

/* Small devices (tablets, phones less than 767px) */
@media (max-width:767px) {
	.footer-content {
		margin: 40px 0;
	}
}

/* Fixed navigation
---------------------------------- */
.fixed-header-on .header.fixed {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 2000;
	opacity: 0;
	filter: alpha(opacity=0);
	border-bottom: 1px solid #f1f1f1;
	padding: 7px 0;
	background-color: rgba(255, 255, 255, 0.95);
}
.fixed-header-on .dark.header.fixed {
	border-bottom: 1px solid #36373C;
	background-color: rgba(54, 55, 60, 0.95);
}
.fixed-header-on.boxed .header.fixed {
	left: auto;
}
.fixed-header-on .header .logo {
	-webkit-transform: scale(0.80);
	-moz-transform: scale(0.80);
	-ms-transform: scale(0.80);
	-o-transform: scale(0.80);
	transform: scale(0.80);
	margin: 2px 0 -4px 0;
	display: none;
}
.fixed-header-on .header .site-slogan {
	display: none;
}
.fixed-header-on .header .navbar.navbar-default {
	margin: 0;
}
.fixed-header-on .header.fixed.animated {
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
}

/* Small devices (tablets, 768px and up) */
@media (min-width:768px) {
	.fixed-header-on.boxed .header.fixed {
		width: 750px;
	}
}

/* Medium devices (desktops, tablets, 992px and up) */
@media (min-width:992px) {
	.fixed-header-on .header .logo {
		display: block;
	}
	.fixed-header-on.boxed .header.fixed {
		width: 970px;
	}
}

/* Large devices (Large desktops 1200px and up) */
@media (min-width:1200px) {
	.fixed-header-on.boxed .header.fixed {
		width: 1170px;
	}
}

/* Small devices (tablets, phones less than 767px) */
@media (max-width:767px) {
	/* Fixed header position */
	.header.fixed {
		position: relative !important;
		top: auto !important;
	}
}

/* Miscellaneous
---------------------------------- */
.pl-5 {
	padding-left: 5px;
}
.pl-10 {
	padding-left: 10px;
}
.pl-20 {
	padding-left: 20px;
}
.pr-5 {
	padding-right: 5px;
}
.pr-10 {
	padding-right: 10px;
}
.pr-20 {
	padding-right: 20px;
}
.mt-20 {
	margin-top: 20px;
}
.mb-20 {
	margin-bottom: 20px;
}
.space {
	padding-top: 20px;
	padding-bottom: 20px;
}
.space-top {
	padding-top: 20px;
}
.space-bottom {
	padding-bottom: 20px;
}
.margin-clear {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.padding-top-clear {
	padding-top: 0 !important;
}
.padding-bottom-clear {
	padding-bottom: 0 !important;
}
.border-clear {
	border: none !important;
}
.circle {
	-webkit-border-radius: 100%; 
	-moz-border-radius: 100%; 
	border-radius: 100%;
}
.separator {
	display: block;
	width: 60px;
	height: 5px;
	margin: 15px auto 15px;
	background-color: #cccccc;
	position: relative;
	border: 1px solid #cccccc;
}
.separator:after {
	width: 30px;
	height: 5px;
	background: #97BC23;
	position: absolute;
	top: -1px;
	left: -1px;
	content: "";
}
.separator-2 {
	display: block;
	width: 30px;
	height: 5px;
	margin: 15px 0 15px;
	background-color: #cccccc;
	position: relative;
}
.separator-2.right {
	margin-left: auto;
}
.sidebar .separator {
	width: 30px;
	height: 5px;
	margin: 15px 0 20px;
	background-color: #666;
	border-color: #666;
}
.sidebar .separator:after {
	content: "";
	background-color: transparent;
}
.dark-bg .separator-2 {
	background-color: #999999;
}
.default-bg .separator-2 {
	background-color: #ebebeb;
}
.object-non-visible {
	opacity: 0;
	filter: alpha(opacity=0);
}
.object-visible,
.touch .object-non-visible {
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
}

.separator-3 {
    width: 100%;
    margin: 20px auto 15px;
    position: relative;
    height: 1px;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0)scale(1, 1);
}
.separator-3:after {
    height: 1px;
    background: #e8e8e8;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .09) 35%, rgba(0, 0, 0, .09) 70%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0)), color-stop(35%, rgba(0, 0, 0, .09)), color-stop(70%, rgba(0, 0, 0, .09)), color-stop(100%, rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .09) 35%, rgba(0, 0, 0, .09) 70%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .09) 35%, rgba(0, 0, 0, .09) 70%, rgba(0, 0, 0, 0) 100%);
    background: -ms-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .09) 35%, rgba(0, 0, 0, .09) 70%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .09) 35%, rgba(0, 0, 0, .09) 70%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    bottom: -1px;
    content: "";
    width: 100%;
    left: 0;
}
.dark-bg:not(.banner) .separator-3:after {
    background: #505050;
    background: -moz-linear-gradient(left, #373737 0, #505050 35%, #505050 70%, #373737 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #373737), color-stop(35%, #505050), color-stop(70%, #505050), color-stop(100%, #373737));
    background: -webkit-linear-gradient(left, #373737 0, #505050 35%, #505050 70%, #373737 100%);
    background: -o-linear-gradient(left, #373737 0, #505050 35%, #505050 70%, #373737 100%);
    background: -ms-linear-gradient(left, #373737 0, #505050 35%, #505050 70%, #373737 100%);
    background: linear-gradient(to right, #373737 0, #505050 35%, #505050 70%, #373737 100%);
}
#footer.dark .separator-3:after {
    background: #505050;
    background: -moz-linear-gradient(left, #222 0, #505050 35%, #505050 70%, #222 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #222), color-stop(35%, #505050), color-stop(70%, #505050), color-stop(100%, #222));
    background: -webkit-linear-gradient(left, #222 0, #505050 35%, #505050 70%, #222 100%);
    background: -o-linear-gradient(left, #222 0, #505050 35%, #505050 70%, #222 100%);
    background: -ms-linear-gradient(left, #222 0, #505050 35%, #505050 70%, #222 100%);
    background: linear-gradient(to right, #222 0, #505050 35%, #505050 70%, #222 100%);
}
.dark-translucent-bg .separator-3:after, .default-bg .separator-3:after, .default-translucent-bg .separator-3:after, .light.separator-3:after {
    background: rgba(255, 255, 255, .5);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .5) 35%, rgba(255, 255, 255, .5) 70%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(35%, rgba(255, 255, 255, .5)), color-stop(70%, rgba(255, 255, 255, .5)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .5) 35%, rgba(255, 255, 255, .5) 70%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .5) 35%, rgba(255, 255, 255, .5) 70%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .5) 35%, rgba(255, 255, 255, .5) 70%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .5) 35%, rgba(255, 255, 255, .5) 70%, rgba(255, 255, 255, 0) 100%);
}
@media (min-width:992px) {
    .two-col-translucent-bg .container>.row>div+div .separator-3: after {
    background: rgba(255, 255, 255, .5);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .5) 35%, rgba(255, 255, 255, .5) 70%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(35%, rgba(255, 255, 255, .5)), color-stop(70%, rgba(255, 255, 255, .5)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .5) 35%, rgba(255, 255, 255, .5) 70%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .5) 35%, rgba(255, 255, 255, .5) 70%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .5) 35%, rgba(255, 255, 255, .5) 70%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .5) 35%, rgba(255, 255, 255, .5) 70%, rgba(255, 255, 255, 0) 100%);
}
}.dark.separator-3:after, .light-translucent-bg .separator-3:after, .two-col-translucent-bg .container>.row>div .separator-3:after {
    background: rgba(0, 0, 0, .5);
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .4) 35%, rgba(0, 0, 0, .4) 70%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0)), color-stop(35%, rgba(0, 0, 0, .4)), color-stop(70%, rgba(0, 0, 0, .4)), color-stop(100%, rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .4) 35%, rgba(0, 0, 0, .4) 70%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .4) 35%, rgba(0, 0, 0, .4) 70%, rgba(0, 0, 0, 0) 100%);
    background: -ms-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .4) 35%, rgba(0, 0, 0, .4) 70%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .4) 35%, rgba(0, 0, 0, .4) 70%, rgba(0, 0, 0, 0) 100%);
}
h3+.separator-3, h4+.separator-3, h5+.separator-3 {
    margin-top: 15px;
}
.separator-4, .separator-3 {
    width: 100%;
    margin-bottom: 15px;
    position: relative;
    height: 1px;
}
.separator-4:after, .separator-3:after {
    content: "";
    height: 1px;
    bottom: -1px;
    left: 0;
    width: 100%;
    position: absolute;
}
.separator-4:after {
    background: #d1d1d1;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, .18) 0, rgba(0, 0, 0, .12) 35%, rgba(0, 0, 0, .05) 70%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, .18)), color-stop(35%, rgba(0, 0, 0, .12)), color-stop(70%, rgba(0, 0, 0, .05)), color-stop(100%, rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, .18) 0, rgba(0, 0, 0, .12) 35%, rgba(0, 0, 0, .05) 70%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(left, rgba(0, 0, 0, .18) 0, rgba(0, 0, 0, .12) 35%, rgba(0, 0, 0, .05) 70%, rgba(0, 0, 0, 0) 100%);
    background: -ms-linear-gradient(left, rgba(0, 0, 0, .18) 0, rgba(0, 0, 0, .12) 35%, rgba(0, 0, 0, .05) 70%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, .18) 0, rgba(0, 0, 0, .12) 35%, rgba(0, 0, 0, .05) 70%, rgba(0, 0, 0, 0) 100%);
}
.dark-bg .separator-4:after {
    background: #666;
    background: -moz-linear-gradient(left, #666 0, #555 35%, #444 70%, #373737 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #666), color-stop(35%, #555), color-stop(70%, #444), color-stop(100%, #373737));
    background: -webkit-linear-gradient(left, #666 0, #555 35%, #444 70%, #373737 100%);
    background: -o-linear-gradient(left, #666 0, #555 35%, #444 70%, #373737 100%);
    background: -ms-linear-gradient(left, #666 0, #555 35%, #444 70%, #373737 100%);
    background: linear-gradient(to right, #666 0, #555 35%, #444 70%, #373737 100%);
}
#footer.dark .separator-4:after {
    background: #444;
    background: -moz-linear-gradient(left, #444 0, #393939 35%, #323232 70%, #222 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #444), color-stop(35%, #393939), color-stop(70%, #323232), color-stop(100%, #222));
    background: -webkit-linear-gradient(left, #444 0, #393939 35%, #323232 70%, #222 100%);
    background: -o-linear-gradient(left, #444 0, #393939 35%, #323232 70%, #222 100%);
    background: -ms-linear-gradient(left, #444 0, #393939 35%, #323232 70%, #222 100%);
    background: linear-gradient(to right, #444 0, #393939 35%, #323232 70%, #222 100%);
}
.dark.separator-4:after, .light-translucent-bg .separator-4:after, .two-col-translucent-bg .container>.row>div .separator-4:after {
    background: rgba(0, 0, 0, .5);
    background: -moz-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(232, 232, 232, .4) 35%, rgba(232, 232, 232, .2) 70%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, .5)), color-stop(35%, rgba(232, 232, 232, .4)), color-stop(70%, rgba(232, 232, 232, .2)), color-stop(100%, rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(232, 232, 232, .4) 35%, rgba(232, 232, 232, .2) 70%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(232, 232, 232, .4) 35%, rgba(232, 232, 232, .2) 70%, rgba(0, 0, 0, 0) 100%);
    background: -ms-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(232, 232, 232, .4) 35%, rgba(232, 232, 232, .2) 70%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(232, 232, 232, .4) 35%, rgba(232, 232, 232, .2) 70%, rgba(0, 0, 0, 0) 100%);
}
.dark-translucent-bg .separator-4:after, .default-bg .separator-4:after, .default-translucent-bg .separator-4:after, .light.separator-4:after {
    background: rgba(255, 255, 255, .5);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, .5) 0, rgba(232, 232, 232, .4) 35%, rgba(232, 232, 232, .2) 70%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, .5)), color-stop(35%, rgba(232, 232, 232, .4)), color-stop(70%, rgba(232, 232, 232, .2)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, .5) 0, rgba(232, 232, 232, .4) 35%, rgba(232, 232, 232, .2) 70%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, .5) 0, rgba(232, 232, 232, .4) 35%, rgba(232, 232, 232, .2) 70%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, .5) 0, rgba(232, 232, 232, .4) 35%, rgba(232, 232, 232, .2) 70%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, .5) 0, rgba(232, 232, 232, .4) 35%, rgba(232, 232, 232, .2) 70%, rgba(255, 255, 255, 0) 100%);
}

/* Targeting only Firefox for smoothest animations */
@-moz-document url-prefix() {
	.object-visible,
	.touch .object-non-visible {
		-webkit-transition: opacity 0.6s ease-in-out;
		-moz-transition: opacity 0.6s ease-in-out;
		-o-transition: opacity 0.6s ease-in-out;
		-ms-transition: opacity 0.6s ease-in-out;
		transition: opacity 0.6s ease-in-out;
	}
}
.vertical-divider-left,
.vertical-divider-left-lg {
	border-left: 1px solid #eeeeee;
	padding-left: 50px;
	margin-left: 20px;
}
.vertical-divider-right,
.vertical-divider-right-lg {
	border-right: 1px solid #eeeeee;
	padding-right: 50px;
	margin-right: 20px;
}
.grid span {
	padding: 15px 5px;
	background-color: #fafafa;
	border: 1px solid #f3f3f3;
	display: block;
	text-align: center;
	margin-bottom: 10px;
}

/* Medium devices (desktops, tablets, 992px and up) */
@media (min-width:992px) {
	.margin-top-clear {
		margin-top: 0 !important;
	}
	.margin-bottom-clear {
		margin-bottom: 0 !important;
	}
}

/* Large and Medium devices (desktops, tablets less than 1199px) */
@media (max-width:1199px) {
	/* miscellaneous */
	.portfolio-item.vertical-divider-left-lg,
	.side.vertical-divider-left-lg {
		border-left: none;
		padding-left: 0px;
		margin-left: 0px;
	}
	.portfolio-item.vertical-divider-right-lg,
	.side.vertical-divider-right-lg {
		border-right: none;
		padding-right: 0px;
		margin-right: 0px;
	}
}

/* Medium devices (desktops, tablets less than 991px) */
@media (max-width:991px) {
	/* miscellaneous */
	.portfolio-item.vertical-divider-left,
	.side.vertical-divider-left {
		border-left: none;
		padding-left: 0px;
		margin-left: 0px;
	}
	.portfolio-item.vertical-divider-right,
	.side.vertical-divider-right {
		border-right: none;
		padding-right: 0px;
		margin-right: 0px;
	}
}

/* 3 Sections
----------------------------------------------------------------------------- */
/* Footer
---------------------------------- */
.footer {
	font-size: 14px;
	color: #999999;
}
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6 {
	color: #999999;
}
.footer h2 {
	font-size: 24px;
	margin-bottom: 30px;
}
.light .footer,
.light .footer h1,
.light .footer h2,
.light .footer h3,
.light .footer h4,
.light .footer h5,
.light .footer h6 {
	color: #666;
}

/* Subfooter
---------------------------------- */
.subfooter {
	font-size: 14px;
}
.subfooter p {
	margin: 0;
}

/* Small devices (tablets, 768px and up) */
@media (min-width:768px) {
	/* subfooter */
	.subfooter {
		text-align: center;
	}
}

/* 4 Pages
----------------------------------------------------------------------------- */
/* Blog pages
---------------------------------- */
.post-title {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.blog-post {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px dotted #eee;
}
.blog-post .post-content {
  float: none;
  width: 100%;
  clear: both;
  padding: 25px 0;
}
.blog-post .post-content .meta {
  font-size: 13px;
  font-style: italic;
  margin-bottom: 17px;
  padding-bottom: 11px;
  border-bottom: 1px dotted #eee;
}
.blog-post .post-content .meta .meta-part {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 25px;
}
.blog-post .post-content .meta .meta-part a {
  color: #999;
}
.blog-post .share {
  display: inline-block;
  width: 100%;
  position: relative;
  margin-top: 15px;
}
.blog-post .share span {
  margin-right: 10px;
  font-size: 16px;
}
.quote-post .feature-inner {
  padding: 30px;
  border-radius: 4px;
  border-left: 3px solid #333 !important;
  margin-bottom: 25px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.quote-post .feature-inner p {
  color: #fff;
  font-size: 26px;
  line-height: 38px;
}
.quote-post .feature-inner .name {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 38px;
  font-style: italic;
}
.quote-post .feature-inner:hover {
  background: #444;
}
.blog-post .post-format {
  position: absolute;
  left: 50%;
  z-index: 999;
}
.blog-post .post-format span a {
  background: #fff;
  border-radius: 4px;
  display: block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  margin-top: -20px;
  text-align: center;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  z-index: 1;
}
.blog-post .post-format span a i {
  display: block;
  line-height: 40px;
  font-size: 18px;
  position: relative;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.blog-post .post-type i {
  font-size: 1.2em;
  color: #fff;
}
.comments-title {
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 20px;
}
#comments .comments-list {
  padding: 0;
  margin: 0 0 35px 0;
}
#comments .comments-list li .comment-box {
  background: #Fefefe;
  margin-bottom: 20px;
  border-radius: 4px;
  padding: 22px;
  border: 1px solid #e5e5e5;
}
#comments .comments-list li ul {
  list-style: none;
  padding-left: 80px;
}
#comments .avatar {
  padding: 5px;
  background: #fff;
  width: 80px;
  float: left;
  border-radius: 50%;
  height: 80px;
  position: relative;
  border: 1px solid #ddd;
}
.post-tags-list a {
    display: inline-block;
    color: #666;
    font-size: 12px;
    padding: 2px 8px;
    background: #EEE none repeat scroll 0% 0%;
    margin-bottom: 4px;
    border-radius: 2px;
    transition: all 0.2s ease-in-out 0s;
}
#comments .avatar img {
  border-radius: 50%;
}
#comments .comment-content {
  padding-left: 105px;
}
#comments .comment-content .comment-meta {
  margin-bottom: 5px;
}
#comments .comment-content .comment-by {
  font-size: 16px;
  font-weight: 400;
  line-height: 33px;
  text-transform: uppercase;
}
#comments .comment-content .comment-by:hover {
  color: #444;
}
#comments .comment-content .comment-date {
  color: #444;
}
.reply-link {
  padding: 4px 16px 5px;
  background: #fff;
  border: 1px solid #ddd;
  color: #aaa;
  border-radius: 4px;
  display: inline-block;
  font-size: 12px;
  margin: 10px 3px 0 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#comments .form-control, textarea {
    background: #FFF none repeat scroll 0% 0%;
    border: 1px solid #DDD;
    font-size: 13px;
    outline: medium none;
    color: #324545;
    margin: 15px 0px;
    padding: 10px 12px;
    box-shadow: none;
}
.sidebar .cat-list li {
    border-bottom: 1px dotted #EEE;
    padding: 7px 0px;
}
.sidebar .cat-list li a {
    text-decoration: none;
    margin-right: 10px;
    color: #666;
    display: inline-block;
    transition: all 0.2s ease-in-out 0s;
}
.sidebar .widget-categories ul {
    margin: 0px;
    padding-left: 18px;
}
.widget .latest-posts-list figure, .widget .products-list figure {
    float: left;
max-width: 80px;
padding-right: 10px;
}
.latest-p ul li {
    list-style: outside none none;
    padding: 0px 0px 0px 0em;
    border-bottom: 1px solid #F2F2F2;
    color: #888;
}
.widget .latest-posts-list li, .widget .products-list li {
    margin-bottom: 20px;
}
.widget .latest-posts-list .entry-content, .widget .products-list .product-content {
    margin-left: 80px;
    margin-top: -39px;
}
.latest-p ul li:before {
    content: "" !important;
    font-size: 14px;
    display: inline-block;
    margin-left: -1em;
    width: 1.2em;
    position: relative;
    left: 0px;
    transition: left 0.3s ease 0s;
}
.widget .latest-posts-list h5, .widget .products-list h5 {
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 6px;
}
.widget .latest-posts-list p, .widget .products-list p {
    font-size: 12px;
    margin-bottom: 0px;
}
.sidebar .cat-list li .num-posts {
    color: #AAA;
    float: right;
    font-size: 12px;
}
.blogpost {
	background-color: #fafafa;
	border: 1px solid #f3f3f3;
	margin: 0 0 10px;
	position: relative;
}
.blogpost .blogpost-body {
	padding: 20px 20px 0 20px;
	min-height: 140px;
}
.blogpost h2.title {
	margin-bottom: 0;
	margin-top: 0;
}
.blogpost .submitted {
	font-size: 12px;
	margin: 10px 0;
}
.blogpost .side {
	float: left;
	width: 80px;
}
.blogpost .post-info {
	float: left;
	top: 0;
	left: 25px;
	width: 80px;
	height: 90px;
	padding: 10px 15px;
	background-color: #97BC23;
	color: #fff;
	text-align: center;
	z-index: 3;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.blogpost .side .post-info {
	float: none;
}
.blogpost .post-info .day {
	font-size: 34px;
	font-weight: 700;
	line-height: 1;
	display: block;
}
.blogpost .post-info .month {
	font-size: 16px;
	line-height: 1.2;
	display: inline-block;
}
.blogpost .side span.share {
	font-size: 13px;
	font-weight: 700;
	text-align: right;
	padding-top: 20px;
	display: block;
}
.blogpost .side .social-links {
	margin-top: 0;
}
.blogpost .side .social-links li {
	display: block;
	margin: 0;
}
.blogpost .side .social-links li a {
	width: 100%;
	height: auto;
	display: block;
	font-size: 20px;
	margin-bottom: 0;
	text-align: right;
	background-color: transparent;
	border-color: transparent;
	color: #97BC23;
}
.blogpost .side .social-links li.twitter a:hover {
	background-color: transparent;
	color: #55acee;
	border-color: transparent;
}
.blogpost .side .social-links li.facebook a:hover {
	background-color: transparent;
	color: #3b5998;
	border-color: transparent;
}
.blogpost .side .social-links li.googleplus a:hover {
	background-color: transparent;
	color: #dd4b39;
	border-color: transparent;
}
.blogpost .blogpost-content {
	padding: 0 0 10px;
	margin-left: 100px;
}
.blogpost footer {
	background-color: #f1f1f1;
	padding: 12px 20px;
	border-top: 1px solid #e8e8e8;
	font-size: 14px;
	line-height: 2;
	clear: both;
}
.blogpost ul.links {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}
.blogpost ul.links li {
	display: inline-block;
}
.blogpost ul.links li a {
	color: #666666;
	display: inline-block;
}
.blogpost ul.links li a:hover {
	color: #97BC23;
}
.blogpost.full {
	background-color: transparent;
	border: none;
}
.blogpost.full footer {
	border: 1px solid #e8e8e8;
}
.blogpost.full .blogpost-body {
	padding: 20px 0;
}
.blogpost.full .submitted {
	margin: 0 0 20px 0;
}
.blogpost.full .overlay-container {
	margin-bottom: 20px;
}

/*--------------------------------------------------
[Blog Grid]
----------------------------------------------------*/

.blog-grid img {
	margin-bottom: 15px;
}

.blog-grid h3 {
	font-size: 22px;
	margin: 0 0 10px;
	line-height: 1.4;
}

.blog-grid h2.blog-grid-title-lg {
	font-size: 28px;
	line-height: 1.4;
	margin: 0 0 10px;
}

.blog-grid h3.blog-grid-title-sm {
	font-size: 15px;
	line-height: 1.4;
}

.blog-grid h3 a {
	color: #333;
}

.blog-grid p {
	margin-bottom: 15px;
}

.blog-grid-inner {
	padding: 20px;
	background: #fff;
	margin: -70px 40px 0;
	position: relative;
}

/*Blog Grid Gradient*/
.blog-grid .blog-grid-grad {
	position: relative;
}

.blog-grid .blog-grid-grad i {
	top: 10px;
	left: 10px;
	z-index: 1;
	color: #fff;
	width: 30px;
	height: 30px;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	position: absolute;
	display: inline-block;
	background: rgba(0,0,0,0.5);
}

/*Blog Grid Info*/
.blog-grid .blog-grid-info {
	padding-left: 0;
	list-style: none;
}

.blog-grid .blog-grid-info li {
	color: #888;
	padding: 0 2px;
	font-size: 12px;
	display: inline-block;
}

.blog-grid .blog-grid-info li:before {
	content: '/';
	font-size: 12px;
	line-height: 1.4;
	margin-right: 9px;
}

.blog-grid .blog-grid-info li:first-child:before {
	content: " ";
	margin-right: 0;
}

.blog-grid .blog-grid-info li a {
	color: #888;
}

.blog-grid .blog-grid-info li a:hover {
	text-decoration: none;
}

/*Read More Link*/
.blog-grid a.r-more {
	font-size: 13px;
	font-weight: 400;
	font-style: italic;
	display: inline-block;
}

.blog-grid a.r-more:hover {
	text-decoration: none;
}


/*--------------------------------------------------
[Blog Thumb]
----------------------------------------------------*/

.blog-thumb {
	overflow: hidden;
}

/*Blog Grid Hover*/
.blog-thumb .blog-thumb-hover {
	float: left;
	position: relative;
	margin-right: 15px;
}

.blog-thumb .blog-thumb-hover:after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: " ";
	position: absolute;
	-webkit-transition: all 0.35s, -webkit-transform 0.35s;
	transition: all 0.35s, transform 0.35s;
}

.blog-thumb .blog-thumb-hover img {
	width: 120px;
	height: auto;
}

.blog-thumb .blog-thumb-hover img.video-play-btn {
	width: 30px;
	height: 30px;
}

/*Icon Hover Gradient*/
.blog-thumb .blog-thumb-hover .hover-grad {
	left: 0;
	top: 50%;
	z-index: 1;
	opacity: 0;
	width: 100%;
	color: #fff;
	font-size: 20px;
	margin-top: -14px;
	text-align: center;
	position: absolute;
	display: inline-block;
	-webkit-transition: all 0.65s, -webkit-transform 0.65s;
	transition: all 0.65s, transform 0.65s;
}

.blog-thumb .blog-thumb-hover:hover .hover-grad {
	opacity: 1;
	-webkit-transition: opacity 0.55s, -webkit-transform 0.55s;
	transition: opacity 0.55s, transform 0.55s;
}

/*Blog Thumb Description*/
.blog-thumb .blog-thumb-desc {
	overflow: hidden;
}

.blog-thumb .blog-thumb-desc h3 {
	font-size: 14px;
	margin: 0 0 5px;
	font-weight: 400;
	line-height: 1.4;
}

.blog-thumb .blog-thumb-desc h3 a {
	color: #555;
}

/*Blog Grid Info*/
.blog-thumb .blog-thumb-info {
	padding-left: 0;
	list-style: none;
}

.blog-thumb .blog-thumb-info li {
	color: #888;
	padding: 0 2px;
	font-size: 12px;
	display: inline-block;
}

.blog-thumb .blog-thumb-info li:before {
	content: '/';
	font-size: 12px;
	line-height: 1.4;
	margin-right: 9px;
}

.blog-thumb .blog-thumb-info li:first-child:before {
	content: " ";
	margin-right: 0;
}

.blog-thumb .blog-thumb-info li a {
	color: #888;
}

.blog-thumb .blog-thumb-info li a:hover {
	color: #97BC23;
}


/*Blog Thumb Circle
------------------------------------*/
.blog-thumb.blog-thumb-circle .blog-thumb-hover:after {
	border-radius: 50% !important;
}

.blog-thumb.blog-thumb-circle .blog-thumb-hover img {
	width: 50px;
	height: 50px;
}

.blog-thumb.blog-thumb-circle .blog-thumb-hover .hover-grad {
	font-size: 15px;
	margin-top: -10px;
}


/*--------------------------------------------------
[Blog Thumb]
----------------------------------------------------*/

.blog-thumb-v2 {
	overflow: hidden;
}

/*Blog Thumb Gradient*/
.blog-thumb-v2 .blog-thumb-grad {
	float: left;
	position: relative;
	margin-right: 15px;
}

.blog-thumb-v2 .blog-thumb-grad img {
	width: 120px;
	height: auto;
}

.blog-thumb-v2 .blog-thumb-grad i {
	top: 5px;
	left: 5px;
	z-index: 1;
	color: #fff;
	width: 20px;
	height: 20px;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	position: absolute;
	display: inline-block;
	background: rgba(0,0,0,0.5);
}

/*Blog Thumb Description*/
.blog-thumb-v2 .blog-thumb-desc {
	overflow: hidden;
}

.blog-thumb-v2 .blog-thumb-desc h3 {
	font-size: 14px;
	margin: 0 0 5px;
	font-weight: 400;
	line-height: 1.4;
}

.blog-thumb-v2 .blog-thumb-desc h3 a {
	color: #555;
}

/*Blog Grid Info*/
.blog-thumb-v2 .blog-thumb-info {
	padding-left: 0;
	list-style: none;
}

.blog-thumb-v2 .blog-thumb-info li {
	color: #888;
	padding: 0 2px;
	font-size: 12px;
	display: inline-block;
}

.blog-thumb-v2 .blog-thumb-info li:before {
	content: '/';
	font-size: 12px;
	line-height: 1.4;
	margin-right: 9px;
}

.blog-thumb-v2 .blog-thumb-info li:first-child:before {
	content: " ";
	margin-right: 0;
}

.blog-thumb-v2 .blog-thumb-info li a {
	color: #888;
}

.blog-thumb-v2 .blog-thumb-info li a:hover {
	text-decoration: none;
}


/*--------------------------------------------------
[Blog Thumb v3]
----------------------------------------------------*/

.blog-thumb-v3 h3 {
	font-size: 13px;
	margin: 0 0 5px;
	font-weight: 400;
	line-height: 1.4;
}

.blog-thumb-v3 h3 a {
	color: #555;
}

.blog-thumb-v3 small,
.blog-thumb-v3 small a {
	color: #999;
}

.blog-thumb-v3 small a:hover {
	color: #555;
}
.blog-grid a.r-more {
    border-bottom: 1px solid #97BC23;
}
.blog-grid a.r-more {
    color: #97BC23;
}
.blog-grid a.r-more {
    font-size: 13px;
    font-weight: 400;
    font-style: italic;
    display: inline-block;
}
/* Blog 2
------------------------------ */
.feature-box-78 {
position:relative;
width:100%;
padding:30px;
margin:0px;
float:left;
border:1px solid #e4e4e4;
}
.feature-box-78 .post-date-box {
background-color:#97BC23;
right: 18px;
top: -91px;
}
.post-date-box {
position: absolute;
width: 90px;
height: 90px;
float: left;
font-size: 25px;
color: #FFF;
padding: 22px 0px 0px;
margin: 0px;
z-index: 2;
text-align: center;
background-color: #FD602C;
}
.post-date-box span {
font-size: 13px;
color: #FFF;
display: block;
}
.text-box.padding-3 {
padding: 20px 0px;
}
.text-box.white {
background-color: #FFF;
}
.text-box {
width: 100%;
float: left;
}

/* Small devices (tablets, phones less than 767px) */
@media (max-width:767px) {
	.blogpost .blogpost-content {
		margin-left: 70px;
	}
	.blogpost .side {
		width: 50px;
	}
	.blogpost .post-info {
		width: 50px;
		height: 60px;
		padding: 8px 8px;
		margin: 0 20px 5px 0;
	}
	.blogpost .post-info .day {
		font-size: 20px;
	}
	.blogpost .post-info .month {
		font-size: 11px;
		line-height: 1.2;
	}
}

/* Affix */
#affix.affix {
	position: static;
}

/* Medium devices (desktops, tablets, 992px and up) */
@media (min-width:992px) {
	#affix.affix {
		position: fixed;
		top: 65px;
		width: 80px;
	}
	#affix.affix-bottom {
		position: absolute;
		width: 80px;
	}
}

/* Affix Menu - Sidebar */
.sidebar.affix {
	position: static;
}

/* Show and affix the side nav when space allows it */
/* Medium devices (desktops, tablets, 992px and up) */
@media (min-width:992px) {
	.col-md-4 .sidebar.affix,
	.col-md-4 .sidebar.affix-bottom {
		width: 293px;
	}
	.col-md-3 .sidebar.affix,
	.col-md-3 .sidebar.affix-bottom {
		width: 213px;
	}
	.sidebar.affix {
		position: fixed;
		top: 20px;
	}
	.fixed-header-on .sidebar.affix {
		top: 65px;
	}
	.sidebar.affix-bottom {
		position: absolute;
	}
	.sidebar.affix-bottom .affix-menu,
	.sidebar.affix .affix-menu {
		margin-top: 0;
		margin-bottom: 0;
	}
	.affix-menu {
		padding-top: 20px;
	}
	h3.title ~ .affix-menu {
		padding-top: 0px;
	}
}

/* Large devices (Large desktops 1200px and up) */
@media (min-width:1200px) {
	.col-md-4 .sidebar.affix,
	.col-md-4 .sidebar.affix-bottom {
		width: 390px;
	}
	.col-md-3 .sidebar.affix,
	.col-md-3 .sidebar.affix-bottom {
		width: 263px;
	}
}

/* Blog Masonry layout
---------------------------------- */
.masonry-grid .blogpost {
	margin-bottom: 30px;
}
.masonry-grid .blogpost .blogpost-body {
	padding: 15px 15px 0 15px;
}
.masonry-grid .blogpost h2.title {
	font-size: 24px;
}
.masonry-grid .blogpost .submitted {
	margin: 15px 0 10px;
}
.masonry-grid .blogpost .blogpost-content {
	margin-left: 0;
}
.masonry-grid .blogpost .post-info {
	width: 50px;
	height: 60px;
	padding: 8px 8px;
	margin: 0 20px 5px 0;
}
.masonry-grid .blogpost .post-info .day {
	font-size: 20px;
}
.masonry-grid .blogpost .post-info .month {
	font-size: 11px;
	line-height: 1.2;
}

/* Medium desktop devices and tablets */
@media (min-width:992px) and (max-width:1199px) {
	.masonry-grid .blogpost footer {
		font-size: 12px;
	}
}

/* Small devices (tablets, phones less than 767px) */
@media (max-width:767px) {
	.masonry-grid-item {
		max-width: 100%;
	}
}

/* Blog Timeline layout
---------------------------------- */
.timeline {
	position: relative;
	padding: 10px 0;
	margin-top: 10px;
}
.timeline-icon {
	position: absolute;
	display: block;
	top: 0;
	left: 50%;
	color: #f3f3f3;
	font-size: 40px;
	margin-left: -13px;
	top: -20px;
	line-height: 1;
}
.timeline .timeline-item {
	padding: 0 15px;
}
.timeline .blogpost .blogpost-body {
	padding: 15px 15px 0 15px;
}
.timeline .blogpost h2.title {
	font-size: 20px;
    margin-bottom: 6px;
}
.timeline .blogpost .submitted {
	margin: 15px 0 10px;
}
.timeline .blogpost footer {
	padding: 12px 15px;
}
.timeline .blogpost .blogpost-content {
	margin-left: 0;
}
.timeline .blogpost .post-info {
	width: 50px;
	height: 60px;
	padding: 8px 8px;
	margin: 0 20px 5px 0;
}
.timeline .blogpost .post-info .day {
	font-size: 20px;
}
.timeline .blogpost .post-info .month {
	font-size: 11px;
	line-height: 1.2;
}
.timeline-date-label {
	float: none;
	clear: both;
	display: block;
	margin: 0px auto;
	text-align: center;
	margin-bottom: 80px;
	line-height: 1;
	width: 135px;
	position: relative;
	z-index: 2;
	color: #97BC23;
}
.timeline .timeline-item.pull-right + .timeline-date-label {
	padding-top: 80px;
}
.timeline-date-label:after {
	background-color: #f3f3f3;
	height: 30px;
	width: 100%;
	position: absolute;
	bottom: -8px;
	z-index: -1;
}

/* Medium desktop devices and tablets */
@media (min-width:768px) and (max-width:1199px) {
	.timeline .blogpost footer {
		font-size: 12px;
	}
}

/* Small devices (tablets, 768px and up) */
@media (min-width:768px) {
	.timeline .blogpost {
		margin-bottom: 0;
	}
	.timeline:before {
		background-color: #f3f3f3;
		width: 2px;
		height: 100%;
		content: "";
		position: absolute;
		left: 50%;
		display: block;
		margin-left: -1px;
		top: 0;
	}
	.timeline .timeline-item {
		position: relative;
		width: 50%;
		padding-left: 0;
		padding-right: 40px;
		margin-bottom: 10px;
		float: left;
		clear: left;
		z-index: 1;
	}
	.timeline .timeline-item.pull-right {
		position: relative;
		width: 50%;
		padding-left: 40px;
		padding-right: 0;
		margin-top: 10px;
		margin-bottom: 10px;
		float: right;
		clear: right;
	}
	.timeline .timeline-item:after {
		content: "";
		font-family: "FontAwesome";
		right: 10px;
		background-color: #f3f3f3;
		left: auto;
		position: absolute;
		top: 20px;
		z-index: -1;
		width: 25px;
		height: 1px;
	}
	.timeline .timeline-item:before {
		content: "";
		position: absolute;
		background-color: #fff;
		border: 1px solid #97BC23;
		height: 10px;
		width: 10px;
		-webkit-border-radius: 100%;
		-moz-border-radius: 100%;
		border-radius: 100%;
		top: 15px;
		right: -5px;
	}
	.timeline .timeline-item.pull-right:after {
		right: auto;
		left: 10px;
	}
	.timeline .timeline-item.pull-right:before {
		left: -5px;
	}
}

/* Small devices (tablets, phones less than 767px) */
@media (max-width:767px) {
	.timeline .timeline-item.pull-right {
		float: none !important;
	}
}

/* Comments
---------------------------------- */
.comments {
	margin-top: 60px;
}
.comments h2.title {
	margin-bottom: 40px;
	border-bottom: 1px solid #d2d2d2;
	padding-bottom: 10px;
}
.comment {
	font-size: 14px;
}
.comment .comment {
	margin-left: 75px;
}
.comment-avatar {
	margin-top: 5px;
	width: 55px;
	float: left;
}
.comment-photo {
  margin-top: 5px;
  width: 100px;
  float: left;
  border: 1px dashed #ddd;
}
.comment h3 {
	margin-top: 0;
	margin-bottom: 5px;
}
.comment-meta {
	margin-bottom: 15px;
	color: #999999;
	font-size: 12px;
}
.comment-meta a {
	color: #666666;
}
.comment-meta a:hover {
	text-decoration: underline;
}
.comment .btn {
	font-size: 12px;
	padding: 7px;
	min-width: 100px;
	margin-top: 5px;
	margin-bottom: -1px;
}
.comment .btn i {
	padding-right: 5px;
}
/*Colored Box*/
.colored-box {
    padding: 45px 15px 40px;
    color: #fff;
}
@media (max-width:992px) {
    .colored-box {
    padding: 35px 10px;
}
}
@media (max-width:767px) {
    .colored-box {
    padding: 30px 0;
}
}
.bg-custom {
    background-color: #ACD373;
    color: #E1E1E1;
}
.bg-custom2 {
    background-color: #97BC23;
}
.bg-custom3 {
    background-color: #00796B;
}
.mb20 {
    margin-bottom: 20px !important;
}
.no-padding {
    padding: 0!important;
}
.no-margin {
    margin: 0!important;
}
.bg-custom .title-border>span {
    background-color: #009688;
}
/* Blog Homepage
---------------------------------- */
@media (min-width:768px) {
    .entry {
    margin-bottom: 70px;
    padding-left: 90px;
}
.entry:after {
    left: 35px;
}
.entry-media {
    margin-bottom: 25px;
}
.entry-title {
    font-size: 20px;
}
.entry-readmore {
    display: inline;
}
.entry-date {
    width: 70px;
    padding: 17px 0 0;
    font-size: 24px;
}
.entry-date>span {
    font-size: 14px;
    margin-top: 13px;
}
.entry-format {
    top: 100px;
    width: 70px;
    font-size: 22px;
    line-height: 70px;
}
.entry-media .entry-audio-container {
    bottom: 20px;
    right: 20px;
    left: 20px;
}
.entry-blockquote {
    padding: 25px 30px;
}
}@media (min-width:992px) {
    .entry {
    margin-bottom: 80px;
    padding-left: 100px;
}
.entry:after {
    left: 40px;
}
.entry-date {
    width: 80px;
    padding: 18px 0 0;
    font-size: 28px;
}
.entry-date>span {
    font-size: 16px;
    margin-top: 16px;
}
.entry-format {
    top: 110px;
    width: 80px;
    font-size: 24px;
    line-height: 80px;
}
.entry-media .entry-audio-container {
    bottom: 25px;
    right: 25px;
    left: 25px;
}
}.entry-simple {
    padding: 25px 0;
    margin-bottom: 0;
    transition: all .35s ease-in-out;
    -webkit-transition: all .35s ease-in-out;
}
.entry-simple:after {
    display: none;
}
.entry-simple .entry-title {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .5px;
}
.entry-simple .entry-title a {
    color: #2a2a2a;
}
.entry-simple .entry-title a:focus, .entry-simple .entry-title a:hover {
    color: #97BC23;
}
.entry-simple .entry-label, .entry-simple footer, .entry-simple footer a {
    font-weight: 400;
}
.reply-link, .sidebar .widget .latest-posts-list .entry-content p a, .sidebar .widget .products-list .entry-content p a {
    font-weight: 700;
}
.entry-simple footer a {
    color: #505050;
}
.entry-simple .entry-label, .entry-simple .entry-separator, .entry-simple footer {
    color: #7a7a7a;
}
.entry-simple .entry-footer {
    border: none;
    line-height: 24px;
}
	
@media (min-width:768px) {
    .entry-simple: hover {
    background-color: #2e2e2e;
    border-bottom-color: #000;
    padding-left: 20px;
    padding-right: 20px;
}
.entry-simple:hover .entry-title a, .entry-simple:hover a {
    color: #bebebe;
}
.entry-simple:hover .entry-label, .entry-simple:hover .entry-separator, .entry-simple:hover footer {
    color: #9a9a9a;
}
.entry-simple .entry-footer a:hover, .entry-simple .entry-title a:hover {
    color: #f1f1f1;
}
}
@media (min-width:992px) {
    .entry-simple: hover {
    padding-left: 30px;
    padding-right: 30px;
}
}
.entry-footer, .entry-simple {
    border-bottom: 1px solid #eaeaea;
}
.container h2+.entry-simple, .entry-footer, .entry-simple:first-child {
    border-top: 1px solid #eaeaea;
}
.mb50 {
    margin-bottom: 50px !important;
}

/* Clients Carousel
---------------------------------- */
/****clients***/
#clients-carousel {
  background-color: #f5f5f5;
  padding: 60px 0;
}

#clients-carousel.light h3.heading {
  color: #fff;
}

#clients-carousel .center-heading h2 {
  color: #fff;
}

#clients-carousel .item {
  text-align: center;
}

#clients-carousel p {
  color: #bbb;
}

#cta-1 {
  padding: 40px 0;
  background-color: #97BC23;
  text-align: center;
}

#cta-1 h1 {
  color: #fff;
  font-size: 26px;
  line-height: 30px;
  text-transform: uppercase;
}

#cta-2 {
  padding: 30px 0;
  background-color: #f2f2f2;
  text-align: center;
}

#cta-2 h1 {
  color: #333;
  margin-bottom: 15px;
  font-weight: 400;
}


/* Portfolio
---------------------------------- */
.filters {
	margin: 0 0 30px 0;
}
.filters .nav-pills > li {
	margin-right: 2px;
	margin-bottom: 2px;
}
.filters .nav-pills > li + li {
	margin-left: 0px;
}
.text-center.filters .nav-pills > li {
	margin-right: 2px;
	margin-left: 2px;
	margin-bottom: 2px;
	display: inline-block;
	float: none;
}

/* Portfolio Item
---------------------------------- */
.portfolio-item.side {
	font-size: 14px;
	margin-top: 30px;
}
.portfolio-item.side .social-links {
	margin: 0;
}

/* Medium devices (desktops, tablets, 992px and up) */
@media (min-width:992px) {
	.portfolio-item.side {
		margin-top: 125px;
	}
}

/* Extra small devices (phones, less than 480px) */
@media (max-width:480px) {
	/* Portfolio page */
	.filters .nav-pills > li {
		display: inline-block;
		width: 100%;
	}
}

/* About Us pages
---------------------------------- */
.team-member small {
	display: block;
	margin-top: -5px;
}
.team-member.box-style-1 {
	margin-top: 0;
}

/* Small devices (tablets, 768px and up) */
@media (min-width:768px) {
	.team-member.option-3 {
		overflow: hidden;
		margin-bottom: 20px;
	}
	.team-member.option-3 .overlay-container {
		float: left;
		width: 55%;
	}
	.team-member.option-3 .image-box-body {
		float: left;
		width: 45%;
		padding: 20px 10px 5px 15px;
	}
}

/* Small and Medium devices (tablets, smartphones, laptops) */
@media (min-width:768px) and (max-width:1199px) {
	.team-member.option-3 .image-box-body {
		padding: 40px;
	}
}

/* Small devices (tablets, phones less than 767px) */
@media (max-width:767px) {
	.team-member .image-box-body {
		padding: 15px 25px;
	}
	.team-member {
		max-width: 480px;
		margin: 20px auto 20px !important;
	}
}

/* Team
---------------------------------- */
.our-team-section {
    padding-bottom: 40px
    }

.our-team-section .team-member2 {
    margin-bottom: 40px;
    text-align: center;
    border-bottom: 1px solid #ebebeb;
    overflow: hidden
    }

.our-team-section .team-member2 .member-cover {
    position: relative;
    text-align: center
    }

.our-team-section .team-member2 .member-name {
    padding: 20px 0;
    position: relative
    }

.our-team-section .team-member2 h3 {
    margin-bottom: 5px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500
    }

.our-team-section h6 {
    font-style: italic;
    font-weight: 300;
    font-size: 14px;
    margin: 0
    }

.our-team-section .team-member2 .member-name .member-details, .our-team-section .team-member2 .member-cover .member-info {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    padding-top: 50%;
    bottom: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;
    height: 100%;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease
    }

.our-team-section .team-member2:hover .member-name .member-details, .our-team-section .team-member2:hover .member-cover .member-info {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    filter: alpha(opacity=100)
    }

.our-team-section .team-member2 .member-cover img {
    margin: 0 auto
    }

.our-team-section .team-member2:hover .member-cover img {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
    opacity: 0.2;
    filter: alpha(opacity=20)
    }

.our-team-section .team-member2 .member-name .member-details {
    background: #fff;
    padding-top: 35px
    }

.our-team-section .team-member2 .member-name .member-details ul {
    margin: 0;
    padding: 0
    }

.our-team-section .team-member2 .member-name .member-details ul li {
    display: inline-block
    }

.our-team-section .team-member2 .member-name .member-details ul li a {
    font-size: 22px;
    color: #121212
    }

.our-team-section .team-member2 .member-cover .member-info h3 {
    color: #000;
    margin-top: 172px;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s
    }

.our-team-section .team-member2:hover .member-cover .member-info h3 {
    margin-top: 30px;
    font-weight: 500
    }

.team .thumbnail2 {
    display: block;
    padding: 6px;
    margin-bottom: 71px;
    line-height: 1.42857143;
    background-color: transparent;
    border: 1px solid #E4E3E3;
    border-radius: 0px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.team .thumbnail2 .caption2 {
    color: #ababab;
    position: relative;
    background: transparent;
}

.team .thumbnail2 .caption2 h3 {
    margin-top: 10px;
    font-size: 20px;
    text-transform: uppercase;
    color: #333;
    font-weight: 700;
    margin-bottom: 0px;
}
.caption2{
border: 1px solid #f5f5f5;
padding-top: 10px;
}

.team .thumbnail2 .caption2 p {
    margin-bottom: 10px;
    margin-top: 0px;
    font-size: 15px;
    color: #7a7a7a;
    font-weight: 300;
    font-style: italic;
}

.team_social h4 {
    color: #636363;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 300;
}

.thumbnail2:hover {
    background-color: #F4F4F4;
}

.team .thumbnail2 .caption2 .team_social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    background: #f4f4f4;
    left: 0;
    z-index: 26;
    font-size: 15px;
    padding-top: 15px;
    opacity: 0;
    filter: alpha(opacity=0);
    color: #636363;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.team_member_image img {
    width: 100%;        
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.team_member_image{
    background: rgba(0,0,0,.5);
    position: relative;
}

.team .thumbnail2:hover div.team_member_image {
    background-color: rgba(0,0,0,.5);
}

.team .thumbnail2 .caption2 .team_social .fa {
    color: #7a7a7a;
    font-size: 18px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.team .thumbnail2 .caption2 .team_social .fa:hover {
    color: #f73c56;
}

.team .thumbnail2 {
    position: relative;
}

.team .thumbnail2 .team_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 25;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.team .thumbnail2:hover .team_overlay {
    cursor: url(../images/plus.png), auto;
    background-color: rgba(0,0,0,.3);
}

.team .thumbnail2:hover .caption2 .team_social {
    opacity: 1;
    filter: alpha(opacity=100);
}


/* Coming Soon Page
---------------------------------- */
.fullscreen-bg {
	background: url("../images/backgrounds/bg12.jpg") 50% 0px no-repeat;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.boxed .fullscreen-bg {
	background: none;
}
.is-countdown {
	border: 1px solid transparent !important;
	background-color: transparent !important;
}
.countdown-section {
	text-align: center;
	padding: 20px;
	margin: 10px 0;
}
.countdown-amount {
	font-size: 36px;
	font-weight: 700;
	display: block;
}
.countdown-period {
	display: block;
	font-size: 28px;
	line-height: 1.2;
	margin-top: 15px;
}

/* Small devices (tablets, phones less than 767px) */
@media (max-width:767px) {
	.countdown-amount {
		font-size: 24px;
	}
	.countdown-period {
		font-size: 18px;
	}
}

/* Extra small devices (phones, less than 480px) */
@media (max-width:480px) {
	.countdown-period {
		font-size: 14px;
	}
}

/* Shop pages
---------------------------------- */
.category-banner, .filter-row {
    margin-bottom: 30px;
}
@media (min-width:768px) {
    .category-banner, .filter-row {
    margin-bottom: 40px;
}
}.filter-row-left {
    float: left;
    margin-right: 30px;
}
.filter-brand-list a span, .filter-row-right {
    float: right;
}
.filter-row-box {
    display: inline-block;
}
.filter-row-label {
    margin-right: 8px;
    font-size: 13px;
    vertical-align: middle;
    font-weight: 700;
}
.filter-row .small-selectbox {
    min-width: 100px;
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}
.filter-row .btn {
    border-radius: 3px;
    padding: 5px 8px;
	min-width: 50px;
}
.filter-row .btn.btn-border {
    border-width: 1px;
}
.filter-row .btn-layout {
    border-color: #eaeaea;
    color: #7a7a7a;
    margin-left: 6px;
}
.filter-row .btn-layout.active, .filter-row .btn-layout.active:focus, .filter-row .btn-layout.active:hover {
    background-color: #97BC23;
    color: #fff;
    border-color: #97BC23;
}
.filter-row .btn-compare {
    margin-left: 25px;
    padding: 5px 14px;
}
.filter-row .btn-layout:focus, .filter-row .btn-layout:hover {
    background-color: #eaeaea;
    border-collapse: #d7d7d7;
    color: #444;
}
.product, .product figure, .product-image, .product-top {
    position: relative;
}
@media (min-width:992px) {
    .form-box {
    width: 540px;
}
}.product {
    overflow: hidden;
    margin-bottom: 40px;
}
@media (min-width:768px) {
    .product {
    margin-bottom: 50px;
}
}.product-top {
    margin-bottom: 15px;
    border: 1px solid #eaeaea;
}
.product-image, .product-image-hover {
    display: block;
    width: 100%;
    height: auto;
    transition: all .45s;
    -webkit-transition: all .45s;
}
.product-image {
    left: 0;
}
.product-image-hover {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 100%;
    top: 0;
}
.product:hover .product-image {
    opacity: 0;
    visibility: hidden;
    left: -100%}
.product:hover .product-image-hover {
    opacity: 1;
    visibility: visible;
    left: 0;
}
.product-title {
   margin-bottom: -5px;
font-weight: 500;
}
.product-title a {
    color: #4a4a4a;
}
.product-title a:hover {
    color: #97BC23;
}
.product-price-container {
    margin-bottom: 15px;
}
.product-price {
    font-size: 15px;
    line-height: 20px;
    color: #f44336;
    font-weight: 700;
}
.product-old-price {
    position: relative;
    margin-right: 8px;
    line-height: 20px;
    font-weight: 700;
}
.product-price+.product-old-price {
    margin-right: 0;
    margin-left: 8px;
}
.product-old-price:after {
    content: '';
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    background-color: #444;
    transform: rotate(-24deg);
    -webkit-transform: rotate(-24deg);
}
.product-box {
    position: absolute;
    left: 15px;
    top: 15px;
    color: #fff;
    min-width: 60px;
    z-index: 100;
    padding: 2px;
}
.product-box.new-box {
    background-color: #97BC23;
}
.product-box.new-box.new-box-border {
    background-color: #97BC23;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 45px;
    text-align: center;
    font-weight: 700;
    color: #FFF;
    position: absolute;
    top: 20px;
    right: 20px;
}
.product-box.discount-box {
    background-color: #ef5350;
}
.product-box.discount-box.discount-box-border {
    background-color: transparent;
    border: 2px solid #ef5350;
    color: #ef5350;
}
.product-box.outofstock-box {
    font-size: 13px;
    padding: 4px;
    min-width: 70px;
    line-height: 1.4;
    background-color: #2a2a2a;
}
.product-box.outofstock-box.outofstock-box-border {
    background-color: transparent;
    border: 2px solid #2a2a2a;
    color: #2a2a2a;
}
.product-box.top-right {
    left: auto;
    right: 15px;
}
.product-box.bottom-right {
    left: auto;
    top: auto;
    right: 15px;
    bottom: 15px;
}
.product-box.bottom-left {
    left: 15px;
    top: auto;
    bottom: 15px;
}
.product .add-to-cart {
    padding: 7px 15px;
    font-size: 12px;
}
.product-top .product-action-container {
    position: absolute;
    bottom: 15px;
    left: 15px;
    font-size: 0;
}
.product-action-container .btn {
    padding: 0 8px;
    text-align: center;
    min-width: 36px;
    min-height: 36px;
    line-height: 34px;
    margin-right: 5px;
}
.product-action-container .add-to-favorite {
    font-size: 12px;
}
.product-action-container .btn.btn-dark:focus, .product-action-container .btn.btn-dark:hover {
    background-color: #97BC23;
    border-color: #97BC23;
}
.product-action-container.vertical {
    width: 36px;
}
.product-action-container.vertical .btn {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 5px;
}
.product-action-container .btn:last-child, .product-action-container.vertical .btn:last-child {
    margin: 0!important;
}
.product-action-animate {
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    opacity: 0;
    visibility: hidden;
    margin-bottom: -40px;
}
.product-action-container.each-btn-animate .btn {
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
}
@-webkit-keyframes customZoom {
    0% {
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
}
100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
}
}@keyframes customZoom {
    0% {
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
}
100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
}
}.product:hover .product-action-container.each-btn-animate .btn {
    -webkit-animation-name: customZoom;
    animation-name: customZoom;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.product:hover .product-action-container.each-btn-animate .btn:first-child {
    animation-delay: .15s;
    -webkit-animation-delay: .15s;
}
.product:hover .product-action-container.each-btn-animate .btn:nth-child(2) {
    animation-delay: .3s;
    -webkit-animation-delay: .3s;
}
.product:hover .product-action-container.each-btn-animate .btn:nth-child(3) {
    animation-delay: .45;
    -webkit-animation-delay: .45s;
}
.product:hover .product-action-container.each-btn-animate .btn:nth-child(4) {
    animation-delay: .6s;
    -webkit-transition-animation: .6s;
}
.product-action-animate.vertical {
    margin-bottom: 0;
    margin-left: -60px;
}
.product:hover .product-action-animate {
    opacity: 1;
    visibility: visible;
    margin-bottom: 0;
}
.product:hover .product-action-animate.vertical {
    margin-left: 0;
}
.ratings-container {
    margin-bottom: 10px;
}
.product-ratings {
    height: 15px;
}
.product-ratings, .ratings {
    display: inline-block;
    font-size: 15px;
    line-height: 1;
    position: relative;
    font-family: FontAwesome;
}
.ratings {
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
}
.ratings-text {
    font-size: 14px;
    text-indent: -9999px;
}
.product-ratings:before {
    content: "\f006  " "\f006  " "\f006  " "\f006  " "\f006";
    color: #fbc02d;
}
.ratings:before {
    content: "\f005  " "\f005  " "\f005  " "\f005  " "\f005";
    color: #fbc02d;
}
.product-top .ratings-container {
    margin-bottom: 0;
    position: absolute;
    bottom: 15px;
    right: 15px;
    z-index: 199;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
}
.product-top .ratings-container.top-left {
    bottom: auto;
    right: auto;
    top: 15px;
    left: 15px;
}
.product-top .ratings-container.top-right {
    bottom: auto;
    top: 15px;
    right: 15px;
}
.product-top .ratings-container.bottom-left {
    bottom: 15px;
    right: auto;
    left: 15px;
}
.zoomWindowContainer>div {
    border: 2px solid #eaeaea;
}
#category-widget>li:last-child, .product-details .product-title {
    border-bottom: 1px solid #eaeaea;
}
.product-gallery-container {
    margin-bottom: 40px;
}
.product-details {
    margin-bottom: 60px;
}
@media (min-width:992px) {
    .product-gallery-container {
    margin-bottom: 65px;
}
}.product-gallery-container .product-top {
    position: relative;
    margin-bottom: 0;
}
.product-gallery-container img {
    display: block;
    width: 100%;
    height: auto;
}
.product-gallery a {
    display: block;
    border: 1px solid #eaeaea;
}
.product-gallery-wrapper {
    margin-top: 6px;
}
.product-gallery-container .product-box {
    position: absolute;
    left: 17px;
    top: 17px;
    font-size: 16px;
    line-height: 70px;
    min-width: 70px;
}
.product-gallery-container .product-box.top-right {
    left: auto;
    right: 17px;
}
.product-gallery-container .product-box.bottom-right {
    top: auto;
    left: auto;
    right: 17px;
    bottom: 17px;
}
.product-gallery-container .product-box.bottom-left {
    right: auto;
    left: 17px;
    top: auto;
    bottom: 17px;
}
.product-gallery-container .product-box.outofstock-box {
    font-size: 16px;
    line-height: 20px;
    padding: 27.5px 0;
    min-width: 95px;
    left: 50%;
    top: 50%;
    margin-top: -47.5px;
    margin-left: -47.5px;
}
.product-details .product-title {
    font-size: 24px;
    line-height: 1.3;
    font-family: Lato, Verdana;
    color: #4a4a4a;
    font-weight: 700;
    margin-top: 5px;
    margin-bottom: 17px;
    padding-bottom: 17px;
}
.product-details .product-cats {
    margin-bottom: 2px;
}
.product-details .product-cats a {
    font-size: 13px;
    font-weight: 400;
    font-family: 'Open Sans', Verdana;
    color: #9a9a9a;
}
.product-details .product-cats a:focus, .product-details .product-cats a:hover {
    color: #97BC23;
}
.product-details .product-ratings-container {
    margin-bottom: 22px;
    font-size: 0;
}
.product-details .product-ratings {
    margin-bottom: 0;
    display: inline-block;
    margin-right: 14px;
}
.product-details .product-ratings-add, .product-details .product-ratings-count, .product-details .separator {
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
}
.product-details .product-ratings-add {
    color: #f44336;
}
.product-details p {
    margin: 0 0 20px;
}
.product-details .product-price-container {
    margin-bottom: 10px;
}
.product-details .product-old-price, .product-details .product-price {
    line-height: 60px;
}
.product-details .product-old-price {
    font-weight: 400;
    font-size: 18px;
}
.product-details .product-price {
    font-size: 24px;
    font-weight: 700;
    margin-left: 7px;
}
.product-details label.input-desc {
    font-size: 14px;
    margin-bottom: 8px;
    text-transform: capitalize;
}
.product-details .filter-color-container, .product-details .filter-size-container {
    margin-bottom: 12px;
}
.product-quantity-wrapper {
    margin-top: -4px;
    margin-bottom: 24px;
}
.product-quantity {
    max-width: 130px;
}
.product-quantity-wrapper .input-group {
    margin-bottom: 0;
}
.product-details .product-action {
    padding: 16px 0;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 22px;
}
.product-details .product-action .btn+.btn {
    margin-left: 13px;
}
.product-details .product-action i {
    margin-right: 8px;
}
.product-details .share-container label.input-desc {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    margin-right: 10px;
}
.share-container .social-icons {
    display: inline-block;
    vertical-align: middle;
}
.share-container .social-icons .social-icon {
    margin-bottom: 0;
}
.share-container .social-icons-bg .social-icon {
    min-width: 32px;
    padding: 7px 6.5px;
    font-size: 14px;
    line-height: 18px;
}
@media (max-width:380px) {
    .product-details .product-action .btn.min-width {
    min-width: 0;
    padding-left: 8px;
    padding-right: 8px;
}
.product-details .product-action .btn+.btn {
    margin-left: 5px;
}
.product-details .share-container label.input-desc {
    display: block;
    margin-bottom: 8px;
}
}@media (min-width:600px) and (max-width:991px) {
    .product-gallery-container {
    max-width: 480px;
}
}.banner {
    position: relative;
    margin-bottom: 20px;
}
.banner a, .banner img {
    display: block;
}
.banner img {
    width: 100%;
    height: auto;
}
.banner a:after {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0;
    transition: all .35s;
    -webkit-transition: all .35s;
}
.banner:hover a:after {
    opacity: .12;
}
.banner.zoom-hover img {
    transition: all .35s;
    -webkit-transition: all .35s;
}
.banner.zoom-hover:hover img {
    transform: scale(1.12);
    -webkit-transform: scale(1.12);
    -ms-transform: scale(1.12);
}
.category-banner, .filter-row {
    margin-bottom: 30px;
}
.listing-item {
	margin: 0 0 20px 0;
	border: 1px solid #f1f1f1;
	position: relative;
	overflow: hidden;
}
.listing-item-body {
	padding: 20px 15px 15px;
	-webkit-transition: ease-in-out all 0.25s;
	-o-transition: ease-in-out all 0.25s;
	transition: ease-in-out all 0.25s;
}
.elements-list{
    margin-top: -8px;
}
.mg-top10{
	margin-top: -10px;
}
table.shopping-cart-table tr th, table.shopping-cart-table tr td {
    vertical-align: middle;
}
ul.product_list_widget li img, ul.product_list_widget li img {
    float: left;
    margin-right: 15px;
    width: 70px;
    height: 70px;
    left: 0px;
    top: 17px;
}
ul.product_list_widget li > a, ul.product_list_widget li > a {
    color: #333;
    font-weight: bold;
}






.listing-item h3 {
	font-size: 18px;
}
.listing-item p {
	color: #999999;
	font-size: 13px;
}
.listing-item del,
.price del {
	font-size: 13px;
	line-height: 1;
	color: #cccccc;
}
.elements-list > * {
	border-right: 1px solid #dddddd;
	margin: 5px 6px 5px 0;
	padding-right: 10px;
	line-height: 24px;
	height: 22px;
	display: inline-block;
}
.elements-list > *:last-child {
	border-right: none;
	margin-right: 0;
	padding-right: 0;
}
.price {
	font-size: 22px;
	color: #000;
	font-weight: 300;
}
.wishlist:hover i:before {
	content: "\f004";
}
.add_friend:hover i:before {
  content: "\f0e0";
}
.add_like:hover i:before {
  content: "\f164";
}
.add_unlike:hover i:before {
  content: "\f165";
}
.listing-item .badge {
	border-radius: 0;
	position: absolute;
	border-color: transparent;
	top: -1px;
	left: -1px;
	font-weight: 400;
}
.sorting-filters {
	background-color: #f3f3f3;
	border: 1px solid #dddddd;
	padding: 20px 15px;
	margin-bottom: 40px;
}
.sidebar .sorting-filters {
	margin-bottom: 0;
}
.sorting-filters label {
	display: block;
	margin-bottom: 5px;
	font-size: 14px;
}
.sorting-filters form {
	margin: 0;
}
.sorting-filters .btn {
	margin: 20px 0 0;
	min-width: 0;
	width: 100%;
}
.sorting-filters .form-control,
.sorting-filters .form-control:focus {
	margin-bottom: 5px;
	webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, .12);
	box-shadow: inset 0 2px 3px rgba(0, 0, 0, .12);
	border-color: #f3f3f3;
}
.sorting-filters .form-inline .form-control {
	width: 100%;
}
.list-with-image {
	margin-bottom: 20px;
	border-bottom: 1px solid #f1f1f1;
	padding-bottom: 5px;
}
.list-with-image:last-child {
	border-bottom: none;
}
.list-with-image .overlay-container {
	float: left;
	width: 80px;
	margin-bottom: 10px;
}
.list-with-image h2,
.list-with-image p {
	margin-left: 100px;
}
.list-with-image h2 {
	font-size: 16px;
	margin-top: 0;
	margin-bottom: 5px;
}
.list-with-image p {
	font-size: 13px;
	color: #999;
	margin-bottom: 15px;
}
.shop-banner {
	background-color: transparent;
	border-color: transparent;
}
.shop-banner .tp-bullets {
	display: none!important;
}
.shop-banner .sorting-filters { 
	margin-bottom: 0;
}

/* Small devices (tablets, 768px and up) */
@media (min-width:768px) {
	.sorting-filters .form-inline .form-group {
		width: 18%;
		margin-right: 1.9%;
	}
	.sorting-filters .form-inline .form-group:last-child {
		margin-right: 0;
	}
	.shop-banner {
		position: relative;
	}
	.shop-banner .sorting-filters {
		position: absolute;
		bottom: 20px;
		z-index: 29;
		width: 100%;
		background-color: rgba(255,255,255,0.7);
		border: none;
	}
	.shop-banner .sorting-filters * {
		color: #000000;
	}
	.shop-banner .sorting-filters .form-control, 
	.shop-banner .sorting-filters .form-control:focus {
		border-color: #aaaaaa;
	}	
}

/* Cart and Checkout pages
---------------------------------- */
.cart.table .price {
	width: 18%;
}
.cart.table .amount,
.cart.table .remove,
.cart.table .quantity {
	width: 12%;
}
.table .information {
	width: 80%;
}
.cart.table .quantity input {
	width: 60px;
	padding: 6px;
}
.cart.table .product {
	font-size: 15px;
}
.cart.table .amount {
	text-align: right;
}
.cart .price {
	font-size: 14px;
}
.cart.table .product small {
	font-size: 12px;
	display: block;
	color: #999;
}
.cart.table thead > tr > th {
	font-size: 16px;
}
.cart.table .total-quantity,
.cart.table .total-amount {
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 16px;
	font-weight: 700;
}
.cart.table .total-amount {
	text-align: right;
}

/* Small devices (tablets, phones less than 767px) */
@media (max-width:767px) {
	.cart.table thead > tr > th {
		font-size: 14px;
	}
	.cart.table .amount,
	.cart.table .price {
		width: 12%;
	}
	.cart.table .remove,
	.cart.table .quantity {
		width: 8%;
	}
	.cart.table > thead > tr > th,
	.cart.table > tbody > tr > th,
	.cart.table > tfoot > tr > th,
	.cart.table > thead > tr > td,
	.cart.table > tbody > tr > td,
	.cart.table > tfoot > tr > td {
		padding: 8px 10px;
	}
}

/* Extra small devices (phones, less than 480px) */
@media (max-width:480px) {
	.cart.table > thead > tr > th,
	.cart.table > tbody > tr > th,
	.cart.table > tfoot > tr > th,
	.cart.table > thead > tr > td,
	.cart.table > tbody > tr > td,
	.cart.table > tfoot > tr > td {
		padding: 8px 7px;
	}
}

/* Cart dropdown block
---------------------------------- */
.cart .form-group {
	margin-bottom: 0;
}
.header-top-dropdown .dropdown-menu.cart {
	padding: 0;
	/*min-width: 350px;*/
	font-size: 12px;
	right: -1px;
}
.header-cart-total{
	float: left;
    font-weight: 500;
    font-size: 15px;
	padding-top: 12px;
}
.header-cart-total2{
	color:#97BC23;
	font-weight:600;
}
.dropdown-menu.cart table {
	margin-bottom: 0;
}
.dropdown-menu.cart .panel-body {
	padding: 0px 10px 0px;
}
.dropdown-menu.cart .panel-body .btn {
	margin-left: 5px;
}
.total-amount,
.total-quantity {
	font-size: 13px;
}
.cart .table > tbody > tr > td,
.cart.table > tbody > tr > td {
	vertical-align: inherit;
}
.cart .quantity {
	width: 50px;
	font-size: 11px;
}
.invoice-container .cart .quantity {
	font-size: 14px;
}
.cart .product {
	width: 220px;
	font-size: 13px;
}
.cart .product .small {
	display: block;
	color: #999999;
}
.cart .amount,
.total-amount {
	font-weight: 700;
}

/*Bordered Box*/
.bordered, .feature-box-2.boxed {
    border: 1px solid #F1F1F1;
}
.pv-20{
padding-bottom: 22px;
}
.feature-box, .feature-box-2 {
    margin-bottom: 30px;
}
.bordered, .feature-box-2.boxed {
    border: 1px solid #f1f1f1;
}
.feature-box .title, .feature-box h3, .feature-box-2 .title, .image-box .body h3, .listing-item .body h3 {
    margin-top: 0;
}
.feature-box .icon {
    margin-bottom: 10px;
}
.feature-box p {
    clear: both;
    margin-bottom: 15px;
}
.feature-box-2 .icon {
    position: absolute;
    top: 0;
    left: 0;
    transition: all .2s ease-in-out;
}
.feature-box-2 .icon.without-bg {
    width: 0;
    height: 0;
}
.feature-box-2.boxed .icon {
    left: 20px;
    top: 20px;
}
.feature-box-2 .body {
    margin-left: 62px;
}
.feature-box-2.right .body {
    margin-right: 62px;
    margin-left: 0;
    text-align: right;
}
.feature-box-2.right .icon {
    left: auto;
    right: 0;
}
.feature-box-2.right .icon.without-bg {
    right: 40px;
}
.feature-box-2.boxed.right .icon {
    left: auto;
    right: 20px;
}
.feature-box-2.boxed.right .icon.without-bg {
    right: 60px;
}
@media (max-width:991px) {
    .feature-box-2: not(.boxed) {
    padding-bottom: 0px;
}
}
.shadow, .shadow-narrow {
    position: relative;
    background-color: #fff;
}
.light-gray-bg.shadow, .light-gray-bg.shadow-narrow {
    background-color: #fafafa;
}
.bordered {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.dark-bg .bordered {
    border: 1px solid #555;
}
.shadow *, .shadow-narrow * {
    position: relative;
    z-index: 3;
}
.shadow-narrow:before, .shadow:before {
    position: absolute;
    left: 0;
    height: 60%;
    bottom: 0;
    width: 100%;
    content: "";
    background-color: #fff;
    z-index: 2;
}
.light-gray-bg.shadow-narrow:before, .light-gray-bg.shadow:before {
    background-color: #fafafa;
}
.shadow-narrow:after, .shadow:after {
    content: "";
    position: absolute;
    height: 50%;
    width: 96%;
    left: 50%;
    bottom: 2px;
    margin-left: -48%;
    -webkit-box-shadow: 0 5px 7px #999;
    box-shadow: 0 5px 7px #999;
    z-index: 1;
    border-radius: 10%;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.shadow-narrow:after {
    width: 90%;
    margin-left: -45%}
.shadow-narrow:hover:after, .shadow:hover:after {
    bottom: 10px;
}

/*Latest Sermons*/
.seremon-list {
  list-style: none;
  margin-bottom: 30px; }
  .seremon-list li {
    padding: 20px 0;
    border-top: 1px solid #f5f5f5; }
    .seremon-list li:last-child {
      border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
  .seremon-list .seremon-title {
    margin-bottom: 10px; }
    .seremon-list .seremon-title a {
      color: #97BC23; }
  .seremon-list .seremon-meta {
    margin-bottom: 30px; }
    .seremon-list .seremon-meta span {
      margin-right: 20px; }
      .seremon-list .seremon-meta span strong {
        color: #79619f; }
      .seremon-list .seremon-meta span .fa {
        margin-right: 5px; }
		.button, form input[type="submit"], form button, form input[type="reset"] {
  display: inline-block;
  background: #97BC23;
  background: -webkit-linear-gradient(#97BC20, #97BC23);
  background: linear-gradient(#97BC20, #97BC23);
  border-bottom: 1px solid #97BC23;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  padding: 10px 25px;
  border-radius: 30px;
  color: #ffffff; }
  .button img, form input[type="submit"] img, form button img, form input[type="reset"] img {
    vertical-align: middle; 
	float: left;
    padding-right: 6px;
	}

/*Latest News*/
.inews-item {
    clear: both;
	margin-top: 20px;
    min-height: 132px;
    position: relative;
}
.inews-item:after, .inews-item:before {
    display: table;
    content: " "}
.inews-item:after {
    clear: both;
}
.inews-item .inews-thumbnail {
    border: 0;
    padding: 0;
    width: 35%;
    max-width: 350px;
    margin: 0 20px 0 0;
    float: left;
    position: relative;
}
.inews-item .inews-thumbnail .inews-sticky {
    position: absolute;
    left: 0;
    bottom: -1px;
    background-color: #74c6de;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 5px 12px;
    text-shadow: #333 0 0 1px;
}
.inews-item .inews-thumbnail .inews-sticky>i {
    font-size: 14px;
    margin-right: 8px;
}
.inews-item .inews-date-wrapper {
    text-align: center;
    position: absolute;
    left: 0;
    margin-right: 20px;
    width: 65px;
    padding-bottom: 20px;
    border-bottom: #333 1px solid;
}
.inews-item .inews-date-wrapper .inews-date-day {
    display: block;
    font-size: 50px;
    line-height: 1;
    margin-bottom: 16px;
}
.inews-item .inews-date-wrapper .inews-date-month {
    display: block;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 14px;
}
.inews-item .inews-date-wrapper .inews-date-year {
    display: block;
    font-size: 17px;
    line-height: 1;
}
.inews-item .inews-item-content {
    overflow: hidden;
    padding-left: 85px;
    position: relative;
}
.inews-content-inner h3 {
    margin-bottom: 8px;
    display: block;
    margin-top: 3px;
}
.inews-content-inner .list-inline>li {
    padding: 0;
}

/* ----------------------------------------------------------------
	Team
-----------------------------------------------------------------*/


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

.team-image > a,
.team-image img {
	display: block;
	width: 100%;
}

.team-desc { text-align: center; }

.team-desc.team-desc-bg {
	background-color: #FFF;
	padding: 10px 0 30px;
}

.team .si-share {
	margin-top: 30px;
	text-align: left;
}

.team .si-share .social-icon {
	font-size: 14px;
	width: 34px;
}

.team-title {
	position: relative;
	padding-top: 20px;
}

.team-title h4 {
	display: block;
	margin-bottom: 0;
	font-size: 17px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
}

.team-title span {
	display: block;
	color: #97BC23;
	font-weight: 400;
	font-family: 'Crete Round', serif;
	font-style: italic;
	font-size: 15px;
	margin-top: 5px;
}

.team-content {
	margin-top: 15px;
	color: #777;
}

.team-content p:last-child { margin-bottom: 0; }

.team-overlay .team-overlay:before {
	opacity: 0;
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align: center;
}

body:not(.device-touch) .team-overlay {
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.team-overlay:before {
	content: '';
	z-index: auto;
	background-color: #FFF;
	opacity: 0.75;
}

.team-overlay .social-icon {
	float: none;
	position: relative;
	z-index: 3;
	margin: 0 3px !important;
	display: inline-block;
}

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


/* Team Center
-----------------------------------------------------------------*/

.team.center .team-title:after {
	left: 50%;
	margin-left: -40px;
}

/* Team List
-----------------------------------------------------------------*/

.team.team-list .team-image {
	float: left;
	width: 250px;
	margin-right: 30px;
}

.team.team-list .team-desc {
	position: relative;
	overflow: hidden;
	text-align: left;
}

.team.team-list .team-title { padding-top: 0; }

.team .team-desc > .social-icon { margin-top: 20px; }

.team .team-content ~ .social-icon { margin-top: 30px; }

.team:not(.team-list) .social-icon {
	display: inline-block;
	float: none;
	margin-left: 6px;
	margin-right: 6px;
}



/* ----------------------------------------------------------------
	Featured Boxes
-----------------------------------------------------------------*/

.feature-box {
	position: relative;
	margin-top: 20px;
	padding: 0 0 0 80px;
}

.feature-box:fim-child { margin-top: 0; }

.feature-box .fbox-icon {
	display: block;
	position: absolute;
	width: 64px;
	height: 64px;
	top: 0;
	left: 0;
}

.feature-box .fbox-icon a,
.feature-box .fbox-icon i,
.feature-box .fbox-icon img {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	color: #FFF;
}

.feature-box .fbox-icon i,
.feature-box .fbox-icon img {
	border-radius: 50%;
	background-color: #97BC23;
}

.feature-box .fbox-icon i {
	font-style: normal;
	font-size: 28px;
	text-align: center;
	line-height: 64px;
}

.feature-box h3 {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 0;
	color: #333;
}

.feature-box p {
	margin: 8px 0 0 0;
	color: #999;
}

.feature-box .before-heading { font-size: 14px; }


/* Feature Box - Icon Large
-----------------------------------------------------------------*/

.feature-box.fbox-large { padding: 0 0 0 115px; }

.feature-box.fbox-large .fbox-icon {
	width: 96px;
	height: 96px;
}

.feature-box.fbox-large .fbox-icon i {
	font-size: 42px;
	line-height: 96px;
}


/* Feature Box - Icon Outline
-----------------------------------------------------------------*/

.feature-box.fbox-outline .fbox-icon {
	border: 1px solid #97BC23;
	border-radius: 50%;
	padding: 3px;
}

.feature-box.fbox-outline .fbox-icon i { line-height: 56px; }


/* Feature Box - Icon Outline Large
-----------------------------------------------------------------*/

.feature-box.fbox-outline.fbox-large .fbox-icon { padding: 4px; }

.feature-box.fbox-outline.fbox-large .fbox-icon i { line-height: 86px; }


/* Feature Box - Icon Rounded
-----------------------------------------------------------------*/

.feature-box.fbox-rounded .fbox-icon { border-radius: 3px !important; }

.feature-box.fbox-rounded .fbox-icon i,
.feature-box.fbox-rounded .fbox-icon img { border-radius: 3px !important; }


/* Feature Box - Icon Rounded & Large
-----------------------------------------------------------------*/

.feature-box.fbox-rounded.fbox-large .fbox-icon { border-radius: 4px !important; }

.feature-box.fbox-rounded.fbox-large .fbox-icon i,
.feature-box.fbox-rounded.fbox-large .fbox-icon img { border-radius: 4px !important; }


/* Feature Box - Light Background
-----------------------------------------------------------------*/

.feature-box.fbox-light.fbox-outline .fbox-icon { border-color: #E5E5E5; }

.feature-box.fbox-light .fbox-icon i,
.feature-box.fbox-light .fbox-icon img {
	border: 1px solid #E5E5E5;
	background-color: #F5F5F5;
	color: #444;
}

.feature-box.fbox-light .fbox-icon i { line-height: 62px; }

.feature-box.fbox-light.fbox-outline .fbox-icon i { line-height: 54px; }

.feature-box.fbox-light.fbox-large .fbox-icon i { line-height: 96px; }

.feature-box.fbox-light.fbox-outline.fbox-large .fbox-icon i { line-height: 84px; }


/* Feature Box - Dark Background
-----------------------------------------------------------------*/

.feature-box.fbox-dark.fbox-outline .fbox-icon { border-color: #444; }

.feature-box.fbox-dark .fbox-icon i,
.feature-box.fbox-dark .fbox-icon img { background-color: #333; }


/* Feature Box - Border
-----------------------------------------------------------------*/

.feature-box.fbox-border .fbox-icon {
	border: 1px solid #97BC23;
	border-radius: 50%;
}

.feature-box.fbox-border .fbox-icon i,
.feature-box.fbox-border .fbox-icon img {
	border: none;
	background-color: transparent !important;
	color: #97BC23;
}

.feature-box.fbox-border .fbox-icon { padding: 0; }

.feature-box.fbox-border .fbox-icon i { line-height: 62px !important; }

.feature-box.fbox-border.fbox-large .fbox-icon i { line-height: 94px !important; }


/* Feature Box - Border - Light
-----------------------------------------------------------------*/

.feature-box.fbox-border.fbox-light .fbox-icon { border-color: #E5E5E5; }

.feature-box.fbox-border.fbox-light .fbox-icon i,
.feature-box.fbox-border.fbox-light .fbox-icon img { color: #888; }


/* Feature Box - Border - Dark
-----------------------------------------------------------------*/

.feature-box.fbox-border.fbox-dark .fbox-icon { border-color: #333; }

.feature-box.fbox-border.fbox-dark .fbox-icon i,
.feature-box.fbox-border.fbox-dark .fbox-icon img { color: #444; }


/* Feature Box - Plain
-----------------------------------------------------------------*/

.feature-box.fbox-plain .fbox-icon {
	border: none !important;
	height: auto !important;
}

.feature-box.fbox-plain .fbox-icon i,
.feature-box.fbox-plain .fbox-icon img {
	border: none !important;
	background-color: transparent !important;
	color: #97BC23;
	border-radius: 0;
}

.feature-box.fbox-plain .fbox-icon i {
	font-size: 48px;
	line-height: 1 !important;
}

.feature-box.fbox-plain .fbox-icon img { height: 64px; }

.feature-box.fbox-plain.fbox-image .fbox-icon { width: auto; }

.feature-box.fbox-plain.fbox-image .fbox-icon img {
	width: auto;
	display: inline-block;
}

.feature-box.fbox-plain.fbox-small { padding-left: 42px; }

.feature-box.fbox-plain.fbox-small .fbox-icon { width: 28px; }

.feature-box.fbox-plain.fbox-small h3 {
	font-size: 15px;
	line-height: 26px;
	margin-bottom: 10px;
}

.feature-box.fbox-plain.fbox-small p { margin-left: -42px; }

.feature-box.fbox-plain.fbox-small .fbox-icon i { font-size: 28px; }

.feature-box.fbox-plain.fbox-small .fbox-icon img { height: 28px; }

.feature-box.fbox-plain.fbox-large .fbox-icon i { font-size: 72px; }

.feature-box.fbox-plain.fbox-large .fbox-icon img { height: 96px; }

.feature-box.fbox-plain.fbox-light .fbox-icon i,
.feature-box.fbox-plain.fbox-light .fbox-icon img { color: #888; }

.feature-box.fbox-plain.fbox-dark .fbox-icon i,
.feature-box.fbox-plain.fbox-dark .fbox-icon img { color: #444; }


/* Feature Box - Center
-----------------------------------------------------------------*/

.feature-box.fbox-center {
	padding: 0;
	text-align: center;
}

.feature-box.fbox-center.fbox-small { padding-left: 0 !important; }

.feature-box.fbox-center .fbox-icon {
	position: relative;
	width: 96px;
	height: 96px;
	margin: 0 auto 30px;
}

.feature-box.fbox-center .fbox-icon i {
	font-size: 42px;
	line-height: 96px;
}

.feature-box.fbox-center.fbox-outline .fbox-icon i { line-height: 88px; }

.feature-box.fbox-center p {
	font-size: 14px;
	margin-top: 15px;
}


/* Feature Box - Center & Large Icons
-----------------------------------------------------------------*/

.feature-box.fbox-center.fbox-large .fbox-icon {
	width: 128px;
	height: 128px;
}

.feature-box.fbox-center.fbox-large .fbox-icon i {
	font-size: 70px;
	line-height: 128px;
}

.feature-box.fbox-center.fbox-large.fbox-outline .fbox-icon i { line-height: 118px; }

.feature-box.fbox-center.fbox-light .fbox-icon i { line-height: 94px; }

.feature-box.fbox-center.fbox-light.fbox-outline .fbox-icon i { line-height: 86px; }

.feature-box.fbox-center.fbox-light.fbox-outline.fbox-large .fbox-icon i { line-height: 114px; }

.feature-box.fbox-center.fbox-border .fbox-icon i { line-height: 94px !important; }

.feature-box.fbox-center.fbox-large.fbox-border .fbox-icon i { line-height: 126px !important; }

.feature-box.fbox-center.fbox-plain .fbox-icon i { font-size: 84px; }

.feature-box.fbox-center.fbox-plain .fbox-icon img { height: 96px; }

.feature-box.fbox-center.fbox-large.fbox-plain .fbox-icon i { font-size: 112px; }

.feature-box.fbox-center.fbox-large.fbox-plain .fbox-icon img { height: 128px; }


/* Feature Box - Center & Large Icons
-----------------------------------------------------------------*/

.feature-box.fbox-center.fbox-small .fbox-icon {
	width: 64px;
	height: 64px;
}

.feature-box.fbox-center.fbox-small .fbox-icon i {
	font-size: 28px;
	line-height: 64px;
}

.feature-box.fbox-center.fbox-small.fbox-outline .fbox-icon i { line-height: 58px; }

.feature-box.fbox-center.fbox-light.fbox-outline.fbox-small .fbox-icon i { line-height: 54px; }

.feature-box.fbox-center.fbox-small.fbox-border .fbox-icon i { line-height: 62px !important; }

.feature-box.fbox-center.fbox-small.fbox-plain .fbox-icon i { font-size: 56px; }

.feature-box.fbox-center.fbox-small.fbox-plain .fbox-icon img { height: 64px; }

.feature-box.fbox-center.fbox-small p {
	font-size: 14px;
	margin-top: 10px;
}

.feature-box.fbox-center.fbox-plain.fbox-small p { margin-left: 0; }


/* Feature Box - Right
-----------------------------------------------------------------*/

.feature-box.fbox-right {
	padding: 0 80px 0 0;
	text-align: right;
}

.feature-box.fbox-right.fbox-large { padding-right: 115px; }

.feature-box.fbox-right .fbox-icon {
	left: auto;
	right: 0;
}

.feature-box.fbox-right.fbox-plain.fbox-small { padding: 0 42px 0 0; }

.feature-box.fbox-right.fbox-plain.fbox-small p { margin: 0 -42px 0 0; }


/* Feature Box - Subtitle
-----------------------------------------------------------------*/

.feature-box h3 + .fbox-icon { margin-top: 20px !important; }

.feature-box h3 span.subtitle {
	display: block;
	margin-top: 5px;
	color: #444;
	font-weight: 300;
	text-transform: none;
}

.feature-box.fbox-center:not(.fbox-bg) h3:after {
	content: '';
	display: block;
	margin: 20px auto;
	width: 30px;
	border-top: 2px solid #555;
	-webkit-transition: width .3s ease;
	-o-transition: width .3s ease;
	transition: width .3s ease;
}

.feature-box.fbox-center:not(.fbox-bg):hover h3:after { width: 50px; }

.feature-box.fbox-center.noborder:not(.fbox-bg) h3:after,
.feature-box.fbox-center.nobottomborder:not(.fbox-bg) h3:after { display: none; }

.feature-box.fbox-center.fbox-italic p {
	font-style: italic;
	font-family: 'Lato', sans-serif;
}


/* Feature Box - Background
-----------------------------------------------------------------*/

.feature-box.fbox-bg.fbox-center {
	margin-top: 68px;
	padding: 68px 30px 30px;
	background-color: #FFF;
	border: 1px solid #E5E5E5;
	border-radius: 5px;
}

.feature-box.fbox-bg.fbox-center:fim-child { margin-top: 48px; }

.feature-box.fbox-bg.fbox-center.fbox-large {
	margin-top: 84px;
	padding-top: 84px;
}

.feature-box.fbox-bg.fbox-center.fbox-large:fim-child { margin-top: 64px; }

.feature-box.fbox-bg.fbox-center .fbox-icon {
	position: absolute;
	top: -48px;
	left: 50%;
	margin: 0 0 0 -48px;
}

.feature-box.fbox-bg.fbox-center.fbox-large .fbox-icon {
	top: -64px;
	left: 50%;
	margin-left: -64px;
}

.feature-box.fbox-bg.fbox-center.fbox-plain .fbox-icon,
.feature-box.fbox-bg.fbox-center.fbox-border .fbox-icon,
.feature-box.fbox-bg.fbox-center.fbox-outline .fbox-icon { background-color: #FFF; }


/* Animated Icon Hovers
-----------------------------------------------------------------*/

.fbox-effect .fbox-icon i { z-index: 1; }

.fbox-effect .fbox-icon i:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.fbox-rounded.fbox-effect .fbox-icon i:after { border-radius: 3px; }

.fbox-effect .fbox-icon i {
	-webkit-transition: background-color 0.3s, color 0.3s;
	-o-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
}

.fbox-effect .fbox-icon i:after {
	top: -3px;
	left: -3px;
	padding: 3px;
	box-shadow: 0 0 0 2px #333;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-webkit-transform: scale(.8);
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	-moz-transform: scale(.8);
	-ms-transform: scale(.8);
	transition: transform 0.3s, opacity 0.3s;
	transform: scale(.8);
	opacity: 0;
}

.fbox-effect .fbox-icon i:hover,
.fbox-effect:hover .fbox-icon i {
	background-color: #333;
	color: #FFF;
}

.fbox-effect.fbox-dark .fbox-icon i:after { box-shadow: 0 0 0 2px #97BC23; }

.fbox-effect.fbox-dark .fbox-icon i:hover,
.fbox-effect.fbox-dark:hover .fbox-icon i { background-color: #97BC23; }

.fbox-effect .fbox-icon i:hover:after,
.fbox-effect:hover .fbox-icon i:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

/* Icon Effects - Bordered
-----------------------------------------------------------------*/

.fbox-border.fbox-effect .fbox-icon i {
	-webkit-transition: color 0.5s, box-shadow 0.5s, background-color 0.5s;
	-o-transition: color 0.5s, box-shadow 0.5s, background-color 0.5s;
	transition: color 0.5s, box-shadow 0.5s, background-color 0.5s;
}

.fbox-border.fbox-effect .fbox-icon i:after {
	top: -2px;
	left: -2px;
	padding: 2px;
	z-index: -1;
	box-shadow: none;
	background-image: url('images/icons/iconalt.svg');
	background-position: center center;
	background-size: 100% 100%;
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s, background-color 0.5s;
	-o-transition: -moz-transform 0.5s, opacity 0.5s, background-color 0.5s;
	transition: transform 0.5s, opacity 0.5s, background-color 0.5s;
}

.fbox-border.fbox-rounded.fbox-effect .fbox-icon i:after { border-radius: 3px; }

.fbox-border.fbox-effect .fbox-icon i:hover,
.fbox-border.fbox-effect:hover .fbox-icon i {
	color: #FFF;
	box-shadow: 0 0 0 1px #333;
}

.fbox-border.fbox-effect .fbox-icon i:after {
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
	opacity: 0;
	background-color: #333;
}

.fbox-border.fbox-effect.fbox-dark .fbox-icon i:hover,
.fbox-border.fbox-effect.fbox-dark:hover .fbox-icon i { box-shadow: 0 0 0 1px #97BC23; }

.fbox-border.fbox-effect.fbox-dark .fbox-icon i:after { background-color: #97BC23; }

.fbox-border.fbox-effect .fbox-icon i:hover:after,
.fbox-border.fbox-effect:hover .fbox-icon i:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}


/* Media Featured Box
-----------------------------------------------------------------*/

.feature-box.media-box { padding: 0; }

.feature-box.media-box .fbox-media { margin: 0 0 25px; }

.feature-box.media-box .fbox-media,
.feature-box.media-box .fbox-media a,
.feature-box.media-box .fbox-media img {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}

.feature-box.media-box .fbox-media iframe { display: block; }

.feature-box.media-box p { margin-top: 17px; }

.feature-box.media-box.fbox-bg .fbox-media { margin: 0; }

.feature-box.media-box.fbox-bg .fbox-desc {
	padding: 25px;
	background-color: #FFF;
	border: 1px solid #E5E5E5;
	border-top: 0;
	border-radius: 0 0 5px 5px;
}

.feature-box.media-box.fbox-bg .fbox-media img { border-radius: 5px 5px 0 0; }



/* 5 Template Components
----------------------------------------------------------------------------- */
/* Buttons
---------------------------------- */
.btn.btn-border.btn-white {
    color: #fff;
    background: 0 0;
    border-color: #fff;
}
.btn.btn-border.btn-white:focus, .btn.btn-border.btn-white:hover {
    color: #666;
    border-color: #fff;
    background-color: #fff;
}
.btn.btn-border.btn-white.v2:focus, .btn.btn-border.btn-white.v2:hover {
    color: #fff;
    border-color: #00796b;
    background-color: #00796b;
}
.ct-btn {
  color: #97BC23;
  border: 1px solid #97BC23;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: auto;
  height: auto;
  padding: 5px 16px;
  font-size: 14px;
  line-height: 22px;
  margin: 0 1px 3px 0;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: background 0.3s, color 0.3s, border 0.3s;
          transition: background 0.3s, color 0.3s, border 0.3s;
}
.ct-btn:hover,
.ct-btn.current {
  background: #97BC23;
  color: #fff;
}
.ct-btn.ct-fill {
  background: #97BC23;
  color: #fff !important;
}
.ct-btn.ct-fill:hover {
  background: #00adce;
  border-color: #00adce;
}
.ct-btn.big {
  padding: 10px 24px;
  font-size: 17px;
  line-height: 17px;
}
.ct-btn.mini {
  padding: 5px 12px;
  font-size: 12px;
  line-height: 20px;
}
.ct-btn.ct-btn-white {
  color: #fff;
  border-color: #fff;
}
.ct-btn.ct-btn-white:hover {
  background: #fff;
  color: #97BC23;
}
.ct-btn.ct-btn-white.ct-fill {
  background: #fff;
  color: #97BC23 !important;
}
.ct-btn.ct-btn-white.ct-fill:hover {
  color: #fff !important;
  background: #97BC23 !important;
  border-color: #97BC23 !important;
}
.ct-btn.ct-btn-light-grey {
  color: #808080;
  border-color: #ebebeb;
  -webkit-transition: background 0.3s, color 0.3s, border-color 0.3s;
          transition: background 0.3s, color 0.3s, border-color 0.3s;
}
.ct-btn.ct-btn-light-grey:hover,
.ct-btn.ct-btn-light-grey.current {
  background: #97BC23;
  border-color: #97BC23;
  color: #fff;
}
.ct-btn.ct-btn-light-grey.ct-fill {
  background: #ebebeb;
  color: #808080 !important;
}
.ct-btn.ct-btn-light-grey.ct-fill:hover {
  background: #97BC23 !important;
  color: #fff !important;
}
.ct-btn.ct-btn-white2 {
  color: #fff;
  border-color: #fff;
}
.ct-btn.ct-btn-white2:hover {
  background: #fff;
  color: #606364;
}
.ct-btn.ct-btn-blue {
  color: #97BC23;
  border-color: #97BC23;
}
.ct-btn.ct-btn-blue:hover {
  background: #97BC23;
  color: #fff;
}
.ct-btn.ct-btn-blue.ct-fill {
  background: #97BC23;
}
.ct-btn.ct-btn-blue.ct-fill:hover {
  background: #0097b4;
  border-color: #0097b4;
}
.ct-btn.ct-btn-green {
  color: #9cd267;
  border-color: #9cd267;
}
.ct-btn.ct-btn-green:hover {
  background: #9cd267;
  color: #fff;
}
.ct-btn.ct-btn-green.ct-fill {
  background: #9cd267;
}
.ct-btn.ct-btn-green.ct-fill:hover {
  background: #82c640;
  border-color: #82c640;
}
.ct-btn.ct-btn-deepblue {
  color: #008de7;
  border-color: #008de7;
}
.ct-btn.ct-btn-deepblue:hover {
  background: #008de7;
  color: #fff;
}
.ct-btn.ct-btn-deepblue.ct-fill {
  background: #008de7;
}
.ct-btn.ct-btn-deepblue.ct-fill:hover {
  background: #006eb4;
  border-color: #006eb4;
}
.ct-btn.ct-btn-aqua {
  color: #1fd8bc;
  border-color: #1fd8bc;
}
.ct-btn.ct-btn-aqua:hover {
  background: #1fd8bc;
  color: #fff;
}
.ct-btn.ct-btn-aqua.ct-fill {
  background: #1fd8bc;
}
.ct-btn.ct-btn-aqua.ct-fill:hover {
  background: #19ab95;
  border-color: #19ab95;
}
.ct-btn.ct-btn-yellow {
  color: #e6ca2e;
  border-color: #e6ca2e;
}
.ct-btn.ct-btn-yellow:hover {
  background: #e6ca2e;
  color: #fff;
}
.ct-btn.ct-btn-yellow.ct-fill {
  background: #e6ca2e;
}
.ct-btn.ct-btn-yellow.ct-fill:hover {
  background: #c9ae18;
  border-color: #c9ae18;
}
.ct-btn.ct-btn-pink {
  color: #f65b8a;
  border-color: #f65b8a;
}
.ct-btn.ct-btn-pink:hover {
  background: #f65b8a;
  color: #fff;
}
.ct-btn.ct-btn-pink.ct-fill {
  background: #f65b8a;
}
.ct-btn.ct-btn-pink.ct-fill:hover {
  background: #f32b68;
  border-color: #f32b68;
}
.ct-btn.ct-btn-red {
  color: #f45555;
  border-color: #f45555;
}
.ct-btn.ct-btn-red:hover {
  background: #f45555;
  color: #fff;
}
.ct-btn.ct-btn-red.ct-fill {
  background: #f45555;
}
.ct-btn.ct-btn-red.ct-fill:hover {
  background: #f12525;
  border-color: #f12525;
}
.ct-btn.ct-btn-orange {
  color: #ee954d;
  border-color: #ee954d;
}
.ct-btn.ct-btn-orange:hover {
  background: #ee954d;
  color: #fff;
}
.ct-btn.ct-btn-orange.ct-fill {
  background: #ee954d;
}
.ct-btn.ct-btn-orange.ct-fill:hover {
  background: #ea791e;
  border-color: #ea791e;
}
.ct-btn.ct-btn-black {
  color: #3f4b51;
  border-color: #3f4b51;
}
.ct-btn.ct-btn-black:hover {
  background: #3f4b51;
  color: #fff;
}
.ct-btn.ct-btn-black.ct-fill {
  background: #3f4b51;
}
.ct-btn.ct-btn-black.ct-fill:hover {
  background: #293034;
  border-color: #293034;
}
.ct-btn.ct-btn-magenta {
  color: #e06ee4;
  border-color: #e06ee4;
}
.ct-btn.ct-btn-magenta:hover {
  background: #e06ee4;
  color: #fff;
}
.ct-btn.ct-btn-magenta.ct-fill {
  background: #e06ee4;
}
.ct-btn.ct-btn-magenta.ct-fill:hover {
  background: #d743dc;
  border-color: #d743dc;
}
.btn {
	padding: 10px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	min-width: 160px;
	text-align: center;
	border-radius: 0;
	text-transform: uppercase;
	margin: 10px 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.btn:focus,
.btn:active {
	outline: none;
	box-shadow: none;
}
.btn.btn-lg {
	padding: 17px 12px;
	font-size: 18px;
	min-width: 210px;
}
.btn.btn-sm {
	padding: 8px;
	font-size: 12px;
	min-width: 105px;
}
.login.btn.btn-sm {
	padding: 8px;
	font-size: 12px;
	width:100%;
}
.btn.radius {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.btn-white, .default-hovered:hover .btn-default-transparent {
    border-color: #fff;
}
.btn-white {
    color: #777;
    background-color: #fff;
}
.btn-white.active, .btn-white.focus, .btn-white:active, .btn-white:focus, .btn-white:hover, .open>.dropdown-toggle.btn-white {
    color: #0c9ec7;
    background-color: #fff;
    border-color: #fff;
}
.btn-gray {
    color: #333;
    background-color: #e1e1e1;
    border-color: #d3d3d3;
}
.btn-gray.active, .btn-gray.focus, .btn-gray:active, .btn-gray:focus, .btn-gray:hover, .open>.dropdown-toggle.btn-gray {
    color: #333;
    background-color: #cdcdcd;
    border-color: #cdcdcd;
}
.btn-gray-transparent {
    color: #333;
    background-color: transparent;
    border-color: #777;
}
.btn-gray-transparent.active, .btn-gray-transparent.focus, .btn-gray-transparent:active, .btn-gray-transparent:focus, .btn-gray-transparent:hover, .open>.dropdown-toggle.btn-gray-transparent {
    color: #fff;
    background-color: #333;
    border-color: #333;
}
.dark-bg .btn-gray-transparent {
    color: #fff;
}
.dark-bg .btn-gray-transparent:hover {
    border-color: #fff;
    color: #777;
    background-color: #fff;
}
.dark-translucent-bg .btn-gray-transparent, .default-bg .btn-gray-transparent, .default-translucent-bg .btn-gray-transparent {
    border-color: #fff;
    color: #fff;
}
.dark-translucent-bg .btn-gray-transparent:focus, .dark-translucent-bg .btn-gray-transparent:hover, .default-bg .btn-gray-transparent:focus, .default-bg .btn-gray-transparent:hover, .default-translucent-bg .btn-gray-transparent:focus, .default-translucent-bg .btn-gray-transparent:hover {
    border-color: #fff;
    color: #777;
    background-color: #fff;
}
.default-hovered:hover .btn-gray-transparent {
    border-color: #fff;
}
.light-gray-bg.default-hovered:hover .btn-gray-transparent:hover {
    border-color: #333;
}
@media (min-width:992px) {
    .two-col-translucent-bg .container>.row>div+div .btn-gray-transparent {
    border-color: #fff;
    color: #fff;
}
.two-col-translucent-bg .container>.row>div+div .btn-gray-transparent:focus, .two-col-translucent-bg .container>.row>div+div .btn-gray-transparent:hover {
    border-color: #fff;
    color: #777;
    background-color: #fff;
}
}.btn-dark {
    color: #fff;
    background-color: #373737;
    border-color: #333;
}
.btn-dark.active, .btn-dark.focus, .btn-dark:active, .btn-dark:focus, .btn-dark:hover, .open>.dropdown-toggle.btn-dark {
    color: #fff;
    background-color: #111;
    border-color: #111;
}
.dark-bg .btn-dark {
    color: #fff;
    background-color: #222;
    border-color: #171717;
}
.dark-bg .btn-dark.active, .dark-bg .btn-dark.focus, .dark-bg .btn-dark:active, .dark-bg .btn-dark:focus, .dark-bg .btn-dark:hover, .dark-bg .open>.dropdown-toggle.btn-dark {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.btn-sm {
    padding: 5px 15px;
    font-size: 12px;
    margin: 5px 0;
}
.btn-lg {
    padding: 10px 25px;
    font-size: 18px;
    line-height: 1.46666667;
    border-radius: 4px;
    margin: 10px 0;
}
.btn-lg-link, .btn-md-link, .btn-sm-link {
    line-height: 1.46666667;
    border-radius: 0;
}
.btn-md-link {
    padding: 7px 15px;
    font-size: 14px;
    margin: 10px 0;
}
.btn-sm-link {
    padding: 5px 15px;
    font-size: 12px;
    margin: 5px 0;
}
.btn-lg-link {
    padding: 10px 15px;
    font-size: 18px;
    margin: 10px 0;
}
.btn-remove {
    font-size: 10px;
    padding: 3px 15px;
    min-width: 0;
    margin: -5px 0 0;
}
.radius-50 {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}
.btn-animated {
    position: relative;
    min-width: 0!important;
    padding-right: 45px!important;
}
.btn-animated i {
    -webkit-transition: right .2s ease-in-out;
    -o-transition: right .2s ease-in-out;
    transition: right .2s ease-in-out;
    z-index: 3;
    right: 17px;
    position: absolute;
    line-height: 38px;
    top: 0;
    min-width: 12px;
}
.btn-animated:after {
    width: 35px;
    height: 100%;
    background-color: rgba(0, 0, 0, .1);
    position: absolute;
    content: "";
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    right: 0;
    z-index: 2;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.btn-animated.radius-50:after {
    -webkit-border-radius: 0 25px 25px 0;
    -moz-border-radius: 0 25px 25px 0;
    border-radius: 0 25px 25px 0;
}
.btn-animated.btn-gray-transparent:after {
    background-color: rgba(0, 0, 0, .05);
}
.btn-animated:hover:after {
    opacity: 1;
    filter: alpha(opacity=100);
}
.btn-animated:hover i {
    right: 11px;
}
.btn-animated.btn-sm {
    padding-right: 35px!important;
}
.btn-animated.btn-sm:after {
    width: 25px;
}
.btn-animated.btn-sm i {
    right: 14px;
    line-height: 28px;
    min-width: 11px;
}
.btn-animated.btn-sm:hover i {
    right: 7px;
}
.btn-animated.btn-lg {
    padding-right: 60px!important;
}
.btn-animated.btn-lg:after {
    width: 45px;
}
.btn-animated.btn-lg i {
    right: 25px;
    line-height: 48px;
    min-width: 15px;
}
.btn-animated.btn-lg:hover i {
    right: 15px;
}
.btn-hvr {
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.btn-hvr.radius-50 {
    overflow: hidden;
}
.hvr-bounce-to-bottom:hover, .hvr-bounce-to-left:hover, .hvr-bounce-to-right:hover, .hvr-bounce-to-top:hover, .hvr-radial-out:hover, .hvr-rectangle-out:hover, .hvr-shutter-out-horizontal:hover, .hvr-shutter-out-vertical:hover, .hvr-sweep-to-bottom:hover, .hvr-sweep-to-left:hover, .hvr-sweep-to-right:hover, .hvr-sweep-to-top:hover {
    background: 0 0;
}
.hvr-radial-in, .hvr-radial-in:hover, .hvr-rectangle-in, .hvr-rectangle-in:hover, .hvr-shutter-in-horizontal, .hvr-shutter-in-horizontal:hover, .hvr-shutter-in-vertical, .hvr-shutter-in-vertical:hover {
    background: #0c9ec7;
}
.hvr-radial-in:before, .hvr-rectangle-in:before, .hvr-shutter-in-horizontal:before, .hvr-shutter-in-vertical:before {
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.hvr-bounce-to-bottom:before, .hvr-bounce-to-left:before, .hvr-bounce-to-right:before, .hvr-bounce-to-top:before, .hvr-radial-out:before, .hvr-rectangle-out:before, .hvr-shutter-out-horizontal:before, .hvr-shutter-out-vertical:before, .hvr-sweep-to-bottom:before, .hvr-sweep-to-left:before, .hvr-sweep-to-right:before, .hvr-sweep-to-top:before {
    background: #0c9ec7;
}
.moving {
	-webkit-animation: moving 1.7s ease-out infinite;
	animation: moving 1.7s ease-out infinite;
	position: relative;
	top: -30px;
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-o-transition: none !important;
	-ms-transition: none !important;
	transition: none !important;
}
.btn-remove {
	font-size: 10px;
	padding: 3px 15px;
	min-width: 0;
}
@-webkit-keyframes moving {
	0% {
		top: -30px;
	}
	60% {
		top: 0px;
	}
}
@keyframes moving {
	0% {
		top: -30px;
	}
	60% {
		top: 0px;
	}
}

/* Dark Buttons */
.btn-dark {
	color: #f1f1f1;
	background-color: #333333;
	border-color: #333333;
}
.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active,
.btn-dark.active,
.open .dropdown-toggle.btn-dark {
	color: #ffffff;
	background-color: #666;
	border-color: #666;
}

/* Gray Buttons */
.btn-gray {
	color: #fff;
	background-color: #666666;
	border-color: #666666;
}
.btn-gray:hover,
.btn-gray:focus,
.btn-gray:active,
.btn-gray.active,
.open .dropdown-toggle.btn-gray {
	color: #ffffff;
	background-color: #97BC23;
	border-color: #97BC23;
}

/* Light Gray Buttons */
.btn-light-gray {
	color: #333333;
	background-color: #fafafa;
	border-color: #f3f3f3;
}
.btn-light-gray:hover,
.btn-light-gray:focus,
.btn-light-gray:active,
.btn-light-gray.active,
.open .dropdown-toggle.btn-light-gray {
	color: #ffffff;
	background-color: #97BC23;
	border-color: #97BC23;
}
.default-bg .btn-light-gray {
	color: #ffffff;
	background-color: transparent;
	border-color: #ffffff;
}
.default-bg .btn-light-gray:hover,
.default-bg .btn-light-gray:focus,
.default-bg .btn-light-gray:active,
.default-bg .btn-light-gray.active,
.default-bg .open .dropdown-toggle.btn-light-gray {
	color: #fff;
	background-color: #666;
	border-color: #666;
}

/* The color of default buttons is the color of current color scheme */
.btn-default {
	background-color: #97BC23;
	color: #fff !important;
	border-color: #97BC23;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
	color: #fff !important;
	background-color: #666;
	border-color: #666;
}
.default-bg .btn-default {
	background-color: rgba(0, 0, 0, 0.3);
	border-color: transparent;
}
.default-bg .btn-default:hover,
.default-bg .btn-default:focus,
.default-bg .btn-default:active,
.default-bg .btn-default.active,
.default-bg .open .dropdown-toggle.btn-default {
	color: #fff !important;
	background-color: rgba(0, 0, 0, 0.5);
	border-color: transparent;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default {
	background-color: #cd3c2e;
	border-color: #cd3c2e;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

/* Button with transparent bg */
.btn-white {
	background-color: transparent;
	color: #cd3c2e;
	border: 1px solid #97BC23;
}
.footer .btn-white,
.subfooter .btn-white {
	color: inherit;
}
.footer .btn-white:hover,
.subfooter .btn-white:hover {
	color: #fff;
}
.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.open .dropdown-toggle.btn-white {
	color: #fff;
	background-color: #cd3c2e;
	border-color: #cd3c2e;
}
.default-bg .btn-white {
	color: #ffffff;
	background-color: transparent;
	border-color: #ffffff;
}
.default-bg .btn-white:hover,
.default-bg .btn-white:focus,
.default-bg .btn-white:active,
.default-bg .btn-white.active,
.default-bg .open .dropdown-toggle.btn-white {
	color: #333333;
	background-color: #fafafa;
	border-color: #fafafa;
}
.footer-content .btn-white {
	color: #999;
	background-color: transparent;
	border-color: #555;
}
.btn-default .badge {
	color: #666;
	background-color: #fff;
	border: none;
}

/* Links
---------------------------------- */
.link {
	padding-right: 23px;
	position: relative;
	display: inline-block;
	text-align: right;
}
.link:hover { 
	text-decoration: none;
}
.link:hover span {
	text-decoration: underline;
}
.link:after {
	font-family: "FontAwesome";
	position: absolute;
	right: 0;
	top: 2px;
}

/* Forms
---------------------------------- */
form {
	margin: 20px 0;
}
textarea {
	resize: vertical;
}
.sidebar form {
	margin: 5px 0 20px 0;
}
.form-control {
	border-radius: 0;
	background: #ffffff;
	height: 40px;
	padding-right: 30px;
	border-color: #f0f0f0 !important;
	color: #666666;
	position: relative;
	-webkit-appearance: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
.form-control:focus {
	border-color: #666666;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075);
}
select.form-control {
	padding-right: 5px;
}
.form-control::-moz-placeholder {
	color: inherit;
}
.form-control:-ms-input-placeholder {
	color: inherit;
}
.form-control::-webkit-input-placeholder {
	color: inherit;
}
.input-group-addon {
	background-color: #cacaca;
	border-color: #acacac;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.form-list > div {
	padding: 7px 15px;
	border-bottom: 1px solid #dddddd;
	background-color: #f3f3f3;
	margin: 6px 0;
	display: block;
}
fieldset {
	padding: 10px 25px;
	margin: 15px 0px;
	border: 1px solid #dddddd;
	background-color: #fafafa;
}
fieldset legend {
	display: block;
	width: auto;
	padding: 3px 10px;
	margin-bottom: 0;
	font-size: 15px;
	line-height: inherit;
	color: #333;
	border: 1px solid #ddd;
	background-color: #ffffff;
}
fieldset .form-control,
fieldset .form-control:focus {
	webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, .12);
	box-shadow: inset 0 2px 3px rgba(0, 0, 0, .12);
	border-color: #f3f3f3;
}
.badge {
	padding: 2px 4px 3px;
	font-size: 10px;
	margin-left: 12px;
	top: -2px;
	position: relative;
	font-weight: 400;
	border-radius: 2px;
	background-color: transparent;
	color: inherit;
	border: 1px solid #666666;
}
.dropdown .badge {
	background-color: transparent;
	color: inherit;
	position: absolute;
	right: 25px;
	top: 14px;
}
.mega-menu .menu > li > a .badge {
	position: absolute;
	right: 10px;
	top: 9px;
}
.dropdown .active>a>.badge,
.dropdown a:hover .badge,
.dropdown .open > a > .badge {
	border-color: #97BC23;
}
.dark .dropdown .active>a>.badge,
.dark .dropdown a:hover .badge,
.dark .dropdown .open > a > .badge {
	border-color: #3d3d3d!important;
}

@media (max-width: 767px) { 
	.dropdown .badge {
		right: 50px;
		top: 15px;
	}
}
/* Forms in all backgrounds */
.dark-bg .form-control {
	background-color: rgba(255, 255, 255, 0.20);
	border-color: #000;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .45);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .45);
	color: #999999;
}
.dark-bg .input-group-addon {
	background-color: rgba(255, 255, 255, 0.20);
	border-color: #000;
}
.dark-bg .form-control:focus {
	background-color: rgba(255, 255, 255, 0.25);
}
.gray-bg .form-control,
.header-top-dropdown .form-control,
#footer.light .form-control {
	-webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, .12);
	box-shadow: inset 0 2px 3px rgba(0, 0, 0, .12);
	border-color: #f1f1f1;
	background-color: #ffffff;
}
.gray-bg .form-control:focus,
.header-top-dropdown .form-control:focus,
#footer.light .form-control:focus {
	border-color: #cacaca;
	-webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, .09);
	box-shadow: inset 0 2px 3px rgba(0, 0, 0, .09);
}
.dark .header-top-dropdown .form-control {
	background-color: rgba(255, 255, 255, 0.20);
	border-color: #333;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .45);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .45);
	color: #cdcdcd;
}
.dark .header-top-dropdown form i {
	color: #cdcdcd;
}
.dark .header-top-dropdown .form-control:focus {
	background-color: rgba(255, 255, 255, 0.25);
}
.gray-bg .input-group-addon {
	background-color: #ececec;
	border: 1px solid #f1f1f1;
}
.default-bg .form-control {
	border-color: #97BC23;
	background-color: rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, .35);
	box-shadow: inset 0 2px 3px rgba(0, 0, 0, .35);
	color: #ffffff;
}
.default-bg .form-control:focus {
	border-color: #97BC23;
	background-color: rgba(0, 0, 0, 0.25);
}
.default-bg .input-group-addon {
	background-color: #cd3c2e;
	border-color: #97BC23;
	color: #fff;
}
.default-bg select.form-control,
.dark-bg select.form-control {
	color: #666666;
}
footer:not(.light) .footer-content .form-control {
	border-color: #292929;
	background-color: rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, .55);
	box-shadow: inset 0 2px 3px rgba(0, 0, 0, .55);
}
footer:not(.light) .footer-content .form-control:focus {
	background-color: rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, .55);
	box-shadow: inset 0 2px 3px rgba(0, 0, 0, .55);
}
footer:not(.light) .footer-content .input-group-addon {
	background-color: rgba(0, 0, 0, 0.5);
	border: transparent;
}
select.form-control {
	-webkit-appearance: menulist;
}
select[multiple].form-control {
	-webkit-appearance: listbox;
}
/* Validation states */
.has-success .form-control,
.has-success .form-control:focus {
	border-color: #3c763d;
}
.has-warning .form-control,
.has-warning .form-control:focus {
	border-color: #8a6d3b;
}
.has-error .form-control,
.has-error .form-control:focus {
	border-color: #a94442;
}
.default-bg .has-success .form-control,
.default-bg .has-warning .form-control,
.default-bg .has-error .form-control,
.default-bg .has-success .form-control:focus,
.default-bg .has-warning .form-control:focus,
.default-bg .has-error .form-control:focus {
	border-color: #fff;
	color: #ffffff;
}
.default-bg .has-success .form-control-feedback,
.default-bg .has-warning .form-control-feedback,
.default-bg .has-error .form-control-feedback,
.default-bg .has-success .control-label,
.default-bg .has-warning .control-label,
.default-bg .has-error .control-label {
	color: #fff;
}
.has-success .form-control,
.has-warning .form-control,
.has-error .form-control {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.has-success .form-control:focus,
.has-warning .form-control:focus,
.has-error .form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.has-error .error {
	font-weight: 700;
	margin-bottom: 5px;
	display: block;
}

/* forms with icons */
label ~ .form-control-feedback {
	top: 25px;
}
.form-control-feedback {
	width: 40px;
	height: 40px;
	line-height: 42px !important;
	top: 0;
}

/* Disabled forms */
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

/* Pager
---------------------------------- */
ul.pagination,
ul.pager {
	margin: 20px 0 40px;
	text-align: left;
}
ul.pagination li {
	padding: 0;
	margin: 0 5px 0 0;
	border-bottom: none;
	font-size: 12px;
	display: inline-block;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
ul.pagination li > a,
.pagination > li:fim-child > a,
.pagination > li:last-child > a,
ul.pager li > a {
	padding: 10px 15px;
	border: 1px solid #f3f3f3;
	line-height: 1;
	background-color: #fafafa;
	display: inline-block;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	color: #666666;
}
ul.pagination li > a:hover {
	background-color: transparent;
	color: #ffffff;
	background-color: #97BC23;
	border-color: #97BC23;
}
ul.pagination li.active a,
.pagination > .active > a:hover,
.pagination > .active > a:focus {
	color: #ffffff;
	background-color: #97BC23;
	border-color: #97BC23;
	line-height: 1;
}
ul.pagination li > a:focus {
	background: none;
}

/* Breadcrumb
---------------------------------- */
.breadcrumb {
	background-color: transparent;
	margin-bottom: 0;
	font-size: 13px;
	padding: 8px 0;
}

/* Tabs
---------------------------------- */
.nav-tabs {
	border-bottom: 1px solid #f0f0f0;
	margin-top: 15px;
}
.nav-tabs > li > a {
	font-size: 13px;
	text-transform: uppercase;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	padding: 12px 25px;
	position: relative;
	color: #666666;
}
#default .nav-tabs > li > a:hover {
	border-color: transparent;
	background-color: #97BC23;
	color:#fff;
}
#default .nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
	color: #fff;
	border-color: transparent;
	background-color: #97BC23;
	-webkit-box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.04);
	box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.04);
	border-bottom-color: transparent;
}
.nav-tabs > li.active > a:after {
	width: 3px;
	content: "";
	height: 103%;
	position: absolute;
	left: 0;
	top: 0;
}
.tab-content {
	border: 1px solid #f0f0f0;
	padding: 20px;
	border-top: none;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
	position: relative;
	margin-bottom: 15px;
}
.tab-content h1 {
	font-size: 34px;
}
.tab-content:after {
	width: 3px;
	content: "";
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.tab-content.clear-style {
	border: none;
	padding: 10px 0 0 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: transparent;
}
.tab-content.clear-style:after {
	width: 0;
	background-color: transparent;
	height: 100%;
}

/* Small devices (tablets, smartphones) */
@media (min-width:481px) and (max-width:767px) {
	.nav-tabs > li > a {
		padding: 12px 10px;
		font-size: 11px;
		margin-right: 0;
	}
}

/* Extra small devices (phones, less than 480px) */
@media (max-width:480px) {
	.nav-tabs {
		background-color: #999999;
	}
	.nav-tabs > li {
		float: none;
	}
	.nav-tabs > li a {
		color: #ffffff;
		margin-right: 0;
		border-bottom: 1px solid #8f8f8f;
	}
	.nav-tabs > li > a:hover {
		color: #666666;
	}
	.nav-tabs > li > a:hover:after {
		width: 3px;
		content: "";
		background-color: #97BC23;
		height: 102%;
		position: absolute;
		left: 0;
		top: 0;
	}
}

/* Horizontal tabs version 2 */
.tabs-style-2 .nav-tabs {
	border-bottom: 1px solid #97BC23;
}
.tabs-style-2 .nav-tabs > li.active > a,
.tabs-style-2 .nav-tabs > li.active > a:hover,
.tabs-style-2 .nav-tabs > li.active > a:focus,
.tabs-style-2 .nav-tabs > li > a:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #97BC23;
	background-color: #97BC23;
	color: #fff;
}
.tabs-style-2 .nav-tabs > li.active > a:after {
	width: 0;
	height: 0;
	background-color: transparent;
}
.tabs-style-2 .tab-content {
	border: none;
	padding: 20px 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: transparent;
}
.tabs-style-2 .tab-content:after {
	width: 0px;
	background-color: transparent;
	height: 0;
}
.tabs-style-2 .nav-tabs > li > a:hover:after {
	width: 0;
	background-color: transparent;
	height: 0;
}

/* vertical tabs */
.vertical {
	margin: 20px 0;
}
.vertical.hc-tabs {
	margin: 40px 0;
}
.vertical .nav-tabs,
.vertical .tab-content {
	display: table-cell;
	margin: 0;
	vertical-align: top
}
.vertical .nav-tabs {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom-color: transparent;
	background-color: #999999;
}
.vertical .nav-tabs > li {
	float: none;
}
.vertical .nav-tabs > li a {
	margin: 0;
	padding: 15px 40px;
	white-space: nowrap;
	color: #ffffff;
	border-bottom: 1px solid #8f8f8f;
}
.vertical .nav-tabs > li > a:hover {
	border-color: transparent;
	border-right-color: transparent;
	color: #fff;
	z-index: 2;
}
.vertical .nav-tabs > li > a:hover:after {
	width: 3px;
	content: "";
	background-color: #97BC23;
	height: 102%;
	position: absolute;
	left: 0;
	top: 0;
}
.vertical .nav-tabs > li.active > a,
.vertical .nav-tabs > li.active > a:hover,
.vertical .nav-tabs > li.active > a:focus {
	-webkit-box-shadow: -1px 0px 1px rgba(0, 0, 0, 0.04);
	box-shadow: -1px 0px 1px rgba(0, 0, 0, 0.04);
	border-right-color: transparent;
	color: #fff;
	z-index: 2;
	width: 100%;
}
.vertical .tab-content {
	border-top: 1px solid #f0f0f0;
	-webkit-box-shadow: 1px 0px 1px rgba(0, 0, 0, 0.04);
	box-shadow: 1px 0px 1px rgba(0, 0, 0, 0.04);
	left: -1px;
	z-index: 1;
	padding: 20px 30px;
}
.vertical .tab-content:after {
	background-color: transparent;
}
.arrow {
	display: block;
	position: relative;
}
.arrow i {
	font-size: 96px;
	top: -62px;
	position: absolute;
	line-height: 1;
	z-index: 2;
	left: 50%;
	margin-left: -27px;
}
.arrow i:before {
	color: #fafafa;
	text-shadow: 0px -1px 1px #E9E9E9;
}

/* Small devices (tablets, phones less than 767px) */
@media (max-width:767px) {
	.vertical .nav-tabs,
	.vertical .tab-content {
		display: block;
	}
}

/* hc-tabs */
.hc-tabs .hc-tabs-top img {
	display: none;
}

/* Nav pills
---------------------------------- */
.nav-pills > li > a {
	border-radius: 0;
	padding: 10px 15px;
	border: 1px solid transparent;
	color: #666666;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
}
.nav-pills.nav-stacked > li + li {
	margin-left: 0;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus,
.nav-pills > li > a:hover,
.nav-pills > li > a:focus {
	border: 1px solid #f3f3f3;
	color: #97BC23;
	background-color: #fafafa;
}
.nav-pills.nav-stacked > li > a:after {
	font-family: "FontAwesome";
	content: "\f105";
	font-size: 14px;
	font-weight: 700;
	position: absolute;
	right: 15px;
	top: 9px;
	color: #d1d1d1;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.nav-pills > li.active > a:after {
	color: #97BC23;
}
.nav-pills > li.active > a:hover:after,
.nav-pills > li.active > a:focus:after,
.nav-pills > li > a:hover:after,
.nav-pills > li > a:focus:after {
	color: #97BC23;
	right: 10px;
}
.footer-content .nav-pills > li > a {
	padding: 4px 0px;
	border-color: transparent;
	color: #999;
	font-weight: 400;
}
.footer-content .nav-pills > li:last-child > a {
	border-bottom: none;
}
.footer-content .nav-pills > li.active > a,
.footer-content .nav-pills > li.active > a:focus,
.footer-content .nav-pills > li > a:focus {
	color: #999;
	background-color: transparent;
	border-color: transparent;
}
.footer-content .nav-pills > li.active > a:hover,
.footer-content .nav-pills > li > a:hover {
	color: #fff;
	background-color: transparent;
	border-color: transparent;
}
.footer-content .nav-pills.nav-stacked > li > a:after {
	top: 3px;
}
.footer-content .nav-pills.nav-stacked > li > a:after,
.footer-content .nav-pills > li.active > a:after,
.footer-content .nav-pills > li.active > a:hover:after,
.footer-content .nav-pills > li.active > a:focus:after,
.footer-content .nav-pills > li > a:hover:after,
.footer-content .nav-pills > li > a:focus:after {
	color: #999
}
.light .footer-content .nav-pills > li > a,
.light .footer-content .nav-pills > li.active > a,
.light .footer-content .nav-pills > li.active > a:focus,
.light .footer-content .nav-pills > li > a:focus {
	color: #666;
}
.light .footer-content .nav-pills > li.active > a:hover,
.light .footer-content .nav-pills > li > a:hover {
	color: #cd3c2e;
}
.light .footer-content .nav-pills.nav-stacked > li > a:after,
.light .footer-content .nav-pills > li.active > a:after,
.light .footer-content .nav-pills > li.active > a:hover:after,
.light .footer-content .nav-pills > li.active > a:focus:after,
.light .footer-content .nav-pills > li > a:hover:after,
.light .footer-content .nav-pills > li > a:focus:after {
	color: #666
}
.nav-pills > .active > a > .badge {
	color: #cd3c2e;
	background-color: #fff;
	border-color: #cd3c2e;	
}

/* Process pills */
.process .nav-pills > li + li {
	margin-left: 60px;
	position: relative;
}
.process .nav-pills > li + li:after {
	font-family: "FontAwesome";
	content: "\f101";
	position: absolute;
	top: 10px;
	left: -35px;
	width: 10px;
	background-color: #fff;
}

/* Collapse
---------------------------------- */
.panel-group .panel {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: none;
}
.panel-default > .panel-heading {
	padding: 0;
	outline: none;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	width: 100%;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border: 1px solid #f0f0f0;
	border-top: none;
	background-color: #fafafa
}
.panel-heading a {
	font-weight: 400;
	padding: 12px 35px 12px 15px;
	display: inline-block;
	width: 100%;
	background-color: #97BC23;
	color: #ffffff;
	position: relative;
	text-decoration: none;
}
.panel-dark .panel-heading a,
.panel-dark .panel-heading a:hover {
	background-color: #333333;
}
.panel-transparent .panel-default > .panel-heading,
.panel-transparent .panel-default > .panel-heading + .panel-collapse > .panel-body {
	background-color: transparent;
	color: inherit;
}
.panel-transparent .panel-heading a {
	border: 1px solid #f1f1f1;
}
.panel-transparent .panel-heading a.collapsed {
	color: inherit;
	background-color: transparent;
}
.panel-heading a.collapsed {
	color: #ffffff;
	background-color: #999999;
}
.panel-heading a:after {
	font-family: "FontAwesome";
	content: "\f056";
	position: absolute;
	right: 15px;
	font-size: 16px;
	font-weight: 300;
	top: 50%;
	line-height: 1;
	margin-top: -7px;
}
.panel-heading a.collapsed:after {
	content: "\f055";
}
.panel-heading a:hover,
.panel-transparent .panel-heading a:hover {
	text-decoration: none;
	background-color: #97BC23;
	color: #ffffff;
}
.panel-title a i {
	padding-right: 10px;
	/*font-size: 20px;*/
}

/* Progress bars
---------------------------------- */
.progress {
	margin-bottom: 25px;
	background-color: #f1f1f1;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	height: 30px;
}
.progress-bar {
	padding: 6px 0 5px 0;
	text-align: left;
}
.progress-bar-default {
	background-color: #97BC23;
}
.progress-bar-gray {
	background-color: #999999;
}
.progress-bar-dark {
	background-color: #333333;
}
.gray-bg .progress {
	background-color: #ffffff;
	-webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, .1);
	box-shadow: inset 0 2px 2px rgba(0, 0, 0, .1);
}
.progress-bar span {
	position: relative;
	left: 15px;
}

/* Circular Progress Bars
---------------------------------- */
.knob-container {
	margin: 10px;
	position: relative;
	display: inline-block;
}
.knob-container canvas {
	width: 132px;
	height: 132px;
	margin: 0 auto;
}
.knob-text {
	position: absolute;
	text-align: center;
	top: 50%;
	width: 100%;
	margin-top: -14px;
}

/* Large devices (Large desktops 1200px and up) */
@media (min-width:1200px) {
	.knob-container canvas {
		width: 169px;
		height: 169px;
	}
}

/* Alerts
---------------------------------- */
.alert {
	margin: 20px 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	position: relative;
	padding-left: 70px;
	overflow: hidden;
	z-index: 1;
	border: none;
}
.alert:before {
	position: absolute;
	content: "";
	top: 0px;
	left: 0px;
	width: 50px;
	height: 101%;
	background-color: rgba(0, 0, 0, 0.25);
	z-index: 2;
}
.alert-success {
	color: #2a5f2b;
	background-color: #bcdab0;
}
.alert-info {
	color: #1a4e68;
	background-color: #c6e8fa;
}
.alert-warning {
	color: #72582b;
	background-color: #f7f0ce;
}
.alert:after {
	font-family: "FontAwesome";
	position: absolute;
	top: 10px;
	left: 17px;
	color: #ffffff;
	font-size: 20px;
	z-index: 3;
}
.alert.alert-success:after {
	content: "\f00c";
}
.alert.alert-info:after {
	content: "\f05a";
}
.alert.alert-warning:after {
	content: "\f071";
}
.alert.alert-danger:after {
	content: "\f00d";
}
.close {
	font-size: 28px;
	font-weight: normal;
	filter: alpha(opacity=40);
	opacity: 0.4;
}

/* Modals
---------------------------------- */
.modal-open .page-wrapper {
	-webkit-filter: blur(3px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(5px);
}
.modal-content {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.modal-content .modal-header {
	background-color: #97BC23;
}
.modal-content .modal-title {
	font-size: 24px;
	color: #ffffff;
}
.modal-footer .btn {
	margin: 0;
}

/* Large devices (Large desktops 1200px and up) */
@media (min-width:1200px) {
	.modal-lg {
		width: 1140px;
	}
}

/* Popups
---------------------------------- */
.mfp-zoom-out-cur .page-wrapper {
	-webkit-filter: blur(3px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(5px);
}
.mfp-bg {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.mfp-figure:after {
	background-color: #ffffff;
}

/* Images and Images overlay
---------------------------------- */
.fixed-image {
	background-position: center center;
	background-repeat: no-repeat;
	height: 400px;
}
.no-touch .fixed-image {
	background-attachment: fixed;
}
.fixed-image {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.overlay-container {
	position: relative;
	display: block;
	overflow: hidden;
}
.overlay {
	position: absolute;
	top: 0;
	bottom: -1px;
	left: 0;
	right: -1px;
	background-color: rgba(241, 241, 241, 0.85);
	overflow: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: all linear 0.2s;
	-moz-transition: all linear 0.2s;
	-ms-transition: all linear 0.2s;
	-o-transition: all linear 0.2s;
	transition: all linear 0.2s;
}
.overlay a {
	display: inline-block;
	width: 50px;
	height: 50px;
	font-size: 26px;
	color: #97BC23;
	background-color: #ffffff;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -25px;
}
.overlay span {
	position: absolute;
	display: block;
	bottom: 10px;
	text-align: center;
	width: 100%;
	color: #000000;
	font-style: italic;
}
.overlay-links {
	display: block;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	left: 50%;
	margin-left: -50px;
	font-size: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: scale(0.4);
	transform: scale(0.4);
	-webkit-transition: all 0.25s linear 0.05s;
	-moz-transition: all 0.25s linear 0.05s;
	-ms-transition: all 0.25s linear 0.05s;
	-o-transition: all 0.25s linear 0.05s;
	transition: all 0.25s linear 0.05s;
}
.overlay-links a {
	position: static;
	margin-top: 0;
	margin-left: 0;
}
.overlay-links a + a {
	left: 50px;
	color: #ffffff;
	background-color: #97BC23;
}
.overlay a:hover {
	color: #ffffff;
	background-color: #333333;
	text-decoration: none;
}
.overlay i {
	line-height: 50px;
}
.box-style-1 .overlay i {
	font-size: 26px;
	margin: 0;
}
a.overlay {
	background-color: rgba(255, 255, 255, 0.9);
	cursor: pointer;
}
a.overlay:hover {
	text-decoration: none;
}
.listing-item a.overlay {
	-webkit-transition: linear 0.25s;
	-o-transition: linear 0.25s;
	transition: linear 0.25s;
	background-color: rgba(255, 255, 255, 0.7);
	-webkit-transform: scale(1);
	transform: scale(1);
}
.listing-item a.overlay:hover {
	text-decoration: none;
}
a.overlay i {
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 40px;
	line-height: 42px;
	color: #97BC23;
	margin-top: -22px;
	margin-left: -18px;
	text-align: center;
}
a.overlay.small i {
	font-size: 18px;
	line-height: 1;
	margin-top: -8px;
	margin-left: -8px;
}
.overlay .social-links {
	margin: 0;
	position: absolute;
	bottom: 10px;
	width: 100%;
	text-align: center;
}
.overlay .social-links li {
	margin: 0 auto;
}
.overlay .social-links li a {
	margin: 2px;
	width: 40px;
	height: 40px;
	font-size: 18px;
	position: static;
}
.overlay .social-links li a:hover {
	background-color: #fff;
	border-color: #fff;
	text-decoration: none;
}
.overlay .social-links li a i {
	line-height: 38px;
	font-size: 24px;
	margin: 0;
}
.overlay-container:hover .overlay,
.overlay-container:hover .overlay-links {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: scale(1);
	transform: scale(1);
}

/* Responsive iframe
---------------------------------- */
.tp-caption .embed-responsive {
	overflow: visible;
}

/* Audio wrapper
---------------------------------- */
.audio-wrapper iframe {
	width: 100%;
	border: none;
	margin-bottom: 20px;
}

/* Scroll Spy
---------------------------------- */
.scroll-spy {
	position: relative;
}

/* 6 Navigations
----------------------------------------------------------------------------- */
/* first level menu */
.navbar.navbar-default {
	border-radius: 0;
	margin: 12px 0 5px;
	background-color: #fafafa;
	border-color: #f1f1f1;
}
.header-small .navbar.navbar-default {
	margin: 6px 0 5px;
}

/* first level menu items */
.navbar-default .navbar-nav > li > a {
	color: #666666;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	padding: 12px 20px 12px 19px;
	z-index: 102;
	bottom: -1px;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
}
.dropdown-toggle .nav-span{
	padding-bottom: 50px;
    padding-top: 30px;
}
.navbar-default .navbar-nav > li > a:hover {
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

/* first level active menu items on hover/focus */
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus {
	color: #97BC23;
	background-color: transparent;
}
.navbar-default .navbar-nav > .active > a:hover {
	background-color: transparent;
}

/* first level active menu items when opened */
.main-navigation .navbar-nav > .open > a,
.main-navigation .navbar-nav > .open > a:hover,
.main-navigation .navbar-nav > .open > a:focus {
	color: #97BC23 !important;
	background-color: transparent;
	border: none !important;
}

/* first level active menu items when clicked */
.main-navigation .navbar-nav > .open > a:active,
.main-navigation .navbar-nav > .open.active > a:active {
	background-color: #ffffff;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.main-navigation .navbar-nav > .open > a:active + ul,
.main-navigation .navbar-nav > .open.active > a:active + ul {
	display: none;
}

/* second level menu */
.dropdown-menu {
	min-width: 220px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	padding: 0;
	margin-top:1px;
	top:144%;
	background-color: #fafafa;
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08);
	border: 1px solid #f1f1f1;
	z-index: 999;
}
.fixed-header-on .header.fixed .dropdown-menu{
	top:125%;
}

.fixed-header-on .header.fixed .mega-menu .dropdown-menu {
    top: 116% !important;
}

/* second level menu items */
.dropdown-menu > li > a {
	padding: 12px 20px;
	font-size: 15px;
	color: #666666;
	border-bottom: 1px solid #f1f1f1;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
}

.main-navigation .dropdown-menu > li > a { 
	position: relative;
}

/* second level menu items on focus/hover and when opened */
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,
.dropdown-menu .menu > .active > a,
.dropdown-menu .menu > .active > a:hover,
.dropdown-menu .menu > .active > a:focus {
	background-color: #ffffff;
	color: #97BC23;
	border-color: #f1f1f1;
}

/* third level menu */
.dropdown-menu .dropdown-menu {
	top: -2px;
	left: 100% !important;
	padding-top: 0;
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.08);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.08);
	border-top: 1px solid #f1f1f1;
}

.dropdown-menu .dropdown-menu.to-left {
	right: 100%!important;
	left: auto!important;
}

/*transparent header*/
.header.transparent:not(.dark) .navbar-nav > .open > a,
.header.transparent:not(.dark) .navbar-nav > .open > a:hover,
.header.transparent:not(.dark) .navbar-nav > .open > a:focus,
.header.transparent:not(.dark) .dropdown-menu {
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
	border-color: rgb(250, 250, 250)!important;
}

@media (min-width: 768px) { 
	.header.transparent:not(.dark) .navbar-nav > li:not(.active) > a {
		color: #333333;
	}
}

/* mega menu */
.mega-menu.dropdown {
	position: static;
}
.mega-menu .dropdown-menu {
	left: 0;
	top: 134%;
	width: 100%;
	padding: 20px 30px;
}

/* mega menu menu items */
.mega-menu .menu {
	list-style: none;
	padding: 0;
	margin: 0;
}
.mega-menu h4.title {
	margin: 10px 0 5px;
	font-size: 14px;
	text-transform: uppercase;
}
.mega-menu .menu > li > a {
	padding: 12px 0;
	font-size: 15px;
	color: #666666;
	border-bottom: 1px solid #f1f1f1;
	display: block;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
	position: relative;
}
.mega-menu .menu > li > a i,
.dropdown-menu > li > a i {
	padding-right: 5px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.mega-menu .menu > li:last-child > a {
	border-bottom: none!important;
}
.mega-menu .menu > li > a:hover i,
.dropdown-menu > li > a:hover i {
	padding-left: 5px;
}

/* mega menu menu items on focus/hover and when opened */
.mega-menu .menu > li > a:hover,
.mega-menu .menu > li > a:focus {
	background-color: #ffffff;
	color: #97BC23;
	border-color: #f1f1f1;
	text-decoration: none;
}

/* arrows for parent menu items */
.dropdown>a:before {
	font-family: 'FontAwesome';
	content: "\f107";
	position: absolute;
	left: auto;
	top: 15px;
	right: 6px;
	line-height: 1;
	color: #d1d1d1;
}
.transparent.header:not(.dark) .dropdown>a:before { 
	color: #666666;
}
.navbar-default .navbar-nav > .active.dropdown > a:before {
	color: #97BC23;
}
.navbar-default .navbar-nav > .active.dropdown > a:before {
	color: #97BC23;
}
.navbar-default .navbar-nav > .dropdown.open > a:before {
	color: #e5e5e5;
}
.dropdown .dropdown>a:before {
	content: "\f105";
	right: 10px;
	top: 15px;
	margin-left: 0;
	visibility: visible;
	color: #666;
}
.dropdown .dropdown.open>a:before,
.transparent.header:not(.dark) .dropdown .dropdown.open>a:before {
	color: #97BC23;
}

/* mobile menu toggle button */
.navbar-default .navbar-toggle {
	border-color: #ccc;
}

/* mobile menu toggle button on hover/focus */
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: #fafafa;
	border-color: #97BC23;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #999;
}
.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar {
	background-color: #97BC23;
}

/*Dark Navigation*/
.dark.header .navbar.navbar-default {
	background-color: #27272A;
	border-color: #1f1f1f;
}
/* Dark navigation first level menu items */
.dark.header .navbar-default .navbar-nav > li > a {
	color: #e1e1e1;
}
/* Dark navigation first level active menu items on hover/focus */
.dark.header .navbar-default .navbar-nav > .active > a, 
.dark.header .navbar-default .navbar-nav > .active > a:focus {
	color: #ffffff;
}
/* Dark navigation first level active menu items when opened */
.dark.header .main-navigation .navbar-nav > .open > a,
.dark.header .main-navigation .navbar-nav > .open > a:hover,
.dark.header .main-navigation .navbar-nav > .open > a:focus { 
	background-color: #27272a;
	border-color: #484848;
	border-bottom-color: #27272a;
	color: #ffffff;
}
/*Dark navigation second level menu items*/
.dark.header .dropdown-menu {
	background-color: #27272a;
	border: 1px solid #484848;
}
.dark.header-top .dropdown-menu {
	background-color: #36373c;
	border: 1px solid #3d3d3d;
	border-top-color: #36373c;
}
.dark.header-top .dropdown-menu .divider { 
	background-color: #454545;
}
.dark.header .dropdown-menu > li > a {
	color: #cdcdcd;
	border-bottom: 1px solid #3d3d3d;
}
/*Dark navigation second level menu items on focus/hover and when opened */
.dark.header .dropdown-menu > li > a:hover, 
.dark.header .dropdown-menu > li > a:focus, 
.dark.header .nav .open > a,
.dark.header .nav .open > a:hover, 
.dark.header .nav .open > a:focus, 
.dark.header .dropdown-menu > .active > a, 
.dark.header .dropdown-menu > .active > a:hover, 
.dark.header .dropdown-menu > .active > a:focus, 
.dark.header .dropdown-menu .menu > .active > a, 
.dark.header .dropdown-menu .menu > .active > a:hover, 
.dark.header .dropdown-menu .menu > .active > a:focus {
	background-color: #36373C;
	color: #ffffff;
}
/*Dark navigation mega-menu items*/
.dark.header h1,
.dark.header h2,
.dark.header h3,
.dark.header h4,
.dark.header h5,
.dark.header h6,
.dark.header p {
	color: #cdcdcd;
}
.dark.header .divider {
	background-color: #3d3d3d;
}
.dark.header .mega-menu .menu > li > a {
	color: #cdcdcd;
	border-bottom: 1px solid #3d3d3d;	
}
/*Dark navigation mega menu menu items on focus/hover and when opened */
.dark.header .mega-menu .menu > li > a:hover,
.dark.header .mega-menu .menu > li > a:focus {
	background-color: #36373c;
	color: #ffffff;
}
/* Dark navigation arrows for parent menu items */
.dark.header .dropdown>a:before {
	color: #e1e1e1;
}
.dark.header .navbar-default .navbar-nav > .active.dropdown > a:before {
	color: #ffffff;
}
.dark.header .navbar-default .navbar-nav > .dropdown.open > a:before {
	color: #666666;
}
.dark.header .dropdown .dropdown>a:before {
	color: #e1e1e1;
}
/* Dark navigation mobile menu toggle button */
.dark.header .navbar-default .navbar-toggle {
	border-color: #666666;
}

/* Dark navigation mobile menu toggle button on hover/focus */
.dark.header .navbar-default .navbar-toggle:hover,
.dark.header .navbar-default .navbar-toggle:focus {
	background-color: #36373c;
	border-color: #999999;
}
.dark.header .navbar-default .navbar-toggle .icon-bar {
	background-color: #666666;
}
.dark.header .navbar-default .navbar-toggle:hover .icon-bar,
.dark.header .navbar-default .navbar-toggle:focus .icon-bar {
	background-color: #999999;
}

/* dropdown animations */
.animated.main-navigation .open .dropdown-menu,
#offcanvas.animated .open .dropdown-menu,
.open .dropdown-animation {
	-webkit-animation-duration: 0.2s;
	animation-duration: 0.2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInDownSmall;
	animation-name: fadeInDownSmall;
}
.open .dropdown-animation {
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
}
.animated.main-navigation .dropdown-menu .open .dropdown-menu,
#offcanvas.animated .dropdown-menu .open .dropdown-menu {
	-webkit-animation-name: fadeInLeftSmall;
	animation-name: fadeInLeftSmall;
}

.animated.main-navigation .dropdown-menu .open .dropdown-menu.to-left,
#offcanvas.animated.offcanvas-right .dropdown-menu .open .dropdown-menu {
	-webkit-animation-name: fadeInRightSmall;
	animation-name: fadeInRightSmall;
}

/* Small devices (tablets, 768px and up) */
@media (min-width:768px) {
	.main-navigation .navbar-nav.navbar-right:last-child {
		margin-right: 0;
	}
	
	/* first level menu */
	.navbar.navbar-default,
	.dark.header .navbar.navbar-default {
		background-color: transparent;
		border-color: transparent;
	}
	
	/* layout fixes */
	.main-navigation .container-fluid {
		padding-right: 0;
		padding-left: 0;
	}
	.navbar-collapse {
		padding-right: 0px;
		padding-left: 0px;
	}
	.main-navigation .navbar-right .dropdown-menu {
		right: auto;
		left: 0;
	}
	.main-navigation .navbar-right > li:last-child > .dropdown-menu {
		right: 0;
		left: auto;
	}
}

/* Medium desktop devices and tablets */
@media (min-width:768px) and (max-width:1199px) {
	.main-navigation .container-fluid {
		padding-right: 0px;
		padding-left: 0px;
	}
}

/* Medium devices (tablets landscape to portrait) */
@media (min-width:768px) and (max-width:991px) {
	.main-navigation .navbar-nav {
		float: left !important;
	}
}

/* Medium devices (desktops, tablets, 992px and up) */
@media (min-width:992px) {
	.col-md-3 + .col-md-9 .mega-menu .dropdown-menu {
		left: -243px;
		width: 940px;
	}
}

/* Medium desktop devices */
@media (min-width:992px) and (max-width:1199px) {
	.navbar-default .navbar-nav > li > a {
		padding-right: 19px;
	}
}

/* Large devices (Large desktops 1200px and up) */
@media (min-width:1200px) {
	/* first level menu item */
	.main-navigation .navbar-nav > li {
		margin: 0 0 0 15px;
	}
	.main-navigation .navbar-nav > li:fim-child {
		margin: 0;
	}
	.col-md-3 + .col-md-9 .mega-menu .dropdown-menu {
		left: -293px;
		width: 1140px;
		z-index:999;
	}
}

/* Small devices (tablets, phones less than 767px) */
@media (max-width:767px) {
	/* Mobile menu
	------------------------------ */
	/* active items */
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
		color: #97BC23;
		background-color: transparent;
	}
	
	/* first level items */
	.navbar-default .navbar-nav > li > a {
		border-bottom: 1px solid #f1f1f1;
	}
	.subfooter .navbar-default .navbar-nav > li > a {
		border-bottom: 1px solid #141414;
	}
	.light .subfooter .navbar-default .navbar-nav > li > a {
		border-bottom: 1px solid #ddd;
	}
	.navbar-default .navbar-nav > li:last-child > a {
		border-bottom: 1px solid transparent;
	}
	
	/* first level items when opened */
	.main-navigation .navbar-nav > .open > a,
	.main-navigation .navbar-nav > .open > a:hover,
	.main-navigation .navbar-nav > .open > a:focus {
		border-color: transparent!important;
		-moz-box-shadow: none;
		-o-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	
	/* first level items hover and focus states */
	.navbar-default .navbar-nav > li > a:hover,
	.navbar-default .navbar-nav > li > a:focus,
	.navbar-default .navbar-nav > .active > a:hover,
	.navbar-default .navbar-nav > .active > a:focus {
		color: #97BC23;
		background-color: #fff;
	}
	
	/* second level menu */
	.navbar-default .navbar-nav .open .dropdown-menu {
		background-color: #ffffff;
	}
	
	/* second level items */
	.navbar-default .navbar-nav .open .dropdown-menu > li > a,
	.navbar-default .navbar-nav .open .dropdown-menu .dropdown-header {
		padding: 12px 15px 12px 40px;
		color: #666666;
		border-color: #fafafa;
	}
	
	/* second level items on hover/focus */
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #97BC23;
	}
	
	/* third level items */
	.navbar-nav .open .dropdown-menu .dropdown-menu > li > a {
		padding-left: 60px;
	}
	
	/* four level items */
	.navbar-nav .open .dropdown-menu .dropdown-menu .dropdown-menu > li > a {
		padding-left: 80px;
	}
	
	/* Arrows for parent menu items */
	.dropdown>a:before {
		right: 32px;
	}
	.dropdown .dropdown>a:before {
		right: 36px;
	}

	/*Dark mobile menu
	------------------------------ */
	.dark.header .navbar-default .navbar-collapse, 
	.dark.header .navbar-default .navbar-form {
		border-color: #1f1f1f;
	}
	/* active items */
	.dark.header .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
	.dark.header .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
	.dark.header .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
		background-color: #36373c;
	}
	/* first level items */
	.dark.header .navbar-default .navbar-nav > li > a {
		border-bottom: 1px solid #3c3c3e;
	}

	/* first level active items */
	.dark.header .navbar-default .navbar-nav > .active > a, 
	.dark.header .navbar-default .navbar-nav > .active > a:focus {
		color: #ffffff;
		background-color: #36373C;
	}

	/* first level items hover and focus states */
	.dark.header .navbar-default .navbar-nav > li > a:hover,
	.dark.header .navbar-default .navbar-nav > li > a:focus,
	.dark.header .navbar-default .navbar-nav > .active > a:hover,
	.dark.header .navbar-default .navbar-nav > .active > a:focus {
		color: #ffffff;
		background-color: #36373c;
	}

	/* first level items when opened */	
	.dark.header .main-navigation .navbar-nav > .open > a, 
	.dark.header .main-navigation .navbar-nav > .open > a:hover, 
	.dark.header .main-navigation .navbar-nav > .open > a:focus	{
		color: #ffffff;
		background-color: #36373c;
	}

	/* second level menu */
	.dark.header .navbar-default .navbar-nav .open .dropdown-menu {
		background-color: #27272a;
		border: none;
	}
	/* second level items */
	.dark.header .navbar-default .navbar-nav .open .dropdown-menu > li > a,
	.dark.header .navbar-default .navbar-nav .open .dropdown-menu .dropdown-header {
		color: #cdcdcd;
		border-color: #3c3c3e;
	}
	
	/* second level items on hover/focus */
	.dark.header .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
	.dark.header .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #ffffff;
		background-color: #36373c;
	}
	.dark.header .navbar-default .navbar-nav > .dropdown.open > a:before {
		color: #ffffff;
	}
}

/* Header top navigation
---------------------------------- */
.header-top .navbar.navbar-default {
	margin: 0;
	min-height: 30px;
}
.header-top .navbar-default .navbar-nav > li > a {
	color: #999999;
	padding: 4px 20px;
}
.header-top .navbar-default .navbar-nav > li {
	border-right: 1px solid #999999;
}
.header-top .navbar-default .navbar-nav > li:last-child {
	border-right: none;
}

/* Offcanvas navigation
---------------------------------- */
.offcanvas {
	background-color: #fafafa;
	border-color: #f1f1f1;
}
.offcanvas-toggle-left {
	display: block;
	padding: 0;
	margin: 0;
	position: fixed;
	width: 40px;
	height: 40px;
	top: 0px;
	left: 0px;
	z-index: 1031;
	text-align: center;
}
.offcanvas-toggle-left:after {
	font-family: "FontAwesome";
	content: "\f0c9";
	font-size: 22px;
	line-height: 35px;
	text-align: center;
	color: #333333;
}
#offcanvas.in + .offcanvas-toggle-left:after {
	content: "\f00d";
	color: #999999;
}
.offcanvas-toggle-right {
	display: block;
	padding: 0;
	margin: 0;
	position: fixed;
	width: 40px;
	height: 40px;
	top: 0px;
	right: 0px;
	z-index: 1031;
	text-align: center;
}
.offcanvas-toggle-right:after {
	font-family: "FontAwesome";
	content: "\f0c9";
	font-size: 22px;
	line-height: 35px;
	text-align: center;
	color: #333333;
}
#offcanvas.in + .offcanvas-toggle-right:after {
	content: "\f00d";
	color: #999999;
}

/*First level menu items*/
#offcanvas .navbar-nav > li,
#offcanvas .navbar-nav {
	float: none;
	margin: 0;
}
#offcanvas .navbar-nav > li > a {
	color: #333333;
	border-bottom: 1px solid #f5f5f5;
	padding-top: 10px;
	padding-bottom: 10px;
}
#offcanvas .navbar-nav > li:last-child > a {
	border-bottom-color: transparent!important;
}
#offcanvas .nav .open > a,
#offcanvas .nav .open > a:hover,
#offcanvas .nav .open > a:focus,
#offcanvas .nav > li > a:hover, 
#offcanvas .nav > li > a:focus,
#offcanvas .navbar-nav > li.active > a {
	color: #97BC23;
	background-color: #ffffff;
}
/*Second level menu items*/
#offcanvas .dropdown-menu {
	position: static;
	width: 100%;
	float: none;
	box-shadow: none;
	border: none;
	background-color: #ffffff;
	margin: 0;
}
#offcanvas.offcanvas-right .dropdown-menu { 
	overflow: hidden;
}
#offcanvas .dropdown-menu > li > a { 
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-color: #f7f7f7;
}
#offcanvas.offcanvas-right .dropdown-menu > li > a {
	text-align: right;
	padding-left: 10px;
	padding-right: 20px;
}

/*Third level menu items*/
#offcanvas .dropdown-menu .dropdown-menu > li > a { 
	padding-left: 30px;
}
#offcanvas.offcanvas-right .dropdown-menu .dropdown-menu > li > a { 
	padding-left: 10px;
	padding-right: 30px;
}

/*Fourth level menu items*/
#offcanvas .dropdown-menu .dropdown-menu .dropdown-menu > li > a { 
	padding-left: 45px;
}
#offcanvas.offcanvas-right .dropdown-menu .dropdown-menu .dropdown-menu > li > a { 
	padding-left: 10px;
	padding-right: 45px;
}

/*Fifth level menu items*/
#offcanvas .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu > li > a { 
	padding-left: 60px;
}

#offcanvas.offcanvas-right .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu > li > a { 
	padding-left: 10px;
	padding-right: 60px;
}
/*Nav arrows*/
#offcanvas .dropdown>a:before {
	right: 15px;
	top: 13px;
}
#offcanvas.offcanvas-right .dropdown>a:before {
	right: auto;
	left: 15px;
	top: 13px;
}
#offcanvas.offcanvas-right .dropdown .dropdown>a:before {
	content: "\f104";
}
/*Dark offcanvas nav*/
.dark.offcanvas-container .offcanvas {
	background-color: #27272a;
	border-color: #484848;
}

.dark.offcanvas-container #offcanvas.in + .offcanvas-toggle-left:after,
.dark.offcanvas-container #offcanvas.in + .offcanvas-toggle-right:after { 
	color: #e1e1e1;
}
/*First level menu items*/
.dark.offcanvas-container #offcanvas .navbar-nav > li > a { 
	color: #e1e1e1;
	border-bottom: 1px solid #3d3d3d;
}
.dark.offcanvas-container #offcanvas .navbar-nav > li.open > a {
	border-bottom: 1px solid #515151!important;
}
.dark.offcanvas-container #offcanvas .nav .open > a,
.dark.offcanvas-container #offcanvas .nav .open > a:hover,
.dark.offcanvas-container #offcanvas .nav .open > a:focus,
.dark.offcanvas-container #offcanvas .nav > li > a:hover, 
.dark.offcanvas-container #offcanvas .nav > li > a:focus,
.dark.offcanvas-container #offcanvas .navbar-nav > li.active > a {
	color: #ffffff;
	background-color: #36373c;
}
/*Second level menu items*/
.dark.offcanvas-container #offcanvas .dropdown-menu { 
	background-color: #36373c;
}
.dark.offcanvas-container #offcanvas .dropdown-menu > li > a { 
	border-color: #515151;
	color: #e1e1e1;
}
.dark.offcanvas-container #offcanvas .dropdown-menu > li > a:hover, 
.dark.offcanvas-container #offcanvas .dropdown-menu > li > a:focus {
	color: #ffffff;
	background-color: #36373c;
}
/*Nav arrows*/
.dark.offcanvas-container .dropdown .dropdown.open>a:before {
	color: #ffffff;
}

/* Subfooter navigation
---------------------------------- */
.subfooter .navbar {
	margin: 0;
	min-height: 0;
	background: transparent;
	border-color: transparent;
}
.subfooter .navbar-default .nav > li > a {
	padding: 10px 10px;
	text-transform: none;
	line-height: 1;
	font-size: 14px;
	font-weight: 400;
}
.subfooter .navbar-default .nav li:last-child a,
.light .subfooter .navbar-default .nav > li:last-child > a {
	border: none;
}
.subfooter .navbar-default .nav > li > a:hover,
.subfooter .navbar-default .nav > .active > a:hover,
.subfooter .navbar-default .nav > .active > a:focus {
	background-color: transparent;
	text-decoration: underline;
	color: #97BC23;
}

/* Small devices (tablets, 768px and up) */
@media (min-width:768px) {
	.subfooter .navbar-nav {
		float: none;
		margin: 15px 0;
		text-align: center;
	}
	.subfooter .navbar-nav > li {
		float: none;
		padding: 5px 0;
	}
	.subfooter .navbar-default .nav > li > a {
		padding: 0px 10px;
	}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width:992px) {
	.subfooter {
		text-align: left;
	}
	.subfooter .navbar-nav {
		float: right;
		margin: 0;
		text-align: left;
	}
	.subfooter .navbar-nav > li {
		float: left;
		padding: 0;
		margin-top: 4px;
	}
	.subfooter .navbar-default .nav > li > a {
		border-right: 1px solid #333333;
	}
	.light .subfooter .navbar-default .nav > li > a {
		border-right: 1px solid #999999;
	}
}

/* Small devices (tablets, phones less than 767px) */
@media (max-width:767px) {
	/* subfooter nav */
	.subfooter .navbar-default .navbar-toggle:hover,
	.subfooter .navbar-default .navbar-toggle:focus {
		background-color: transparent;
		border-color: #888;
	}
	.light .subfooter .navbar-default .navbar-collapse {
		border-color: #ddd;
	}
	.subfooter .navbar-default .navbar-collapse {
		border-color: #000000;
	}
}

/* 7 Blocks/Widgets
----------------------------------------------------------------------------- */
/* Logo
---------------------------------- */
.logo img {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	width: 50%;
	height:auto;
	padding-top: 4px;
}
.logo img:hover {
	opacity: 0.85;
	filter: alpha(opacity=85);
}
.main-container .logo img {
	margin: 0 auto;
}
.header-small .logo img {
	max-height: 40px;
	margin: 2px 0 -4px 0;
}
.text-center .logo img {
	margin: 0 auto;
}
.site-slogan {
	font-size: 13px;
	font-style: italic;
	color: #999999;
}
.transparent.header:not(.dark) .site-slogan {
	color: #333333;
}
.dark.header .site-slogan {
	color: #cdcdcd;
}
.transparent.dark.header .site-slogan {
	color: #ffffff;
}
.main-container .site-slogan {
	color: inherit;
	text-align: center;
	margin-bottom: 20px;
}
.logo-footer {
	margin: 25px 0 20px;
}
.offcanvas .logo {
	margin: 20px 0 10px;
}
.offcanvas .logo img {
	margin: 0 auto;

}
.offcanvas .site-slogan {
	text-align: center;
	margin-bottom: 20px;
	margin-top: -10px;
}
/* Medium devices (desktops, tablets less than 991px) */
@media (max-width:991px) {
	.logo img,
	.header-small .logo img {
		margin: 0 auto;
	}
	.site-slogan {
		text-align: center;
	}
}

/* Call to action
---------------------------------- */
.call-to-action {
	padding: 10px 25px;
	text-align: center;
}
.call-to-action .btn {
	margin: 10px 5px;
}
.call-to-action .btn.btn-lg {
	margin-top: 15px;
}

/* Extra small devices (phones, less than 480px) */
@media (max-width:480px) {
	.call-to-action .btn {
		display: block;
		width: 60%;
		margin: 10px auto;
	}
}

/* Boxes
---------------------------------- */
.box {
	text-align: center;
	margin: 0 10px 10px 0;
	width: 60px;
	height: 60px;
	display: inline-block;
	font-size: 0;
	float: left;
	border: 1px solid transparent;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.box i {
	font-size: 36px;
	line-height: 60px;
}
.box.small {
	margin: 0 5px 5px 0;
	width: 45px;
	height: 45px;
}
.box.small i {
	font-size: 24px;
	line-height: 45px;
}
.box.gray-bg:hover {
	color: #97BC23;
}
.box.default-bg:hover {
	background-color: #fff;
	border: 1px solid #97BC23;
}
.box.default-bg:hover * {
	color: #97BC23;
}
.box.dark-bg:hover {
	background-color: #fff;
	border: 1px solid #666;
}
.box.dark-bg:hover * {
	color: #666;
}
.box-style-1 {
	text-align: center;
	padding: 20px;
	margin: 20px 0;
}
.grid-space-10 .box-style-1 {
	margin: 10px 0;
}
.box-style-1 i {
	font-size: 90px;
	margin: 15px 0 5px;
	text-align: center;
}
.box-style-1:not(.team-member):hover i {
	color: #97BC23;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.box-style-1.default-bg:hover i,
.box-style-1.dark-bg:hover i {
	color: inherit;
}
.box-style-2 {
	margin-top: 20px;
}
.box-style-2 i {
	font-size: 36px;
	line-height: 60px;
}
.box-style-2 .icon-container {
	float: left;
	width: 60px;
	height: 60px;
	text-align: center;
	border: 1px solid transparent;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.box-style-2 .body {
	margin-left: 80px;
}
.box-style-2 h2 {
	font-size: 24px;
	margin-top: 0;
}
.box-style-2:hover .icon-container {
	border: 1px solid #666;
}
.box-style-2:hover .default-bg {
	background-color: #fff;
	border: 1px solid #97BC23;
}
.box-style-2:hover .default-bg * {
	color: #97BC23;
}
.box-style-2:hover .dark-bg {
	background-color: #fff;
	border: 1px solid #666;
}
.box-style-2:hover .dark-bg * {
	color: #666;
}
.box-style-2:hover .white-bg * {
	color: #97BC23;
}
.box-style-3 {
	margin-top: 20px;
}
.box-style-3 i {
	font-size: 22px;
	line-height: 45px;
}
.box-style-3 .icon-container {
	float: left;
	width: 45px;
	height: 45px;
	text-align: center;
	border: 1px solid transparent;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.box-style-3 .body {
	margin-left: 80px;
}
.box-style-3 h2 {
	font-size: 20px;
	margin-top: 0;
}
.box-style-3:hover .icon-container {
	border: 1px solid #666;
}
.box-style-3:hover .default-bg {
	background-color: #fff;
	border: 1px solid #97BC23;
}
.box-style-3:hover .default-bg * {
	color: #97BC23;
}
.box-style-3:hover .dark-bg {
	background-color: #fff;
	border: 1px solid #666;
}
.box-style-3:hover .dark-bg * {
	color: #666;
}
.box-style-3:hover .white-bg * {
	color: #97BC23;
}
.panel-body i {
	width: 35px;
	text-align: center;
}

/* Small devices (tablets, 768px and up) */
@media (min-width:768px) {
	.box-style-3.right .icon-container {
		float: right;
	}
	.box-style-3.right .body {
		margin-right: 80px;
		text-align: right;
		margin-left: 0;
	}
}

/* Image Boxes
---------------------------------- */
.image-box {
	background-color: #fafafa;
	border: 1px solid #f3f3f3;
}
.grid-space-0 .image-box {
	border: none;
}
.image-box h3.title {
	margin-top: 0;
}
.image-box .btn {
	white-space: normal;
	border-color: transparent;
}
.image-box .btn-block {
	margin: 0;
}
.image-box-body {
	padding: 20px 15px 15px;
}

/* Tags cloud block
---------------------------------- */
.tags-cloud {
	font-size: 0;
}
.tag {
	display: inline-block;
	margin: 0 3px 3px 0;
}
.tag a {
	padding: 5px 10px;
	color: #999;
	display: block;
	font-size: 12px;
	background-color: #fafafa;
	border: 1px solid #f3f3f3;
}
.tag a:hover {
	color: #ffffff;
	background-color: #97BC23;
	border-color: #97BC23;
	text-decoration: none;
}
footer:not(.light) .footer-content .tag a,
.dark-bg .tag a {
	background-color: transparent;
	border-color: #555;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

/* Social icons block
---------------------------------- */
.social-links {
	list-style: none;
	font-size: 0;
	padding: 0;
	margin: 40px 0 20px 0;
}
.social-links li {
	display: inline-block;
	margin: 0 2px 2px 0;
}
.social-links li a {
	width: 45px;
	height: 45px;
	display: block;
	text-align: center;
	font-size: 20px;
	background: #97BC23;
	border: 1px solid #97BC23;
	color: #fff;
}
.social-links.large li a {
	width: 60px;
	height: 60px;
	font-size: 24px;
}
.team-list .social-links li a {
    width: 35px !important;
    height: 35px !important;
    display: block;
    text-align: center;
    font-size: 17px;
    background: #97BC23 none repeat scroll 0% 0%;
    border: 1px solid #97BC23;
    color: #FFF;
}
.team-list .social-links li a i {
    line-height: 36px;
}
.social-links.light li a {
	background: #fafafa;
	border: 1px solid #f3f3f3;
	color: inherit;
}
.social-links.dark li a {
	background: #454545;
	border: 1px solid #333333;
	color: #acacac;
}
.social-links.radius-5px li a {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.social-links.circle li a {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.social-links li a:hover {
	background-color: transparent;
	border-color: #cd3c2e;
	color: #cd3c2e;
}
.social-links.dark li a:hover {
	background: #fafafa;
	border: 1px solid #acacac;
	color: inherit;
}
.social-links.light li a:hover {
	border: 1px solid #d2d2d2;
	color: #333333;
}
.social-links li a i {
	line-height: 44px;
}
.social-links.large li a i {
	line-height: 60px;
}
.header-top .social-links {
	margin: 0;
}
.header-top .social-links li {
	padding: 3px 5px 2px;
	border-right: 1px solid #e3e3e3;
	margin: 0;
}
.header-top .social-links li:hover {
	background-color: #fafafa;
}
.header-top .social-links li a {
	font-size: 16px;
}
.header-top .social-links li:last-child {
	border-right: none;
}
.header-top .social-links li a {
	border: none;
	width: 25px;
	height: 30px;
	color: #999999;
	background-color: transparent;
	border-color: transparent;
}
.header-top .social-links li a:hover {
	color: #cd3c2e;
}
.header-top .social-links li a i {
	line-height: 30px;
}
.dark.header-top .social-links li {
	border-right: 1px solid #3d3d3d;
}
.dark.header-top .social-links li:last-child {
	border-right: none;
}
.dark.header-top .social-links li:hover {
	background-color: transparent;
}
.dark.header-top .social-links li a {
	color: #999999;
}
.footer-content .social-links {
	margin: 20px 0;
}
.footer-content .social-links li {
	margin: 0 5px 5px 0;
}
.footer-content .social-links li a {
	color: #666;
	background-color: transparent;
	border-color: #666;
}
.footer-content .social-links li a:hover {
	color: #fff;
	background-color: #666;
	border-color: #666;
}
footer .widget-title {
  margin-top: 0;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
}
footer .footer-content .widget ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
footer .widget .cw-tags a {
  color: #bfbfbf;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: inline-block;
  padding: 3px 16px;
  font-size: 14px;
  line-height: 22px;
  margin: 0 1px 6px 0;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-transition: background 0.3s, color 0.3s, border-color 0.3s;
          transition: background 0.3s, color 0.3s, border-color 0.3s;
}
footer .widget .cw-tags a:hover {
  background: #97BC23;
  border-color: #97BC23;
  color: #fff;
}
.widget ul li:hover a {
  color: #97BC23;
}
#logo-footer{
	width: 70%;
margin-left: -16px !important;
}
.pdtop{
padding-top: 35px;
}
.widget ul li:hover:before {
  left: 5px;
  color: #97BC23;
}
.social-links li.twitter a:hover,
.colored.social-links li.twitter a {
	background-color: #55acee;
	border-color: #55acee;
	color: #fff;
}
.social-links li.skype a:hover,
.colored.social-links li.skype a {
	background-color: #00aff0;
	border-color: #00aff0;
	color: #fff;
}
.social-links li.linkedin a:hover,
.colored.social-links li.linkedin a {
	background-color: #0976b4;
	border-color: #0976b4;
	color: #fff;
}
.social-links li.googleplus a:hover,
.colored.social-links li.googleplus a {
	background-color: #dd4b39;
	border-color: #dd4b39;
	color: #fff;
}
.social-links li.youtube a:hover,
.colored.social-links li.youtube a {
	background-color: #b31217;
	border-color: #b31217;
	color: #fff;
}
.social-links li.flickr a:hover,
.colored.social-links li.flickr a {
	background-color: #ff0084;
	border-color: #ff0084;
	color: #fff;
}
.social-links li.facebook a:hover,
.colored.social-links li.facebook a {
	background-color: #3b5998;
	border-color: #3b5998;
	color: #fff;
}
.social-links li.pinterest a:hover,
.colored.social-links li.pinterest a {
	background-color: #cb2027;
	border-color: #cb2027;
	color: #fff;
}
.social-links li.instagram a:hover,
.colored.social-links li.instagram a {
	background-color: #517fa4;
	border-color: #517fa4;
	color: #fff;
}
.social-links li.vimeo a:hover,
.colored.social-links li.vimeo a {
	background-color: #aad450;
	border-color: #aad450;
	color: #fff;
}
.social-links li.tumblr a:hover,
.colored.social-links li.tumblr a {
	background-color: #32506d;
	border-color: #32506d;
	color: #fff;
}
.social-links li.soundcloud a:hover,
.colored.social-links li.soundcloud a {
	background-color: #ff3a00;
	border-color: #ff3a00;
	color: #fff;
}
.social-links li.foursquare a:hover,
.colored.social-links li.foursquare a {
	background-color: #0072b1;
	border-color: #0072b1;
	color: #fff;
}
.social-links li.dribbble a:hover,
.colored.social-links li.dribbble a {
	background-color: #ea4c89;
	border-color: #ea4c89;
	color: #fff;
}
.social-links li.behance a:hover,
.colored.social-links li.behance a {
	background-color: #053eff;
	border-color: #053eff;
	color: #fff;
}
.social-links li.vine a:hover,
.colored.social-links li.vine a {
	background-color: #00a478;
	border-color: #00a478;
	color: #fff;
}
.social-links li.stumbleupon a:hover,
.colored.social-links li.stumbleupon a {
	background-color: #f74425;
	border-color: #f74425;
	color: #fff;
}
.header-top .social-links li.twitter a:hover {
	color: #55acee;
	background-color: transparent;
	border-color: transparent;
}
.header-top .social-links li.skype a:hover {
	color: #00aff0;
	background-color: transparent;
	border-color: transparent;
}
.header-top .social-links li.linkedin a:hover {
	color: #0976b4;
	background-color: transparent;
	border-color: transparent;
}
.header-top .social-links li.googleplus a:hover {
	color: #dd4b39;
	background-color: transparent;
	border-color: transparent;
}
.header-top .social-links li.youtube a:hover {
	color: #b31217;
	background-color: transparent;
	border-color: transparent;
}
.header-top .social-links li.flickr a:hover {
	color: #ff0084;
	background-color: transparent;
	border-color: transparent;
}
.header-top .social-links li.facebook a:hover {
	color: #3b5998;
	background-color: transparent;
	border-color: transparent;
}
.header-top .social-links li.pinterest a:hover {
	color: #cb2027;
	background-color: transparent;
	border-color: transparent;
}
.header-top .social-links li.instagram a:hover {
	color: #517fa4;
	background-color: transparent;
	border-color: transparent;
}
.header-top .social-links li.vimeo a:hover {
	color: #aad450;
	background-color: transparent;
	border-color: transparent;
}
.header-top .social-links li.tumblr a:hover {
	color: #32506d;
	background-color: transparent;
	border-color: transparent;
}
.header-top .social-links li.soundcloud a:hover {
	color: #ff3a00;
	background-color: transparent;
	border-color: transparent;
}
.header-top .social-links li.foursquare a:hover {
	color: #0072b1;
	background-color: transparent;
	border-color: transparent;
}
.header-top .social-links li.dribbble a:hover {
	color: #ea4c89;
	background-color: transparent;
	border-color: transparent;
}
.header-top .social-links li.behance a:hover {
	color: #053eff;
	background-color: transparent;
	border-color: transparent;
}
.header-top .social-links li.vine a:hover {
	color: #00a478;
	background-color: transparent;
	border-color: transparent;
}
.header-top .social-links li.stumbleupon a:hover {
	color: #f74425;
	background-color: transparent;
	border-color: transparent;
}
.social-links .dropdown>button {
	padding: 6px 15px 5px;
	font-size: 16px;
	color: #999;
	text-align: center;
	min-width: 0;
	margin: 0;
	background-color: transparent;
	-moz-box-shadow: none !important;
	-o-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
.social-links .dropdown>button i {
	width: 15px;
}
.social-links .dropdown.open>button>i:before {
	content: "\f00d";
	color: #97BC23;
}
.social-links .dropdown-menu {
	z-index: 103;
	padding: 0px;
	min-width: 290px;
	margin-top: 1px;
	font-size: 0;
	box-shadow: none;
	background-color: #fafafa;
}
.social-links .dropdown-menu li a,
.social-links .dropdown-menu li a i {
	padding: 0;
}

/* Header top dropdowns
---------------------------------- */
.header-top-dropdown {
	float: right;
	font-size: 0;
	text-align: right;
}
.header-top-dropdown .dropdown>button {
	border-right: 1px solid #e3e3e3;
	border-left: 1px solid transparent;
}
.dark .header-top-dropdown .dropdown>button {
	border-right: 1px solid #515151;
}
.header-top-dropdown .dropdown:last-child>button {
	border-right-color: transparent;
}
.header-top-dropdown .dropdown>button {
	padding: 8px 10px;
	margin: 0;
	font-size: 12px;
	color: #999;
	text-align: center;
	min-width: 0;
	background-color: transparent;
	-moz-box-shadow: none !important;
	-o-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	text-transform: none;
}
.dark.header-top .header-top-dropdown .dropdown>button {
	border-right: 1px solid #3d3d3d;
}
.dark.header-top .header-top-dropdown .dropdown:last-child>button {
	border-right-color: transparent;
}
.header-top-dropdown .dropdown>button i {
	padding-right: 5px;
	width: 15px;
}
.header-top-dropdown .dropdown.open>button,
.header-top-dropdown .dropdown>button:hover {
	color: #97BC23;
	background-color: #fafafa;
	border-right-color: #e3e3e3;
}
.dark.header-top .header-top-dropdown .dropdown.open>button,
.dark.header-top .header-top-dropdown .dropdown>button:hover {
	color: #FFFFFF!important;
	background-color: #36373C;
	border-right-color: #3d3d3d;
}
.dark.header .header-top-dropdown .dropdown.open>button,
.dark.header .header-top-dropdown .dropdown>button:hover {
	color: #FFFFFF!important;
	background-color: #36373C;
	border-right-color: #515151;
}
.header-top-dropdown .dropdown:fim-child.open>button,
.header-top-dropdown .dropdown:fim-child>button:hover {
	border-left-color: #e3e3e3;
}
.dark.header-top .header-top-dropdown .dropdown:fim-child.open>button,
.dark.header-top .header-top-dropdown .dropdown:fim-child>button:hover {
	border-left-color: #3d3d3d;
}
.header .header-top-dropdown .dropdown>button {
	padding: 3px 10px;
}
.header .header-top-dropdown .dropdown.open>button,
.header .header-top-dropdown .dropdown>button:hover {
	background-color: transparent;
}
.header .header-top-dropdown .dropdown:fim-child.open>button,
.header .header-top-dropdown .dropdown:fim-child>button:hover {
	border-left-color: transparent;
}
.header .header-top-dropdown .dropdown:last-child.open>button,
.header .header-top-dropdown .dropdown:last-child>button:hover {
	border-right-color: transparent;
}
.header .header-top-dropdown .dropdown-menu {
	margin-top: 27px;
}
.header-top-dropdown .dropdown-menu {
	z-index: 999;
	padding: 20px;
	min-width: 280px;
	margin-top: -15px;
}
.header-top-dropdown .search-box .form-group {
	margin-bottom: 0;
}
.header-top-dropdown form {
	margin: 0;
}
.header-top-dropdown .login-form span {
	margin: 0 3px;
}
.header-top-dropdown .login-form ul {
	padding-left: 0;
	list-style-position: inside;
	padding: 5px 0;
}
.header-top-dropdown .login-form .social-links {
	display: inline-block;
	margin: 0;
}
.dark .header-top-dropdown .login-form a {
	color: #cdcdcd;
	text-decoration: underline;
}
.dark .header-top-dropdown .login-form a:hover {
	text-decoration: none;
}
.header .header-top-dropdown {
	margin-top: 19px;
}
.dark.header .header-top-dropdown {
	color: #cdcdcd;
}
.fixed-header-on .header .header-top-dropdown {
	margin-top: 13px;
}
.fixed-header-on .header .header-top-dropdown .dropdown-menu {
	margin-top: 19px;
}

/* Small devices (tablets, 480px and below) */
@media (max-width: 480px) {
	.header-top-dropdown .btn-group {
		position: static;
	}
	.header-top-dropdown .dropdown-menu {
		right: 15px!important;
		width: 100%;
	}
}

/* Full Width Content
---------------------------------- */
.full-width-section {
	position: relative;
}
.full-text-container {
	position: absolute;
	top: 30%;
	padding: 20px 40px;
	background-color: rgba(255,255,255,0.6);

}

/* Large devices */
@media (min-width: 1200px) { 
	.full-width-section {
		position: relative;
		display: table;
		table-layout: fixed;
		width: 100%;
	}
	.full-image-container {
		width: 50%;
		display: table-cell;
	}
	.full-text-container {
		display: table-cell;
		vertical-align: middle;
		width: 50%;
		padding: 0 50px;
		position: static;
	}
	.full-text-container * {
		max-width: 700px;
	}
	.full-text-container.left {
		text-align: right;
	}
	.full-text-container.left * {
		margin-left: auto;
	}
	.full-text-container p {
		margin-bottom: 10px;
	}
}

@media (max-width: 1199px) { 
	.full-width-section .separator-2.right {
		margin-left: 0;	
	}
}

@media (max-width: 991px) { 
	.full-text-container {
		top: 0;
		height: 100%;
		padding: 0 20px;
	}
	.full-text-container h1 {
		font-size: 28px;
	}
}
@media (max-width: 480px) {
	.full-text-container p:not(.lead) {
		display: none;
	}
}
/* Sidebar/footer gallery block
---------------------------------- */
.gallery.row {
	margin-left: -5px;
	margin-right: -5px;
}
.gallery-item {
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 10px;
}

/* Form Block
---------------------------------- */
.form-block {
	width: 630px;
	border: 1px solid #f1f1f1;
	background-color: #ffffff;
	padding: 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.form-block form {
	margin: 0;
}
.form-block ul {
	padding-left: 0;
	list-style-position: inside;
}
.form-block hr {
	margin-top: 10px;
	margin-bottom: 15px;
}
.form-block .social-links {
	margin: 10px 0 0 10px;
	display: inline-block;
}
@media (max-width: 767px) { 
	.form-block {
		width: 90%;
	}
}
/* Latest tweets block
---------------------------------- */
ul.tweets {
	list-style: none;
	padding: 0;
}
ul.tweets li {
	margin-bottom: 20px;
	position: relative;
	padding-left: 35px;
}
ul.tweets li i {
	position: absolute;
	top: 4px;
	left: 0;
	width: 25px;
	height: 25px;
	text-align: center;
	color: #666666;
}
ul.tweets li p {
	margin-bottom: 5px;
}
ul.tweets li span {
	font-size: 12px;
	color: #666666;
}

/* Dates
----------------------------------------------------------- */	

.date_wrapper {
width:60px;
text-align:center;
line-height:100%;
}
.main-event{
padding: 40px 0px;
}
.right_border{
padding-right: 50px;
border-right: 1px solid #EBE8E8;
margin-right: 25px;
}

@media(max-width: 980px) {
	.right_border{
		border-right: 1px solid #97BC23 !important;
	}
}

.date_top {
background:#ddd;
padding:6px;
color:#FFFFFF;
font-size:11px;
}

.date_bottom {
border:solid 1px #EBE8E8;
border-top:none;
color:#ddd;
font-size:24px;
padding:8px;
padding-bottom:12px;
}

.date_outer_wrap .date_wrapper {
float:left;
margin-right:20px;
}

.date_text_wrap {
float:left;
}

.date_text1 {
color:#000000;
display:block;
font-weight:500;
margin-top:7px;
font-size:16px;
}

.date_text1 a {
color: #fff;
text-decoration: none;
font-weight: 600;
text-transform: uppercase;
}
.date_text2 {
color: #ddd !important;
}

/* Testimonials
---------------------------------- */
ul.testimonial-dotted {
	overflow:hidden;
}
ul.testimonial-dotted>li {
	padding-top:30px;
	padding-bottom:30px;
}
ul.testimonial-dotted>li figure {
	text-align:center;
	display:block;
}
ul.testimonial-dotted>li img {
	display:inline-block;
}
ul.testimonial-dotted>li:after {
	content: '';
	position: absolute;

	width: 100%;
	height: 0;
	top: auto;
	left: 0;
	bottom: -1px;
	border-bottom: 1px dashed rgba(0,0,0,0.3);
}
ul.testimonial-dotted>li:before {
	content: '';
	position: absolute;
	height: 100%;
	top: 0;
	left: -1px;
	border-left: 1px dashed rgba(0,0,0,0.3);
}

	section.dark ul.testimonial-dotted>li:after {
		border-bottom: 1px dashed rgba(255,255,255,0.3);
	}
	section.dark ul.testimonial-dotted>li:before {
		border-left: 1px dashed rgba(255,255,255,0.3);
	}

div.testimonial p {
	margin-top:0;
}

div.testimonial>figure>img {
	width:65px;
	height:65px;

	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
}
#test2 .testimonial>figure>img {
	width:100%;
    height:auto;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
			border-radius: 50%;
}

.testimonial cite {
	font-weight:bold;
	text-shadow:none;
}
.testimonial cite span {
	display:block;
	color:#888;
	font-size:12px;
	font-weight:300;
}
	section.parallax .testimonial cite span {
		color:#ddd;
	}
.testimonial-content {
	position:relative;
	padding-left:75px;
}
.test-slider{
	background: #333333 url('../images/backgrounds/bg6.jpg') center center fixed no-repeat;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	padding: 100px 0;
}
.testimonial-slider {
  color: #fff;
}
 .testimonial-slider blockquote {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.5);
}
.testimonial-slider blockquote:before,
 .testimonial-slider blockquote:after {
  color: #fff;
}
.testimonial-slider .client-info {
  color: #fff;
}
.testimonial-slider .client-info:before {
  background-color: #fff;
}
.testimonial-slider .client-info:after {
  background-color: rgba(255, 255, 255, 0.4);
}
.testimonial-slider {
  max-width: 600px;
  text-align: center !important;
  margin: 0 auto;
}
.testimonial-slider blockquote {
  border-width: 0;
  padding: 0 40px;
  margin-bottom: 20px;
  background-color: transparent;
  position: relative;
}
.testimonial-slider blockquote:before {
  content: '\f10d';
  font-family: "FontAwesome";
  font-size: 14px;
  line-height: 28px;
  position: absolute;
  top: 75%;
  left: 0;
  margin-top: -14px;
  color: #97BC23;
}
.testimonial-slider blockquote:after {
  content: '\f10e';
  font-family: "FontAwesome";
  font-size: 14px;
  line-height: 28px;
  position: relative;
  top: 50%;
  right: 0;
  margin-top: -14px;
  color: #97BC23;
  left: 35%;
}
.testimonial-slider img {
  margin-bottom: 10px;
  border-radius: 50%;
  width: 120px;
  height:auto;
  display: table;
  margin: 0px auto;
}
.testimonial-slider .client-info {
  position: relative;
}
.testimonial-slider .client-info:after {
  content: '';
  width: 150px;
  height: 1px;
  background-color: #f1f1f1;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -75px;
}
.testimonial-slider .client-info:before {
  content: '';
  width: 40px;
  height: 1px;
  background-color: #97BC23;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -20px;
  z-index: 1;
}
.testimonial-slider .client-info strong {
  font-size: 17px;
  line-height: 25px;
  font-weight: 700;
}
.testimonial-slider .client-info p {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.testimonial-slider .client-info p:before {
  content: '- ';
}
.client-testimonial ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.client-testimonial ul li {
  display: block;
  margin: 0;
  padding: 0;
}
.testimonials-container {
    text-align: center;
}
.testimonials-container.testimonials-container-style2 {
  /*padding-top: 92px;
  padding-bottom: 90px;*/
  color: white;
}
.testimonials-container.testimonials-container-style2 .testimonial {
  padding-top: 8px;
  margin-bottom: 50px;
}
.testimonials-container.testimonials-container-style2 .testimonial .client-avatar {
  display: inline-block;
  width: 135px;
  height: 135px;
  -webkit-box-shadow: 0 0 0 8px rgba(249, 249, 249, 0.5);
  -moz-box-shadow: 0 0 0 8px rgba(249, 249, 249, 0.5);
  box-shadow: 0 0 0 8px rgba(249, 249, 249, 0.5);
  -webkit-border-radius: 50em;
  -moz-border-radius: 50em;
  border-radius: 50em;
}
.testimonials-container.testimonials-container-style2 .testimonial .client-avatar img {
  -webkit-border-radius: 50em;
  -moz-border-radius: 50em;
  border-radius: 50em;
}
.testimonials-container.testimonials-container-style2 .testimonial p {
  margin-bottom: 0;
}
.testimonials-container.testimonials-container-style2 .testimonial .client-info {
  margin-top: 32px;
  margin-bottom: 29px;
}
.testimonials-container.testimonials-container-style2 .testimonial .client-info .client-name {
  font-family: 'Lobster', serif;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 5px;
  display: inline-block;
}
.testimonials-container.testimonials-container-style2 .testimonial .client-info .client-name:after {
  font-family: 'Ubuntu', sans-serif;
  content: "|";
  margin-left: 9px;
  margin-right: 1px;
}
.testimonials-container.testimonials-container-style2 .testimonial .client-info .client-job {
  display: inline-block;
}

ul.testimonial-dotted {
    overflow: hidden;
}
ul.testimonial-dotted>li {
    padding-top: 30px;
    padding-bottom: 30px;
}
ul.testimonial-dotted>li figure {
    text-align: center;
    display: block;
}
ul.testimonial-dotted>li img {
    display: inline-block;
}
ul.testimonial-dotted>li:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 0;
    top: auto;
    left: 0;
    bottom: -1px;
    border-bottom: 1px dashed rgba(0, 0, 0, .3);
}
ul.testimonial-dotted>li:before {
    content: '';
    position: absolute;
    height: 100%;
    top: 0;
    left: -1px;
    border-left: 1px dashed rgba(0, 0, 0, .3);
}
section.dark ul.testimonial-dotted>li:after {
    border-bottom: 1px dashed rgba(255, 255, 255, .3);
}
section.dark ul.testimonial-dotted>li:before {
    border-left: 1px dashed rgba(255, 255, 255, .3);
}
div.testimonial p {
    margin-top: 0;
}

.testimonial cite {
    font-weight: 700;
    text-shadow: none;
}
.testimonial cite span {
    display: block;
    color: #888;
    font-size: 12px;
    font-weight: 300;
}
section.parallax .testimonial cite span {
    color: #ddd;
}
.testimonial-content {
    position: relative;
    padding-left: 75px;
}
div.owl-carousel.owl-testimonial .testimonial {
    margin-bottom: 50px;
    display: block;
}
div.owl-carousel.owl-mini-testimonial, div.owl-carousel.owl-mini-testimonial .testimonial-content {
    text-align: left;
}
div.owl-carousel.owl-mini-testimonial .testimonial {
    margin-bottom: 30px;
}
div.owl-carousel.owl-mini-testimonial .testimonial img {
    float: left;
    margin-right: 20px;
}
div.owl-carousel.owl-mini-testimonial .testimonial p {
    margin: 0;
}
div.owl-carousel.owl-mini-testimonial .owl-controls {
    text-align: right;
}
div.owl-carousel.owl-mini-testimonial .owl-controls .owl-page span {
    width: 6px;
    height: 6px;
    margin: 5px 4px;
}
div.testimonial-bordered {
    border: 2px solid #eaeaea;
    padding: 30px 15px;
    margin: 30px 0;
}
section.dark div.testimonial-bordered {
    border-color: #666;
    background-color: rgba(0, 0, 0, .1);
}
.testimonial {
	margin: 25px 0;
}
.well .testimonial,
.owl-item .testimonial {
	margin: 0;
}
.testimonial h2 {
	margin-bottom: 25px;
}
.testimonial-image {
	max-width: 160px;
	float: left;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.testimonial-body {
	padding: 15px;
}
.testimonial-image + .testimonial-body {
	margin-left: 180px;
}
.testimonial-info-1 {
	font-size: 13px;
	color: #000;
	font-style: italic;
}
.testimonial-info-2 {
	font-size: 13px;
	color: #000;
	font-weight: 700;
}
.dark-bg .testimonial-info-1,
.dark-bg .testimonial-info-2,
.default-bg .testimonial-info-1,
.default-bg .testimonial-info-2,
.dark-translucent-bg .testimonial-info-1,
.dark-translucent-bg .testimonial-info-2 {
	color: inherit;
}

/* Extra small devices (phones, less than 480px) */
@media (max-width:480px) {
	.testimonial-image {
		max-width: 80px;
	}
	.testimonial-image + .testimonial-body {
		padding: 0 15px;
		margin-left: 100px;
	}
}

/* SIMPLE TESTIMONIAL WITH ICON 
============================================================================= */
.testimonial.testimonial-icon .testimonial-container {
  background-color: #f6f6f6;
  padding: 25px;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  margin-bottom: 25px;
}
.testimonial.testimonial-icon .testimonial-container::after {
  content: '';
  position: absolute;
  height: 0;
  width: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #f6f6f6;
  left: 20px;
  bottom: 0;
  margin-bottom: -10px;
}
.testimonial.testimonial-icon .author {
  position: relative;
  text-align: left;
  padding-left: 10px;
}
.testimonial.testimonial-icon .author span {
  padding-left: 25px;
}
.testimonial.testimonial-icon .author::before {
  position: absolute;
  display: block;
  content: "\f007";
  font-family: 'FontAwesome';
  font-size: 20px;
  font-style: normal;
}

/* Isotope filtering
---------------------------------- */
.isotope-container {
	display: none;
	margin-bottom: 40px;
}
.boxed .isotope-container.grid-space-0 .image-box img {
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1.0, 1.0);
}
.isotope-item {
	margin-bottom: 30px;	
}
.grid-space-20 .isotope-item {
	margin-bottom: 20px;
}
.grid-space-10 .isotope-item {
	margin-bottom: 0;
}

/* Small devices (tablets, phones less than 767px) */
@media (max-width:767px) {
	.isotope-item {
		max-width: 100%;
	}
}

/*Custom*/
.custom-background.dark {
    color: #EEE;
}
.custom-background[class*="col"] {
    padding: 50px 30px;
}
.bkg-green {
    background-color: #187C93 !important;
}
.bkg-green-2 {
    background-color: #58ABB0 !important;
}
.bkg-blue {
    background-color: #117DC2 !important;
}
.bkg-blue-2 {
    background-color: #5881B0 !important;
}
.page-content.dark span, .page-content.dark p, .page-content.dark label, .custom-background.dark span, .custom-background.dark p, .custom-background.dark span, .custom-background.dark label, .custom-background.dark li, .custom-background.dark a, .custom-background.dark {
    color: #EEE;
}
.custom-background.dark h4, .custom-background.dark h5, .custom-background.dark h6 {
    color: #FFF;
}
.map-show {
    height: 500px;
}
.map-show {
    width: 100%;
    height: 300px;
}

/*Fun facts*/
.numbers-counter {
  width: 100%;
  text-align: center;
}
.numbers-counter i {
  font-size: 52px;
  margin-bottom: 20px;
  display: block;
  width: 100%;
}
.numbers-counter .timer-container {
  font-size: 32px;
  font-weight: 600;
  position: relative;
  margin-bottom: 30px;
  color: #252525;
}
.numbers-counter h5 {
  text-transform: uppercase;
  font-size: 15px;
  margin-bottom: 0;
}
.numbers-counter.simple .timer-container::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -15px;
  width: 30px;
  height: 2px;
  background-color: #252525;
}
.custom-background.dark .numbers-counter i {
  color: #fff;
}
.custom-background.dark .numbers-counter .timer-container,
.page-content.dark .numbers-counter .timer-container {
  color: #fff;
}
.custom-background.dark .numbers-counter i,
.page-content.dark .numbers-counter i {
  color: #fff;
}
.custom-background .numbers-counter.simple .timer-container::after,
.page-content.dark .numbers-counter.simple .timer-container::after {
  background-color: #ddd;
}
.numbers-counter.box {
  border: 1px solid #ccc;
  padding: 30px 20px;
}
.custom-background.dark .numbers-counter.box,
.page-content.dark .numbers-counter.box {
  border-color: #fff;
}
.numbers-counter.small-icons .timer-container {
  font-size: 48px;
}
.timer.number {
  color: #252525;
  font-weight: 600;
}
.numbers-counter.small-icons .counter-info {
  display: table;
  margin: 0 auto;
}
.numbers-counter.small-icons .counter-info h5 {
  padding-left: 50px;
  text-align: left;
  line-height: 40px;
}
.numbers-counter.small-icons i {
  background-color: #333;
  color: #fff;
  padding: 12px 5px;
  font-size: 15px;
  width: 40px;
  float: left;
}
.fun-fact-wrap {
  background: url(../img/showcase-4.jpg);
  background-repeat: repeat !important;
  padding-top: 100px;
  padding-bottom: 70px;
}

.facts-in {
  text-align: center;
}

.facts-in h3 {
  margin-bottom: 25px;
  font-size: 50px;
  font-weight: 700;
  color: #fff;
}

.facts-in h3 i {
  font-size: 40px;
  margin-right: 20px;
  color: #97BC23;
}

.facts-in h4 {
  margin-bottom: 0px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

@media (max-width: 992px) {
  .facts-in {
    margin-bottom: 70px;
  }
}
.fun-facts-bg {
  background: #97BC23;
}
/* Stats
---------------------------------- */
.spo-counter{
	background: #333333 url('../images/backgrounds/bg9.jpg') center center fixed no-repeat;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	padding: 120px 0;
}
.spo-counter-item{
	text-align: center;
	color: #ffffff;
}
.spo-counter-item .timer{
	font-size: 3em;
	display: block;
	margin-bottom: 20px;
	position: relative;
}
.spo-counter-item .timer:after{
	border-top: 2px solid #ffffff;
	content: "";
	display: block;
	width: 30px;
	height: 0;
	margin: 20px auto;
}
.spo-counter-item span{
	font-size: 1.3em;
	text-transform: uppercase;
}
.spo-counter-item-icon{
	background: rgba(0,0,0,.5);
	border-radius: 100%;
	width:  90px;
	height: 90px;
	line-height: 90px;
	display: inline-block;
	font-size: 2.8em;
	margin-bottom: 20px;
}
.count-container {
    margin-bottom: 50px;
}
.count-box-icon {
    padding-top: 60px;
    padding-bottom: 30px;
}
.count-box-icon .count-icon {
    display: inline-block;
    position: absolute;
    top: -36px;
    left: 50%;
    width: 90px;
    height: 72px;
    line-height: 72px;
    margin-left: -45px;
    border: 2px solid #EAEAEA;
    background-color: #FFF;
}
.count-icon {
    font-size: 36px;
    margin-bottom: 20px;
    color: #4A4A4A;
}
.count-box .count {
    margin-bottom: 20px;
}
.count {
    display: inline-block;
    font: 700 36px/1 Raleway,Verdana,sans-serif;
    margin-bottom: 30px;
}
.count-box h3 {
    margin-bottom: 0px;
}
.count, .count-container h3 {
    z-index: 5;
    position: relative;
}
.count-box{
    border: 2px solid #EAEAEA;
}
.stat-num {
	font-size: 36px;
	font-weight: 700;
	display: block;
}


/* Pricing tables
---------------------------------- */
div.price-table {
	background:rgba(0,0,0,0.03);
	margin:30px 0;
	text-align:center;
	padding-bottom:30px;
	border-left:#fff 1px solid;
}

div.row.pricetable-container {
	padding:0 15px;
}
	div.price-table h3 {
		font-size:25px;
		line-height:25px;
		padding:30px 0;
		border-bottom: rgba(0,0,0,0.1) 2px solid;
		text-transform:uppercase;
		font-weight:300;
	}
	div.price-table p {
		color: #666;
		font-size: 36px;
		line-height:36px;
		padding: 30px 0;
		font-weight: 400;
		width: 150px;
		height: 150px;
		padding-top: 53px;
		display: inline-block;
		background-color: rgba(0,0,0,0.05);
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		margin-top:0;
	}
	div.price-table p span {
		display:block;
		font-size:10px;
		line-height:16px;
		font-weight:300;
		text-transform:uppercase;
	}
	div.price-table ul {
		margin:0;
		padding:0;
	}
	div.price-table ul li {
		list-style:none;
		font-size:12px;
		border-bottom: rgba(0,0,0,0.1) 1px solid;
		padding:8px;
		text-transform:uppercase;
	}
	div.price-table.popular,
	div.price-table.popular ul li,
	div.price-table.popular p,
	div.price-table.popular p span,
	div.price-table.popular h3 {
		color:#fff;
	}
	div.price-table.popular {
		background:#676767;
	}
	div.price-table .btn {
		margin-top:30px;
	}
	div.price-table .btn-primary {
		background-color:#333;
		border:0;
	}

section.dark div.price-table { 
	border-left-color:#212121;
	background-color:#444;
}
section.dark div.price-table.popular { 
	background-color:#666;
}
section.dark div.price-table h3 {
	border-bottom-color:rgba(255,255,255,0.1);
}
section.dark div.price-table .btn {
	color:#fff;
}
.padding180{
	padding: 180px 0 !important;
}
a.btn-cta-primary, .btn-cta-primary {
    background: #97BC23 none repeat scroll 0% 0%;
    border: 2px solid #97BC23;
    color: #FFF;
}
a.btn-cta, .btn-cta {
    padding: 8px 30px;
}
.btn-cta:hover{
	color:#fff !important;
}
.headline-bg {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 500px;
  background: #253340 url('../images/backgrounds/bg-header-small-1.jpg') no-repeat 50% top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.headline-bg.pricing-headline-bg {
  background-image: url('../images/backgrounds/bg-header-small-2.jpg');
}

.pricing {
  position: relative;
  z-index: 10;
  margin-top: -280px;
}
.pricing-top{
	margin-top: 0px !important;
}
.pricing .title {
  font-size: 36px;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 30px;
  color: #fff;
}
.pricing .intro {
  color: #fff;
  margin-bottom: 80px;
}
.pricing .item {
  padding: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 4px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 4px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 1px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
}
.pricing .item.best-buy {
  top: -15px;
  z-index: 11;
  position: relative;
}
.pricing .item.best-buy .item-inner {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.pricing .item.best-buy .item-inner:hover {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
}
.pricing .item.best-buy .heading {
  padding-top: 45px;
}
.pricing .item.best-buy .content {
  padding-bottom: 45px;
}
.pricing .item .item-inner {
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
  border: 1px solid #eeeeee;
}
.pricing .item .item-inner:hover {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.pricing .item .heading {
  margin-top: 0;
  padding: 30px 15px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.pricing .item .heading .title {
  margin-bottom: 30px;
  padding-bottom: 30px;
  font-weight: 400;
  font-size: 18px;
  border-bottom: 1px dashed #eeeeee;
  color: #444444;
}
.pricing .item .content {
  padding: 30px 15px;
  padding-top: 0;
  font-size: 14px;
}
.pricing .item .price-figure {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 0 auto;
}
.pricing .item .price-figure .number {
  font-size: 42px;
  font-weight: bold;
}
.pricing .item .price-figure .unit {
  font-weight: 400;
  color: #b3b3b3;
}
.pricing .item .price-figure .currency {
  top: -12px;
  right: 2px;
  position: relative;
  font-family: arial, sans-serif;
  color: #666666;
  font-size: 18px;
}
.pricing .item .ribbon {
  position: absolute;
  top: -6px;
  right: -6px;
  width: 110px;
  height: 110px;
  overflow: hidden;
}
.pricing .item .ribbon .text {
  position: relative;
  left: -8px;
  top: 18px;
  width: 158px;
  padding: 10px 10px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background-color: #5d80a1;
  -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
  -moz-transform: rotate(45deg) translate3d(0, 0, 0);
  -ms-transform: rotate(45deg) translate3d(0, 0, 0);
  -o-transform: rotate(45deg) translate3d(0, 0, 0);
}
.pricing .item .ribbon .text:before,
.pricing .item .ribbon .text:after {
  content: '';
  position: absolute;
  bottom: -5px;
  border-top: 5px solid #2e4050;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.pricing .item .ribbon .text:before {
  left: 0;
}
.pricing .item .ribbon .text:after {
  right: 0;
}
.pricing .item .feature-list {
  margin-bottom: 30px;
}
.pricing .item .feature-list li {
  border-bottom: 1px solid #f3f3f3;
  padding: 10px;
}
.pricing .item .feature-list li .fa {
  margin-right: 5px;
  color: #4a6781;
}
.pricing .item .feature-list li.disabled {
  color: #999999;
}
.pricing .item .feature-list li.disabled .fa {
  color: #999999;
}

.pricing-tables {
	margin: 60px 0 0;
}
.plan {
	text-align: center;
	border: 1px solid #c5c5c5;
	border-top: none;
	margin-bottom: 40px !important;
}
.plan + .plan {
	border-left: none;
}
.plan .header {
	padding: 10px 0;
	margin: 0 -1px;
}
.plan .header h3 {
	display: inline-block;
	font-size: 24px;
	margin: 0;
	line-height: 28px;
	font-weight: normal;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	text-shadow: 0px 1px 1px #494949;
}
.plan .header .price {
	display: inline-block;
	font-size: 16px;
	padding: 10px 0 0;
	font-weight: 400;
	color: inherit;
}
.plan .header .price span {
	text-transform: uppercase;
}
.plan ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 14px;
	list-style: none;
}
.plan ul li {
	padding: 12px 0px;
	font-size: 13px;
	line-height: 18px;
	text-shadow: 1px 1px 0 #fff;
}
.plan ul li a.pt-popover {
	color: #000;
	border-bottom: 1px dashed #000;
	position: relative;
}
.plan ul li a.pt-popover:hover {
	text-decoration: none;
}
.plan ul li a.pt-popover:after {
	position: absolute;
	top: 0px;
	left: -15px;
	font-family: "FontAwesome";
	content: "\f059";
	color: #DDDDDD;
	font-size: 12px;
}
.best-value.plan ul li {
	padding: 15px 0;
}
.plan .popover {
	width: 250px;
	font-size: 13px;
	text-align: center;
	border: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.plan .popover-title {
	background-color: #97BC23;
	color: #ffffff;
	text-shadow: none;
	font-size: 13px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.plan .popover-content {
	font-size: 12px;
}
.plan .btn {
	text-shadow: none;
}
.gray .plan {
	border-top: 1px solid #c5c5c5;
	background-color: #f1f1f1;
	-webkit-box-shadow: -1px 0 0px rgba(0, 0, 0, 0.15);
	box-shadow: -1px 0 0px rgba(0, 0, 0, 0.15);
}
.gray .plan .header {
	background: #fafafa;
	border: 1px solid #cacaca;
	width: 150px;
	height: 150px;
	margin: 15px auto;
	border-radius: 100%;
}
.gray .plan .header h3 {
	color: #97BC23;
	display: block;
	margin-top: 30px;
}
.gray .plan .header .price {
	font-size: 24px;
	padding-top: 5px;
}
.gray .plan ul {
	background: #f1f1f1;
	border-top: 1px solid #e4e4e4;
}
.gray .plan ul li {
	border-bottom: 1px solid #e4e4e4;
	border-top: 1px solid #f8f8f8;
	color: #333333;
}
.white .plan {
	border-color: #f3f3f3;
}
.white .plan .header {
	color: #fff;
	background: #97BC23;
}
.white .plan .header h3 {
	color: #fff;
}
.white .plan ul {
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
	background-color: #fbfbfb;
}
.white .plan ul li {
	border-bottom: 1px solid #f5f5f5;
}
.stripped .header {
	background: #97BC23;
	border: none;
	-webkit-box-shadow: 0px 0px 60px #cd3c2e inset;
	-moz-box-shadow: 0px 0px 60px #cd3c2e inset;
	box-shadow: 0px 0px 60px #cd3c2e inset;
	color: #fff;
}
.stripped .header h3 {
	color: #fff;
}
.stripped .plan ul {
	-webkit-box-shadow: 0px 0px 32px 0px #cacaca inset;
	-moz-box-shadow: 0px 0px 32px 0px #cacaca inset;
	box-shadow: 0px 0px 32px 0px #cacaca inset;
	background: #fdfdfd;
}
.stripped .plan ul li {
	border: 1px solid #ececec;
	border-top: none;
	color: #666;
}
.stripped .plan ul li:nth-child(even) {
	-webkit-box-shadow: 0px 0px 40px #e4e4e4 inset;
	-moz-box-shadow: 0px 0px 40px #e4e4e4 inset;
	box-shadow: 0px 0px 40px #e4e4e4 inset;
	background: #ffffff;
	border-right: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
}

/* Small devices (tablets, 768px and up) */
@media (min-width:768px) {
	.best-value.plan {
		top: -30px;
		position: relative;
	}
}

/* Google maps
---------------------------------- */
#map-canvas {
	height: 450px;
}
.sidebar #map-canvas {
	height: 350px;
}
#map-canvas img {
	max-width: inherit;
}

/* Scroll to top
---------------------------------- */
.scrollToTop {
	color: #fff;
	position: fixed;
	bottom: 5px;
	right: 5px;
	width: 50px;
	height: 50px;
	text-align: center;
	cursor: pointer;
	background-color: #000000;
	z-index: 1005;
	display: none;
}
.scrollToTop i {
	line-height: 50px;
	font-size: 24px;
}

/* Small devices (tablets, phones less than 767px) */
@media (max-width:767px) {
	.scrollToTop {
		width: 40px;
		height: 40px;
		background-color: rgba(0, 0, 0, 0.4);
	}
	.scrollToTop i {
		line-height: 40px;
		font-size: 20px;
	}
}

/* 8 Main Slideshow
----------------------------------------------------------------------------- */
/* Slider Revolution
---------------------------------- */
.button2.button--saqui {
	overflow: hidden;
	color: #fff;
	background: #37474f;
	-webkit-transition: background-color 0.3s ease-in, color 0.3s ease-in;
	transition: background-color 0.3s ease-in, color 0.3s ease-in;
}
.button--saqui.button--inverted {
	background: #fff;
	color: #37474f;
}
.button--saqui::after {
	content: attr(data-text);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 1em 2em;
	color: #37474f;
	-webkit-transform-origin: -25% 50%;
	transform-origin: -25% 50%;
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
	-webkit-transition: -webkit-transform 0.3s ease-in;
	transition: transform 0.3s ease-in;
}
.button--saqui.button--inverted::after {
	color: #fff;
}
.button--saqui:hover::after,
.button--saqui:hover {
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.button--saqui:hover {
	background-color: #97BC23;
	color: #97BC23;
}
.button--saqui.button--inverted:hover {
	background-color: #97BC23;
	color: #97BC23;
}
.button--saqui:hover::after {
	-webkit-transform: rotate3d(0, 0, 1, 0deg);
	transform: rotate3d(0, 0, 1, 0deg);
}
.button--text-upper {
	letter-spacing: 2px;
	text-transform: uppercase;
}
.button--text-thick {
	font-weight: 600;
}
.button--size-s {
	font-size: 14px;
}
.button2 {
	float: left;
	min-width: 150px;
	max-width: 250px;
	display: block;
	margin: 1em;
	padding: 1em 2em;
	border: none;
	background: none;
	color: inherit;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}
.button2:focus {
	outline: none;
}
.button2 > span {
	vertical-align: middle;
}




.tp-caption.very_large_text {
	font-family: "Roboto Condensed",sans-serif !important;
	font-size:35px !important;
}
.light_medium_20{
	font-family: "Roboto Condensed",sans-serif !important;
}
.slider-banner-container {
	width: 100%;
	position: relative;
	padding: 0;
}
.slider-banner,
.slider-banner-2,
.slider-banner-3,
.slider-banner-fullscreen {
	width: 100%;
	position: relative;
}
.slider-banner>ul,
.slider-banner-2>ul,
.slider-banner-3>ul,
.slider-banner-fullscreen>ul {
	display: none;
}
.tp-loader.spinner0 {
	background: url("../images/loader.gif") no-repeat center center;
	box-shadow: none;
	-webkit-box-shadow: none;
	-webkit-animation: none;
	animation: none;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	width: 44px;
	height: 44px;
	margin-top: -22px;
	margin-left: -22px;
}
.tp-loader.spinner4 .dot1,
.tp-loader.spinner4 .dot2 {
	background-color: #666666;
	box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 0.80);
	-webkit-box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 0.80);
}
.slideshow-boxed {
	padding: 20px 0 60px;
}
.slideshow-boxed .slider-banner-container {
	padding: 10px;
	background: #fff;
	border: 1px solid #eaeaea;
}
.slideshow-boxed .tp-caption {
	margin-left: 20px !important;
}

/* Slider Revolution captions */
.tp-caption {
	z-index: 5;
}
.tp-caption a.btn,
.tp-caption a.btn:hover {
	color: #ffffff;
}
.default_bg {
	background-color: #97BC23;
	color: #fff;
}
.white_bg {
	background-color: #ffffff;
	color: #333333;
}
.dark_gray_bg {
	background-color: #666666;
	color: #fff;
}
.light_gray_bg {
	/*background-color: #fafafa;*/
	color: #888;
	font-weight:400;
	font-size:18px;
	/*border: 1px solid #f3f3f3!important;*/
	border-left: none!important;
}
.tp-caption.small_thin_white {
	font-size: 18px;
	line-height: 26px;
	color: #ffffff;
	font-weight: 300;
	text-shadow: 1px 1px 1px #000000;
}
.tp-caption.small_thin_dark {
	font-size: 18px;
	line-height: 26px;
	color: #000;
	font-weight: 400;
}
.tp-caption.large {
	font-size: 36px;
	padding: 0px 15px;
}
.tp-caption.medium {
	font-size: 22px;
	padding: 2px 10px;
}
.tp-caption.small {
	font-size: 14px;
	padding: 5px;
}
.tp-caption.black,
.tp-caption .btn.black,
.tp-caption .btn.black:hover {
	color: #333333;
}
/* Large devices (Large desktops less than 1199px) */
@media (max-width:1199px) {
	.tp-caption {
		margin-left: 20px !important;
	}
}

/* Revolution Nav Controls */
.tparrows.round {
	background-image: none;
	width: 50px;
	height: 50px;
	text-align: center;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.5);
	top: 50% !important;
	-webkit-transition: all linear 0.2s;
	-moz-transition: all linear 0.2s;
	-o-transition: all linear 0.2s;
	-ms-transition: all linear 0.2s;
	transition: all linear 0.2s;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
/*.tparrows.round:before {
	font-family: 'fontello';
	font-size: 24px;
	content: '\e87c';
	line-height: 52px;
	display: inline-block;
}
.tparrows.round.tp-rightarrow:before {
	content: '\e87d';
} */
.tparrows.round:hover {
	color: #ffffff;
	background-color: #97BC23;
}
.slideshow-boxed .slider-banner-container .tparrows {
	opacity: 0;
	filter: alpha(opacity=0);
}
.slideshow-boxed .slider-banner-container:hover .tparrows {
	opacity: 1;
	filter: alpha(opacity=100);
}
.tp-bullets {
	z-index: 100;
}
.tp-bullets.simplebullets.round .bullet {
	background-image: none;
	width: 14px;
	height: 14px;
	background: rgba(0, 0, 0, 0.5);
	border: none;
	margin: 0 3px;
	-webkit-transition: all linear 0.2s;
	-moz-transition: all linear 0.2s;
	-o-transition: all linear 0.2s;
	-ms-transition: all linear 0.2s;
	transition: all linear 0.2s;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.bullets-with-bg + .tp-bullets.preview4 {
	height: auto;
	background-color: rgba(255, 255, 255, 1);
	padding: 5px 15px;
	bottom: -6px !important;
	border-radius: 3px;
}
.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected {
	background-color: #97BC23;
}
.tp-bannertimer {
	background-image: none;
	background-color: rgba(232, 76, 61, 0.7);
	z-index: 100;
	display: none;
}
.slideshow-boxed .tp-bullets {
	bottom: -33px !important;
}
.slideshow-boxed .bullets-with-bg + .tp-bullets.preview4 {
	padding: 7px 15px 2px;
	bottom: -45px !important;
}
.slideshow-boxed .tp-rightarrow {
	right: 10px !important;
}
.slideshow-boxed .tp-leftarrow {
	left: 10px !important;
}
.slideshow-boxed .tp-bullets.hidebullets {
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
}

/* Extra small devices (phones, less than 480px) */
@media (max-width:480px) {
	.tparrows,
	.tp-bullets {
		display: none;
	}
}

/* 9 Owl carousel
----------------------------------------------------------------------------- */
.owl-carousel {
	z-index: 4;
}
.owl-carousel .owl-item>div {
	margin: 10px 0 20px;
}
.owl-carousel.carousel .owl-item>div,
.owl-carousel.carousel-autoplay .owl-item>div {
	margin: 10px 20px 20px 0;
}
.owl-carousel.clients .owl-item>div {
	margin: 0px 30px 0px 0;
}
.well.owl-carousel .owl-item>div {
	margin: 10px 0 0;
}
.tab-content .owl-carousel .owl-item>div {
	margin: 0 0 20px;
}

/* caption */
.caption {
	background-color: rgba(255, 255, 255, 0.85);
	padding: 15px;
	position: absolute;
	bottom: 80px;
	left: 80px;
	width: 40%;
	border: 1px solid #ffffff;
}
.caption .title {
	margin-top: 0;
}

/* Medium devices (desktops, tablets less than 991px) */
@media (max-width:991px) {
	.caption {
		width: 90%;
		bottom: 40px;
		left: 40px;
	}
}

/* Small devices (tablets, phones less than 767px) */
@media (max-width:767px) {
	.caption {
		width: 100%;
		bottom: 30px;
		left: 0;
		position: relative;
		background-color: #fafafa;
		bottom: 0;
		padding-bottom: 35px;
	}
}

/* owl controls */
.owl-controls {
	width: 100%;
	margin-bottom: 50px;
}
.owl-controls .owl-buttons div {
	display: inline-block;
	zoom: 1;
	padding: 3px 10px;
	font-size: 12px;
	position: absolute;
	width: 30px;
	height: 30px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.owl-prev {
	left: 0;
	background-color: #97BC23;
	color: #f1f1f1;
}
.owl-next {
	left: 30px;
	background-color: #f1f1f1;
	color: #97BC23;
}
.owl-prev:hover,
.owl-next:hover,
.gray-bg .owl-next:hover {
	background-color: #333333;
	color: #f1f1f1;
}
.gray-bg .owl-next {
	background-color: #ffffff;
}
.content-slider-with-controls-autoplay .owl-controls .owl-buttons div:after {
	font-family: "fontello";
	font-size: 18px;
	line-height: 26px;
}
.content-slider-with-controls-autoplay .owl-prev:after {
	content: "\e87c";
}
.content-slider-with-controls-autoplay .owl-next:after {
	content: "\e87d";
}
.no-touch .owl-controls.clickable .owl-buttons div:hover {
	filter: Alpha(Opacity=100);
	opacity: 1;
	text-decoration: none;
}
.content-slider-with-controls {
	margin-bottom: 20px;
}
.content-slider-with-controls .owl-controls,
.content-slider-with-controls-autoplay .owl-controls {
	margin-bottom: 0;
}
.content-slider-with-controls .owl-buttons div,
.content-slider-with-controls-autoplay .owl-buttons div {
	top: 50%;
	margin-top: -15px;
	background-color: #97BC23;
	color: #f1f1f1;
}
.content-slider-with-controls .owl-buttons div.owl-next,
.content-slider-with-controls-autoplay .owl-buttons div.owl-next {
	left: auto;
	right: 0;
}
.content-slider-with-controls .owl-prev:hover,
.content-slider-with-controls .owl-next:hover,
.content-slider-with-controls-autoplay .owl-prev:hover,
.content-slider-with-controls-autoplay .owl-next:hover {
	background-color: #f1f1f1;
	color: #97BC23;
}
.content-slider-with-controls-bottom .owl-controls .owl-pagination {
	bottom: -30px;
}
.content-slider-with-controls-bottom .owl-controls .owl-page span {
	background: #acacac;
}
.owl-controls .owl-pagination {
	position: absolute;
	bottom: 25px;
	text-align: center;
	margin: 0 auto;
	display: block;
	width: 100%;
}
.owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
}
.owl-controls .owl-page span {
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 4px;
	background: #ffffff;
}
.owl-controls .owl-page.active span,
.owl-controls.clickable .owl-page:hover span {
	background: #97BC23;
}
/* 10 IE8 Support
----------------------------------------------------------------------------- */
.ie8 .tp-caption{
	line-height: 1.5!important;
}
.ie8 .overlay {
	background-color: rgb(241, 241, 241);
	display: none;
	opacity: 0.8!important;
	filter: alpha(opacity=80)!important;
}
.ie8 a.overlay i { 
	display: none;
}
.ie8 .overlay-container:hover a.overlay i,
.ie8 .overlay-container:hover .overlay { 
	display: block;
}

/*Restaurant Styles*/
.working {
  padding: 3em 0em 3em 0em;
}
.working-top {
  text-align: center;
  padding: 0em 0em 4em 0em;
}
.working-top h3 {
  font-size: 2.6em;
  font-weight: 400;
  color: #ff3a71;
  margin: 0em 0em 0.2em 0em ;
   font-family: 'Playball-Regular';
}
.working-top p {
  font-size: 0.95em;
  font-weight: 400;
  color: #949494;
  line-height: 1.6em;
}
.working-left h3 {
  font-size: 2em;
  font-weight: 400;
  color: #2c2c2c;
  margin: 0em 0em 0.2em 0em;
   font-family: 'Playball-Regular';
}
.working-left h4 {
  font-size: 1.1em;
  font-weight: 400;
  color: #000;
  line-height: 1.4em;
}
.working-left p {
  font-size: 0.95em;
  font-weight: 400;
  color: #949494;
  line-height: 1.8em;
  margin: 0em 0em 1.5em 0em;
}
.working-left a {
  font-size: 0.9em;
  font-weight: 400;
  color: #fff;
  background: #ff3a71;
  padding: 0.5em 0em;
  display: block;
  width: 15%;
  text-align: center;
}
.working-left a:hover {
	text-decoration:none;
	background:#2c2c2c;
}
.we-do-top {
  text-align: center;
  padding: 0em 0em 2em 0em;
}
.we-do-top h3 {
  font-size: 2em;
  font-weight: 400;
  color:#ff3a71;
  margin: 0em 0em 0.2em 0em;
   font-family: 'Playball-Regular';
}
.we-do-top p {
  font-size: 0.95em;
  font-weight: 400;
  color: #949494;
  line-height: 1.6em;
  margin: 0em 0em 1.5em 0em;
}
.we-do-grid {
  text-align: center;
}
.we-do-grid h4 {
  font-size: 1.5em;
  font-weight: 400;
  color:#2c2c2c;
  margin: 0.5em 0em 0.2em 0em;
   font-family: 'Playball-Regular';
}
.we-do-grid p {
  font-size: 0.95em;
  font-weight: 400;
  color: #949494;
  line-height: 1.6em;
}
.we-do {
  padding: 3em 0em 4em 0em;
}
.about{
	padding:5em 0;
}
.about h3{
	font-size:2em;
	font-family: 'Righteous', cursive;
	color:#fdd130;
	margin:0 0 2em;
}
.about-grid-left h4{
	font-size: 2em;
font-weight: 400;
color: #2C2C2C;
margin: 0em 0em 0.2em;
font-family: "Playball-Regular";
}
.about-grid-left p{
	color:#999;
	font-size:14px;
	margin:0;
	line-height:1.8em;
}
.about-grid-left p span{
	color:#FF3A71;
	margin:1em 0 0;
	display:block;
}
.about-grid-right img {
  padding: .5em;
  border: 1px dotted #DCDCDC;
}
.about-grid-left-grids{
	margin:1em 0 0;
}
.about-grid-left-grid{
	float:left;
	width:25%;
}
.view {
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}
.view .mask,.view .content {
   width: 100%;
   height: 300px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
   padding:6em 0;
}
.view img {
   display: block;
   position: relative;
}
.view h2 {
  text-transform: capitalize;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
}
.events .view p {
   font-size: 1em;
   position: relative;
   color: #fff !important;
   padding: 10px 20px 20px;
   text-align: center;
   margin:0;
}
.view a.info {
   display: inline-block;
   text-decoration: none;
   padding: 7px 14px;
   background: #000;
   color: #fff;
   text-transform: uppercase;
   -webkit-box-shadow: 0 0 1px #000;
   -moz-box-shadow: 0 0 1px #000;
   box-shadow: 0 0 1px #000;
}
.view a.info: hover {
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
}

.view-eighth .mask {
   background-color:rgba(0, 0, 0, 0.67);
   top: -200px;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.3s ease-out 0.5s;
   -moz-transition: all 0.3s ease-out 0.5s;
   -o-transition: all 0.3s ease-out 0.5s;
   -ms-transition: all 0.3s ease-out 0.5s;
   transition: all 0.3s ease-out 0.5s;
}
.view-eighth h2 {
   -webkit-transform: translateY(-200px);
   -moz-transform: translateY(-200px);
   -o-transform: translateY(-200px);
   -ms-transform: translateY(-200px);
   transform: translateY(-200px);
   -webkit-transition: all 0.2s ease-in-out 0.1s;
   -moz-transition: all 0.2s ease-in-out 0.1s;
   -o-transition: all 0.2s ease-in-out 0.1s;
   -ms-transition: all 0.2s ease-in-out 0.1s;
   transition: all 0.2s ease-in-out 0.1s;
}
.events .view-eighth p {
   color: #333;
   -webkit-transform: translateY(-200px);
   -moz-transform: translateY(-200px);
   -o-transform: translateY(-200px);
   -ms-transform: translateY(-200px);
   transform: translateY(-200px);
   -webkit-transition: all 0.2s ease-in-out 0.2s;
   -moz-transition: all 0.2s ease-in-out 0.2s;
   -o-transition: all 0.2s ease-in-out 0.2s;
   -ms-transition: all 0.2s ease-in-out 0.2s;
   transition: all 0.2s ease-in-out 0.2s;
}
.view-eighth a.info {
   -webkit-transform: translateY(-200px);
   -moz-transform: translateY(-200px);
   -o-transform: translateY(-200px);
   -ms-transform: translateY(-200px);
   transform: translateY(-200px);
   -webkit-transition: all 0.2s ease-in-out 0.3s;
   -moz-transition: all 0.2s ease-in-out 0.3s;
   -o-transition: all 0.2s ease-in-out 0.3s;
   -ms-transition: all 0.2s ease-in-out 0.3s;
   transition: all 0.2s ease-in-out 0.3s;
}
.view-eighth:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   top: 0px;
   -webkit-transition-delay: 0s;
   -moz-transition-delay: 0s;
   -o-transition-delay: 0s;
   -ms-transition-delay: 0s;
   transition-delay: 0s;
   -webkit-animation: bounceY 0.9s linear;
   -moz-animation: bounceY 0.9s linear;
   -ms-animation: bounceY 0.9s linear;
   animation: bounceY 0.9s linear;
   height: 100%;
}
.view-eighth:hover h2 {
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
   -webkit-transition-delay: 0.4s;
   -moz-transition-delay: 0.4s;
   -o-transition-delay: 0.4s;
   -ms-transition-delay: 0.4s;
   transition-delay: 0.4s;
}
.view-eighth:hover p {
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
   -webkit-transition-delay: 0.2s;
   -moz-transition-delay: 0.2s;
   -o-transition-delay: 0.2s;
   -ms-transition-delay: 0.2s;
   transition-delay: 0.2s;
}
.view-eighth:hover a.info {
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
   -webkit-transition-delay: 0s;
   -moz-transition-delay: 0s;
   -o-transition-delay: 0s;
   -ms-transition-delay: 0s;
   transition-delay: 0s;
}
@keyframes bounceY {
    0% { transform: translateY(-205px);}
    40% { transform: translateY(-100px);}
    65% { transform: translateY(-52px);}
    82% { transform: translateY(-25px);}
    92% { transform: translateY(-12px);}
    55%, 75%, 87%, 97%, 100% { transform: translateY(0px);}
}
@-moz-keyframes bounceY {
    0% { -moz-transform: translateY(-205px);}
    40% { -moz-transform: translateY(-100px);}
    65% { -moz-transform: translateY(-52px);}
    82% { -moz-transform: translateY(-25px);}
    92% { -moz-transform: translateY(-12px);}
    55%, 75%, 87%, 97%, 100% { -moz-transform: translateY(0px);}
}
@-webkit-keyframes bounceY {
    0% { -webkit-transform: translateY(-205px);}
    40% { -webkit-transform: translateY(-100px);}
    65% { -webkit-transform: translateY(-52px);}
    82% { -webkit-transform: translateY(-25px);}
    92% { -webkit-transform: translateY(-12px);}
    55%, 75%, 87%, 97%, 100% { -webkit-transform: translateY(0px);}
}
.restaurant-tab .nav-tabs > li.active > a, .restaurant-tab .nav-tabs > li.active > a:hover, .restaurant-tab .nav-tabs > li.active > a:focus,
 .restaurant-tab .nav-tabs > li > a:hover {
    box-shadow: none;
    color: #FFF;
    border: 1px solid #FF3A71;
    background-color: #FF3A71;
}
.restaurant-tab .nav-tabs {
    border-bottom: 1px solid #FF3A71;
}
.restaurant-tab  .text-default {
    color: #FF3A71;
}

/* Construction */
/*Request quote*/
.request-quote .item-box i {
    margin-top: 9px !important;
}
.item-box i {
    color: #1E1E1E;
    display: block;
    left: 15px;
    position: absolute;
    text-align: center;
    text-decoration: none;
	padding: 16px;
    transition: opacity 0.2s linear 0s;
	background:#fff;
	border-radius:5px;
	font-size:20px;
}
.request-quote .item-box {
    padding-bottom: 0px;
}
.request-quote{
	text-align:left;
	position:relative;
	top:-60px;
	margin-bottom:-60px;
	z-index: 999;
}
.request-quote .container {
    border-color: #FEB600;
}
.tb-pad-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}
.const-bg{
background-color: #FEB600;
}
.request-quote .bg-color .btn, .request-quote .bg-color .item-box i {
    background: #F7F7F7 none repeat scroll 0% 0%;
}
.request-quote .item-box{
	padding-bottom:0;
}
.request-quote .item-box i{
	margin-top:0;
}
.request-quote p,.request-quote h4{
	margin-left:65px;
}
.request-quote p{
	margin-bottom:0;
}
.request-quote .btn{
	float:right;
	margin: 8px 0 0;
}
.const-tab.nav-tabs > li > a:hover {
	border-color: transparent;
	background-color: #FEB600;
	color:#fff;
}
.const-tab.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
	color: #fff;
	border-color: transparent;
	background-color: #FEB600;
	-webkit-box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.04);
	box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.04);
	border-bottom-color: transparent;
}
.tab-posts-box{
margin-top:-20px;
}
.tab-posts-box .tab-pane img {
    float: right;
    margin-left: 20px;
    max-width: 200px;
}
.about-section img {
    width: 100%;
    margin-bottom: 30px;
}
.const-acc .panel-heading a {
    font-weight: 400;
    padding: 12px 35px 12px 15px;
    display: inline-block;
    width: 100%;
    background-color: #FEB600;
    color: #FFF;
    position: relative;
    text-decoration: none;
}
.const-acc .panel-heading a:hover,
.panel-transparent .panel-heading a:hover {
	text-decoration: none;
	background-color: #FEB600;
	color: #ffffff;
}
#en-portfolio {
    background-color: #ffffff;
}
#portfolio-items .item {
    padding: 30px 0px;
    margin: 5px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
#en-portfolio .read-more{
color:#FEB600;
}
.item .hover-bg {
    position: relative;
    overflow: hidden;
}
.hover-bg .hover-text {
    position: absolute;
    display: block;
    bottom: 0;
    width: 100%;
    height: 60%;
    padding: 20px;
    color: #ffffff !important;
    transition: all 0.8s;
}
.hover-text h4{
 color: #ffffff !important;
}
.hover-bg .hover-text.on { opacity: 1 }
.hover-bg .hover-text.off {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.3s;
    -webkit-transform: translateY(65%);
    transform: translateY(65%);
    opacity: 1;
    background: rgba(0, 0, 0, 0.70);
}
.hover-bg:hover .hover-text.off {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
}
#portfolio-items .owl-controls i.fa { font-size: 30px }
#en-portfolio .owl-theme .owl-controls .owl-buttons div {
    color: #222222;
    display: inline-block;
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: transparent;
    opacity: 0.5;
}
.tp-50{
margin-top:50px;
}
.const-bg{
background-color: #FEB600;
}
.const-count .count-box-icon .count-icon {
border: 2px solid #FEB600;
background-color: #FEB600;
}
.const-count .count-icon {
    font-size: 36px;
    margin-bottom: 20px;
    color: #fff;
}

/*Megazine Styles*/
.mag-tab.widget ul li:before {
    content: "" !important;
    font-size: 14px;
    display: inline-block;
    margin-left: -1em;
    width: 1.2em;
    position: relative;
    left: 0px;
    transition: left 0.3s ease 0s;
}

.mag-tab.widget ul li {
    list-style: outside none none;
    padding: 0px !important;
    border-bottom: none !important;
    color: #888;
}

.m-newsandhot-post .m-postinfo h6 a{
color: #2F3E42;
font-size: 21px;
font-weight: bold;
line-height: 27px;
margin: 0px;
font-weight: 500;
}
.m-postinfo time {
    color: #D4D4D4;
    display: block;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 8px 0px 6px;
    text-transform: uppercase;
    word-spacing: 3px;
}
.m-newsandhot-post .m-postpic-cat {
    left: 35px;
}
.m-newsandhot-post article {
    position: relative;
    margin: 0px 0px 30px;
}
.m-postpic .m-postpic-cat {
    background: #39E6AC none repeat scroll 0% 0%;
    bottom: 20px;
    color: #FFF;
    font-weight: 700;
    left: 20px;
    padding: 4px 9px;
    position: absolute;
    text-transform: uppercase;
}
.widget.widget_social > a {
  border: 1px solid #e8ecf0;
  display: inline-block;
  text-align: center;
  width: 30%;
}
.widget.widget_social > a i, 
.widget.widget_social > a b,
.widget.widget_social > a span
{
  display: block;
}
.widget.widget_social > a i {
  font-size: 32px;
  padding: 37px 0;
}
.widget.widget_social > a b {
  border-top: 1px solid #e8ecf0;
  color: #1b1b1b;
  font-size: 18px;
  padding: 6px 0 0;
}
.widget.widget_social > a span {
  color: #b9b9b9;
  font-size: 13px;
  padding: 0 0 9px;
}
.widget.widget_social > a i {
  font-size: 32px;
}
.widget.widget_social > a .fa.fa-facebook {
  color: #204385;
}
.widget.widget_social > a .fa.fa-twitter {
  color: #00abf0;
}
.widget.widget_social > a .fa.fa-rss {
  color: #ffa500;
}
.widget_popular li article {
  border-bottom: 1px solid #ebebea;
  margin-bottom: 15px;
  min-height: 92px;
  position: relative;
}
.tab-list-bot{
margin-bottom: -12px !important;
}

.widget_popular li article .m-postpic {
  left: 0;
  position: absolute;
  top: 0;
}
.widget_popular li article .m-postinfo {
  margin: 0 0 0 120px;
}
.widget_popular li article .m-postinfo h6 {
  margin: 0;
}
.widget_popular li article .m-postinfo h6 a {
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  margin: 0;
  padding: 0;
  text-transform: none;
}
.widget_popular li article .m-postinfo time {
  margin: 8px 0 0;
}
.widget.widget_popular ul ul {
  border-top: 2px solid #ebebea;
  display: none;
  left: 0;
  padding: 30px 0 0;
  position: absolute;
  top: 54px;
}
.widget.widget_popular > ul {
  position: relative;
}
.widget.widget_popular > ul > li {
  display: inline-block;
  font-family: Lato;
  font-size: 14px;
  font-weight: bold;
  padding: 17px 22px;
  text-transform: uppercase;
  cursor: pointer;
}
.widget.widget_popular > ul > li > a {
  color: #2f3e42;
}
.widget.widget_popular > ul > li.active > a {
  color: #fff;
}
.widget.widget_popular > ul > li.active ul {
  display: block;
}
.widget.widget_social {
  margin: 0 0 40px;
}
.widget.widget_popular {
  margin: 0 0 17px;
}
.widget.widget_adv > a {
  float: left;
  margin: 0 8% 8% 0;
}
.widget.widget_adv > h3 {
  margin: 3px 0 30px;
}
.m-col {
  float: left;
  position: relative;
}
.m-col .m-postinfo {
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: absolute;
  opacity: 0;
}
.e-pic {
	width:35%;
	float:left;
	margin-right:3%;
}
.e-pic img {
	width:100%;
	margin-top: -1px;
}
.e-pic-info {
	float:left;
	width:60%;
}
.e-pic-info a {
	color: #282828;
	font-size: 1.0em;
	text-decoration: none;
	font-weight: 400;
	display: block;
	line-height:1.6em;
	margin-top:10px;
}
.e-pic-info span {
	display: block;
	width: 85px;
	height: 2px;
	background: #e6e6e6;
	margin: 0.8em 0;
}
.e-pic-info label {
	color: #cbcbcb;
	font-size: 1.1em;
	font-weight: 400;
	font-style: italic;
}
.editors-pic-grids h5 {
	color: #FFF;
font-size: 1.15em;
text-transform: uppercase;
font-weight: 600;
background: #97BC23 none repeat scroll 0% 0%;
width: 36%;
padding: 7px;
margin-top: 2em;
margin-bottom:0px;
}
.editors-pic {
	border-top: 1px solid #e6e6e6;
}
.bd-top{
border-top: 1px solid #E6E6E6;
}
.widget.widget_adv > a {
  float: left;
  margin: 0 4% 8% 0;
}
.widget.widget_adv > h3 {
  margin: 3px 0 30px;
}
.widget_popular ul li{
list-style: outside none none;
}
#home-bottom .entry img{
float: left;
margin-right: 7px;
}
.thumb {
    width: 91px;
}
h4.post-title {
    color: #555E6B;
margin: 10px 0px;
line-height: 1.3em;
position: relative;
font-size: 15px;
}
 #home-bottom .entry p{
 margin: 0px 0px 5px;
 }
 #home-bottom .entry .date{
 position: static;
 }
 #home-bottom .post{
 border-bottom: 1px solid #EEE;
 }
 #home-bottom .date{
 position: absolute;
right: 15px;
font-weight: normal;
color: #939EAD;
 }
 
 /* FEATURED BOX */
a.featured-box {
    cursor: pointer;
    display: block
    }

a.featured-box .box-content {
    color: #333
    }

.featured-box {
    border-bottom: 1px solid #dfdfdf;
    border-left: 1px solid #ececec;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border-right: 1px solid #ececec;
    -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 20px auto;
    min-height: 100px;
    position: relative;
    text-align: center;
    z-index: 1
    }

.featured-box h4, .counter-box h4 {
    font-size: 1.2em;
    letter-spacing: -0.7px;
    margin-top: 5px;
    text-transform: uppercase
    }

.featured-box .box-content {
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border-top: 4px solid;
    padding: 30px 30px 10px
    }

.featured-box .learn-more {
    display: block;
    margin-top: 10px
    }

.featured-boxes .featured-box {
    margin-bottom: 30px;
    margin-top: 45px
    }

.featured-boxes .featured-box.info-content {
    text-align: left
    }

.featured-box-primary i.icon-featured {
    background-color: #e36159
    }

.featured-box-primary h4 {
    color: #e36159
    }

.featured-box-primary .box-content {
    border-top-color: #e36159
    }

.featured-box-secondary i.icon-featured {
    background-color: #349df1
    }

.featured-box-secondary h4 {
    color: #349df1
    }

.featured-box-secondary .box-content {
    border-top-color: #349df1
    }

.featured-box-tertiary i.icon-featured {
    background-color: #2baab1
    }

.featured-box-tertiary h4 {
    color: #2baab1
    }

.featured-box-tertiary .box-content {
    border-top-color: #2baab1
    }

.featured-box-quartenary i.icon-featured {
    background-color: #734ba9
    }

.featured-box-quartenary h4 {
    color: #734ba9
    }

.featured-box-quartenary .box-content {
    border-top-color: #734ba9
    }

.featured-box {
    clear: both
    }

.featured-box .feature-box-icon, .counter-box .feature-box-icon {
    background: none repeat scroll 0 0 #ccc;
    -moz-border-radius: 35px;
    -webkit-border-radius: 35px;
    border-radius: 35px;
    color: #fff;
    display: inline-block;
    float: left;
    height: 35px;
    line-height: 35px;
    margin-right: 10px;
    position: relative;
    text-align: center;
    top: 5px;
    width: 35px
    }

.featured-box .feature-box-info {
    padding-left: 50px
    }

.feature-box {
    clear: both
    }

.feature-box .feature-box-icon, .counter-box .feature-box-icon {
    background: none repeat scroll 0 0 #ea7054;
    -moz-border-radius: 35px;
    -webkit-border-radius: 35px;
    border-radius: 35px;
    color: #fff;
    display: inline-block;
    float: left;
    height: 35px;
    line-height: 35px;
    margin-right: 10px;
    text-align: center;
    width: 35px
    }

.feature-box .feature-box-icon i.fa, .counter-box .feature-box-icon i.fa {
    font-size: 16px
    }

.feature-box .feature-box-info {
    color: #444;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.6;
    margin-bottom: 40px;
    padding-left: 60px
    }

.feature-box.secondary h4 {
    color: #333;
    margin-top: 0
    }

.feature-box.secondary .feature-box-icon {
    background: none repeat scroll 0 0 transparent;
    color: #333;
    height: 50px;
    position: relative;
    top: 2px;
    width: 50px
    }

.feature-box.secondary .feature-box-icon i.fa {
    font-size: 28px
    }

.icon-featured {
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    font-size: 40px;
    height: 90px;
    line-height: 90px;
    margin: 25px 0;
    padding: 0;
    width: 90px
    }

.featured-box-primary:hover .icon-featured {
    border: 1px solid #ea7054;
    background: none repeat scroll 0 0 #fff;
    color: #ea7054
    }

.featured-box-secondary:hover .icon-featured {
    border: 1px solid #349df1;
    background: none repeat scroll 0 0 #fff;
    color: #349df1
    }

.featured-box-tertiary:hover .icon-featured {
    border: 1px solid #2baab1;
    background: none repeat scroll 0 0 #fff;
    color: #2baab1
    }

.featured-box-quartenary:hover .icon-featured {
    border: 1px solid #734ba9;
    background: none repeat scroll 0 0 #fff;
    color: #734ba9
    }

.icon-featured {
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s
    }
		
/*Carousel Tab*/	
.carousel-tab {
    margin-bottom: 40px;
}
.carousel-tab .carousel-indicators {
    display: table;
    position: static;
    bottom: auto;
    left: auto;
    z-index: 15;
    width: 100%;
    padding-left: 0;
    margin: 0 0 60px;
}
.carousel-tab .carousel-indicators li {
    display: table-cell;
    width: 25%;
    height: auto;
    margin: 0;
    text-indent: 0;
    cursor: pointer;
    border: none;
    border-radius: 0;
    font-size: 24px;
    padding: 35px 20px;
    background-color: #2a2a2a;
    color: #fff;
    position: relative;
}
.carousel-tab.gray .carousel-indicators li {
    background-color: #eaeaea;
    color: #505050;
}
.carousel-tab.smaller .carousel-indicators li {
    padding: 25px 15px;
}
.carousel-tab .carousel-indicators li:last-child {
    border-right: none;
}
.carousel-tab .carousel-indicators li i {
    transition: all .4s;
    -webkit-transition: all .4s;
}
.carousel-tab .carousel-indicators li:hover i {
    transform: rotate(360deg);
    -wekbit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
}
.carousel-tab .carousel-indicators li span {
    display: block;
    font-size: 18px;
    font-weight: 700;
    margin-top: 3px;
    font-family: 'Open Sans', Verdana;
}
.carousel-tab .carousel-inner>.item .social-icon, .iframe-btn {
    display: inline-block;
}
.carousel-tab .carousel-indicators li.active, .carousel-tab.gray .carousel-indicators li.active {
    width: 25%;
    height: auto;
    margin: 0;
    background-color: #97BC23;
    border: none;
    color: #fff;
}
.carousel-tab .carousel-indicators .active:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 14px 14px;
    border-color: transparent transparent #fff;
    margin-left: -14px;
}
@media (min-width:992px) {
    .container-fluid .carousel-inner .item {
    padding-left: 15px;
    padding-right: 15px;
}
}
@media (max-width:992px) {
    .colored-box {
    padding: 35px 10px;
}
}
@media (max-width:767px) {
    .colored-box {
    padding: 30px 0;
}
.carousel-tab .carousel-indicators li {
    font-size: 18px;
    padding: 20px 10px;
}
.carousel-tab .carousel-indicators li span {
    font-size: 14px;
    font-weight: 500;
}
.carousel-tab .carousel-indicators .active:after {
    border-width: 0 8px 8px;
    margin-left: -8px;
}
}
.team-1 {
  border: 1px solid #EEEBEE;
}
.col-1-at{
padding:0;
}
.col-md-of h5 a{
	color: #626262;
  text-decoration:none;
}
.col-md-of h5 a:hover{
	color: #ffae00; 
}
.col-md-of p,.col-md-in p{
  line-height: 1.5em;
  font-size: 1.1em;
  margin-bottom: 2px;
}
.lowerc{
	text-transform:lowercase;
}

.col-md-of{
border-bottom: 1px solid #EEEBEE;
  padding: 1.5em;
}
.col-md-in{
padding: 1.5em;
}
.col-1-at{
	background:#fff;
}
ul.social-in li{
	display: inline-block;	
}
ul.social-in li a i{
	background: url(../images/img-sprite.png)no-repeat -3px -10px ;
	width: 18px;
	height: 18px;
	display: inline-block;
	margin:0 5px 0 0;
	
}
ul.social-in li a i.twitter{
	background-position: -48px -9px;
}
ul.social-in li a i.dribbble{
	background-position: -97px -9px;
}
ul.social-in li a i.linked{
	background-position: -146px -10px;
}
ul.social-in li a i:hover{
	background-position: -25px -10px;
}
ul.social-in li a i.twitter:hover{
	background-position: -73px -9px;
}
ul.social-in li a i.dribbble:hover{
	background-position: -121px -10px;
}
ul.social-in li a i.linked:hover{
	background-position: -170px -10px;
}
.col-m-1{
	float:left;
}
ul.social-in{
	float:right;
	  margin-top: 10px;
}
.grid-bottom {
  background: #f9fafc;
  border-top: 1px solid #CDC3C3;
  padding: 0em 0 2em;
}
.team {
  padding: 0 0 3em;
}
.top-1{
	text-align:center;
	  padding: 4em 0;
}
.top-1 h3{
	  font-size: 2.5em;
  font-family: 'UbuntuRegular';
  font-weight: 200;
  color: #616161;
}
.top-1 p{
	  color: #BEBDBD;
  line-height: 1.5em;
  font-size: 1.1em;
  margin: 1em auto 0; 
  width:70%;
}
.row.no-margin {
    margin: 0px !important;
}
.no-margin {
    margin: 0px !important;
}
.container-fluid.no-padding, .container.no-padding {
    padding: 0px !important;
}

/*Features*/
.service {
    margin-bottom: 40px;
    position: relative;
}
@media (min-width:768px) {
    .service {
    margin-bottom: 50px;
}
.service.service-hover-bg {
    margin-bottom: 30px;
}
}.service.reverse {
    text-align: right;
}
.service-icon {
    min-width: 60px;
    display: block;
    float: left;
    font-size: 32px;
    line-height: 1;
}
.service.reverse .service-icon {
    float: right;
}
.service-content {
    margin-left: 60px;
}
.service.reverse .service-content {
    margin-left: 0;
    margin-right: 60px;
}
.title-bg-line.custom:after, .title-border.title-bg.custom, .title-underblock.custom:after {
    background-color: #97BC23;
}
.title-underblock:after {
    width: 50px;
    height: 3px;
    position: absolute;
    bottom: -2px;
}
.title-underblock {
    position: relative;
    padding-bottom: .6em;
}
.title-block .title-underblock {
    margin-bottom: 10px;
    padding-bottom: .4em;
}
.text-right > .title-underblock::after, .title-underblock.text-right::after {
    left: auto;
    right: 0px;
}
.title-bg-line:after, .title-underblock:after {
    content: "";
    display: block;
    background-color: transparent;
    left: 0px;
}
.service-title {
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 10px;
}
.service.vertical .service-icon {
    float: none;
    margin-bottom: 25px;
}
.service.vertical .service-content {
    margin-left: 0;
}
.service.vertical.reverse .service-content {
    margin-right: 0;
}
.service.vertical .service-title.title-underblock {
    margin-bottom: 18px;
}

/*CONTACT US */
.spo-contact-form-container textarea, input[type="text"], input[type="password"], input[type="search"] {
    background-color: #FFF;
    border: 1px solid #DDD;
    color: #666;
    font-size: 1em;
    text-indent: 10px;
    outline: medium none;
    width: 100%;
}
.contact{
	color: #ffffff;
}
.spo-our-office p{
  margin-bottom: 10px;
}
.spo-contact-icon{
	background: rgba(0,0,0,.7);
	border-radius: 100%;
	display: inline-block;
	font-size: 1.3em;
	width:  36px;
	height: 36px;
	margin-right: 10px;
	line-height: 36px;
	text-align: center;
}
.spo-input-container{
  width: 31%;
  margin-right: 2%;
  margin-bottom: 15px;
  float: left;
}
.spo-contact-form input{
	height: 40px;
}
.spo-contact-form textarea{
	height: 150px;
}
.spo-contact-form input,
.spo-contact-form textarea{
	background: rgba(0,0,0,0);
	border: none;
	border-bottom: 2px solid rgba(255,255,255,.3);
	color: #ffffff;
}
.spo-contact-form input:focus,
.spo-contact-form textarea:focus{
	border-color: rgba(255,255,255,.9);
}
.spo-contact-form input::-webkit-input-placeholder,
.spo-contact-form textarea::-webkit-input-placeholder {
   color: #ffffff;
}
.spo-contact-form input:-moz-placeholder,
.spo-contact-form textarea:-moz-placeholder { /* Firefox 18- */
   color: #ffffff;  
}
.spo-contact-form input::-moz-placeholder,
.spo-contact-form textarea:-moz-placeholder {  /* Firefox 19+ */
   color: #ffffff;  
}
.spo-contact-form input:-ms-input-placeholder,
.spo-contact-form textarea:-moz-placeholder {  
   color: #ffffff;  
}

/*Swiper Slider*/
    .swiper-container {
        width: 100%;
        height: 100%;
        background: #000;
    }
    .swiper-slide {
        font-size: 18px;
        color:#fff;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 40px 90px;
    }
    .parallax-bg {
        position: absolute;
        left: 0;
        top: 0;
        width: 130%;
        height: 100%;
        -webkit-background-size: cover;
        background-size: cover;
        background-position: center;
    }
    .swiper-slide .title {
        font-size: 41px;
        font-weight: 300;
    }
    .swiper-slide .subtitle {
        font-size: 21px;
		margin-bottom: 15px;
    }
    .swiper-slide .text {
        font-size: 14px;
        max-width: 400px;
        line-height: 1.3;
    }
	.margin150{
		margin-bottom:150px;
	}
	.banner-bottom {
  position: relative;
  margin-top: -75px;
z-index: 99 !important;
}
.banner-grids {
  top: 125px;
  left: 0;
  width: 100%;
}
.left-grid {
  padding: 0;
}
.left-grid img {
  width: 100%;
}
a.top-icon {
  text-align: center;
  display: block;
  margin-top: 18em;
}
.right-grid h3 {
  font-size: 3em;
  text-transform: capitalize;
  color: #FFF;
  font-weight: 300;
}
.right-grid  p {
  color: #FFF;
  padding: 1em 0 0 0;
}
.right-grid {
  background: #A8C75C;
  padding: 2em 2em 0 2em;
  min-height: 294px;
}

/* SOCIAL ICONS */
.social-icons .aim-icon {
    background-image: url(../images/social-media/social-media-aim.png);
    border: 1px solid #e8e8e8;
    -moz-box-sizing: border-box;
    box-sizing: border-box
    }

.social-icons .aim-icon:hover {
    background-color: #e95a00;
    border: 1px solid #b64600
    }

.social-icons .behance-icon {
    background-image: url(../images/social-media/social-media-behance.png);
    border: 1px solid #e8e8e8;
    -moz-box-sizing: border-box;
    box-sizing: border-box
    }

.social-icons .behance-icon:hover {
    background-color: #18a3fe;
    border: 1px solid #0189e2
    }

.social-icons .blogger-icon {
    background-image: url(../images/social-media/social-media-blogger.png);
    border: 1px solid #e8e8e8;
    -moz-box-sizing: border-box;
    box-sizing: border-box
    }

.social-icons .blogger-icon:hover {
    background-color: #fb913f;
    border: 1px solid #fa740d
    }

.social-icons .devianart-icon {
    background-image: url(../images/social-media/social-media-devianArt.png);
    border: 1px solid #e8e8e8;
    -moz-box-sizing: border-box;
    box-sizing: border-box
    }

.social-icons .devianart-icon:hover {
    background-color: #d0de21;
    border: 1px solid #a6b21a
    }

.social-icons .digg-icon {
    background-image: url(../images/social-media/social-media-digg.png);
    border: 1px solid #e8e8e8;
    -moz-box-sizing: border-box;
    box-sizing: border-box
    }

.social-icons .digg-icon:hover {
    background-color: #2882c6;
    border: 1px solid #1f669c
    }

.social-icons .dribble-icon {
    background-image: url(../images/social-media/social-media-dribble.png);
    border: 1px solid #e8e8e8;
    -moz-box-sizing: border-box;
    box-sizing: border-box
    }

.social-icons .dribble-icon:hover {
    background-color: #ef5b92;
    border: 1px solid #ea2d73
    }

.social-icons .ember-icon {
    background-image: url(../images/social-media/social-media-ember.png);
    border: 1px solid #e8e8e8;
    -moz-box-sizing: border-box;
    box-sizing: border-box
    }

.social-icons .ember-icon:hover {
    background-color: #fb9d00;
    border: 1px solid #c87d00
    }

.social-icons .evernote-icon {
    background-image: url(../images/social-media/social-media-everNote.png);
    border: 1px solid #e8e8e8;
    -moz-box-sizing: border-box;
    box-sizing: border-box
    }

.social-icons .evernote-icon:hover {
    background-color: #87c441;
    border: 1px solid #6da032
    }

.social-icons .flickr-icon {
    background-image: url(../images/social-media/social-media-flickr.png);
    border: 1px solid #e8e8e8;
    -moz-box-sizing: border-box;
    box-sizing: border-box
    }

.social-icons .flickr-icon:hover {
    background-color: #ff0084;
    border: 1px solid #cc006a
    }

.social-icons .forrst-icon {
    background-image: url(../images/social-media/social-media-forrst.png);
    border: 1px solid #e8e8e8;
    -moz-box-sizing: border-box;
    box-sizing: border-box
    }

.social-icons .forrst-icon:hover {
    background-color: #5b9a68;
    border: 1px solid #487a52
    }

.social-icons .googleplus-icon {
    background-image: url(../images/social-media/social-media-googlePlus.png);
    border: 1px solid #e8e8e8;
    -moz-box-sizing: border-box;
    box-sizing: border-box
    }

.social-icons .googleplus-icon:hover {
    background-color: #d94a39;
    border: 1px solid #bb3424
    }

.social-icons .instagram-icon {
    background-image: url(../images/social-media/social-media-instagram.png);
    border: 1px solid #e8e8e8;
    -moz-box-sizing: border-box;
    box-sizing: border-box
    }

.social-icons .instagram-icon:hover {
    background-color: #4e433c;
    border: 1px solid #312a26
    }

.social-icons .lastfm-icon {
    background-image: url(../images/social-media/social-media-lastFm.png);
    border: 1px solid #e8e8e8;
    -moz-box-sizing: border-box;
    box-sizing: border-box
    }

.social-icons .lastfm-icon:hover {
    background-color: #d21309;
    border: 1px solid #a10f07
    }

.social-icons .linkedin-icon {
    background-image: url(../images/social-media/social-media-linkedIn.png);
    border: 1px solid #e8e8e8;
    -moz-box-sizing: border-box;
    box-sizing: border-box
    }

.social-icons .linkedin-icon:hover {
    background-color: #71b2d0;
    border: 1px solid #4b9dc3
    }

.social-icons .myspace-icon {
    background-image: url(../images/social-media/social-media-myspace.png);
    border: 1px solid #e8e8e8;
    -moz-box-sizing: border-box;
    box-sizing: border-box
    }

.social-icons .myspace-icon:hover {
    background-color: #053593;
    border: 1px solid #032362
    }

.social-icons .paypal-icon {
    background-image: url(../images/social-media/social-media-paypal.png);
    border: 1px solid #e8e8e8;
    -moz-box-sizing: border-box;
    box-sizing: border-box
    }

.social-icons .paypal-icon:hover {
    background-color: #32689a;
    border: 1px solid #264e73
    }

.social-icons .reddit-icon {
    background-image: url(../images/social-media/social-media-reddit.png);
    border: 1px solid #e8e8e8;
    -moz-box-sizing: border-box;
    box-sizing: border-box
    }

.social-icons .reddit-icon:hover {
    background-color: #cde2f9;
    border: 1px solid #9fc8f4
    }

.social-icons .sharethis-icon {
    background-image: url(../images/social-media/social-media-shareThis.png);
    border: 1px solid #e8e8e8;
    -moz-box-sizing: border-box;
    box-sizing: border-box
    }

.social-icons .sharethis-icon:hover {
    background-color: #44832e;
    border: 1px solid #305d21
    }

.social-icons .wordpress-icon {
    background-image: url(../images/social-media/social-media-wordpress.png);
    border: 1px solid #e8e8e8;
    -moz-box-sizing: border-box;
    box-sizing: border-box
    }

.social-icons .wordpress-icon:hover {
    background-color: #464646;
    border: 1px solid #2d2d2d
    }

.social-icons .yahoo-icon {
    background-image: url(../images/social-media/social-media-yahoo.png);
    border: 1px solid #e8e8e8;
    -moz-box-sizing: border-box;
    box-sizing: border-box
    }

.social-icons .yahoo-icon:hover {
    background-color: #ab64bc;
    border: 1px solid #9348a5
    }

.social-icons .zerply-icon {
    background-image: url(../images/social-media/social-media-zerply.png);
    border: 1px solid #e8e8e8;
    -moz-box-sizing: border-box;
    box-sizing: border-box
    }

.social-icons .zerply-icon:hover {
    background-color: #637e44;
    border: 1px solid #495d32
    }

.social-icons .twitter-icon {
    background-image: url(../images/social-media/social-media-twitter.png);
    border: 1px solid #e8e8e8;
    -moz-box-sizing: border-box;
    box-sizing: border-box
    }

.social-icons .twitter-icon:hover {
    background-color: #00a0d1;
    border: 1px solid #00799e
    }

.social-icons .facebook-icon {
    background-image: url(../images/social-media/social-media-facebook.png);
    border: 1px solid #e8e8e8;
    -moz-box-sizing: border-box;
    box-sizing: border-box
    }

.social-icons .facebook-icon:hover {
    background-color: #3b5998;
    border: 1px solid #2d4373
    }

.social-icons .youtube-icon {
    background-image: url(../images/social-media/social-media-youtube.png);
    border: 1px solid #e8e8e8;
    -moz-box-sizing: border-box;
    box-sizing: border-box
    }

.social-icons .youtube-icon:hover {
    background-color: #c4302b;
    border: 1px solid #9a2622
    }

.social-icons .rss-icon {
    background-image: url(../images/social-media/social-media-rss.png);
    border: 1px solid #e8e8e8;
    -moz-box-sizing: border-box;
    box-sizing: border-box
    }

.social-icons .rss-icon:hover {
    background-color: #fa9b39;
    border: 1px solid #f98207
    }

.social-icons .vimeo-icon {
    background-image: url(../images/social-media/social-media-vimeo.png);
    border: 1px solid #e8e8e8;
    -moz-box-sizing: border-box;
    box-sizing: border-box
    }

.social-icons .vimeo-icon:hover {
    background-color: #4bf;
    border: 1px solid #11a8ff
    }

.social-icons .skype-icon {
    background-image: url(../images/social-media/social-media-skype.png);
    border: 1px solid #e8e8e8;
    -moz-box-sizing: border-box;
    box-sizing: border-box
    }

.social-icons .skype-icon:hover {
    background-color: #18b7f1;
    border: 1px solid #0c97ca
    }

.social-icons .mail-icon {
    background-image: url(../images/social-media/social-media-mail.png);
    border: 1px solid #e8e8e8;
    -moz-box-sizing: border-box;
    box-sizing: border-box
    }

.social-icons .mail-icon:hover {
    background-color: #666;
    border: 1px solid #4d4d4d
    }

.social-icons .apple-icon {
    background-image: url(../images/social-media/social-media-apple.png);
    border: 1px solid #e8e8e8;
    -moz-box-sizing: border-box;
    box-sizing: border-box
    }

.social-icons .apple-icon:hover {
    background-color: #666;
    border: 1px solid #4d4d4d
    }

.social-icons .pininterest-icon {
    background-image: url(../images/social-media/social-media-pininterest.png);
    border: 1px solid #e8e8e8;
    -moz-box-sizing: border-box;
    box-sizing: border-box
    }

.social-icons .pininterest-icon:hover {
    background-color: #910101;
    border: 1px solid #5e0101
    }

.social-icons .tumblr-icon {
    background-image: url(../images/social-media/social-media-tumblr.png);
    border: 1px solid #e8e8e8;
    -moz-box-sizing: border-box;
    box-sizing: border-box
    }

.social-icons .tumblr-icon:hover {
    background-color: #34526f;
    border: 1px solid #24384c
    }

.social-icons .soundcloud-icon {
    background-image: url(../images/social-media/social-media-soundCloud.png);
    border: 1px solid #e8e8e8;
    -moz-box-sizing: border-box;
    box-sizing: border-box
    }

.social-icons .soundcloud-icon:hover {
    background-color: #db5708;
    border: 1px solid #aa4306
    }

.social-icons .dropbox-icon {
    background-image: url(../images/social-media/social-media-dropBox.png);
    border: 1px solid #e8e8e8;
    -moz-box-sizing: border-box;
    box-sizing: border-box
    }

.social-icons .dropbox-icon:hover {
    background-color: #2d76be;
    border: 1px solid #235c95
    }

.social-icons > ul, .social-icons > ul > li {
    list-style-type: none;
    margin: 0;
    overflow: hidden;
    padding: 0
    }

.social-media-icon {
    background-position: -5px -45px;
    background-repeat: no-repeat;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    display: inline-block;
    float: left;
    height: 30px;
    margin: 0;
    text-indent: -9999px;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    width: 30px
    }

.social-media-icon:hover {
    background-position: -5px -5px
    }

.social-icons.circle .social-media-icon {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%
    }
		
/*Clients Dotted*/	
ul.clients-dotted {
    overflow: hidden;
}
ul.clients-dotted>li {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    display: inline-block;
}
ul.clients-dotted>li a {
    text-align: center;
    display: block;
}
ul.clients-dotted>li img {
    display: inline-block;
}
ul.clients-dotted>li:after {
    position: absolute;
    width: 100%;
    height: 0;
    top: auto;
    left: 0;
    bottom: -1px;
    border-bottom: 1px dashed rgba(0, 0, 0, .3);
}
ul.clients-dotted>li:before {
    position: absolute;
    height: 100%;
    top: 0;
    left: -1px;
    border-left: 1px dashed rgba(0, 0, 0, .3);
}
ul.clients-dotted>li:after, ul.clients-dotted>li:before {
    content: ''}
.col-lg-5th, .col-md-5th, .col-sm-5th, .col-xs-5th {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    width: 20%;
    float: left;
}
@media (min-width:768px) {
    .col-sm-5th {
    width: 20%;
    float: left;
}
}@media (min-width:992px) {
    .col-md-5th {
    width: 20%;
    float: left;
}
}@media (min-width:1200px) {
    .col-lg-5th {
    width: 20%;
    float: left;
}
}@media only screen and (max-width:992px) {
    .col-md-5th {
    width: 100%;
    float: none;
    display: block;
}
.col-md-5th.col-sm-5th {
    width: 20%;
    float: left;
}
}
@media only screen and (max-width:769px) {
    .col-md-5th.col-sm-5th {
    width: 100%;
    float: none;
    display: block;
}
}

/** Page Header
 **************************************************************** **/
section.page-header {
	position: relative;
	padding: 50px 0 50px 0;
	border-top: 0;
	margin-top: 0;
	margin-bottom: 0 !important;
	background-color: rgba(0,0,0,0.05);
	
	/*
	border-bottom: rgba(0,0,0,0.05) 1px solid;
	*/

	-webkit-transition: all 0s;
	   -moz-transition: all 0s;
		 -o-transition: all 0s;
			transition: all 0s;
}

	/* shadows */
	section.page-header.shadow-after-1:before {
			content:' ';
			position:absolute;
			left:0; right:0;
			width:100%; height:60px;
			bottom:-60px;
			background-image:url('../images/misc/shadow1.png');
			background-size: 100% 100%;
	}
	section.page-header.shadow-after-2:before {
			content:' ';
			position:absolute;
			left:0; right:0;
			width:100%; height:60px;
			bottom:-60px;
			background-image:url('../images/misc/shadow2.png');
			background-size: 100% 100%;
	}
	section.page-header.shadow-after-3:before {
			content:' ';
			position:absolute;
			left:0; right:0;
			width:100%; height:60px;
			bottom:-60px;
			background-image:url('../images/misc/shadow3.png');
			background-size: 100% 100%;
	}


	section.dark.page-header {
		color:#fff;
		background-color:#151515;
	}
	section.light.page-header {
		color:#151515;
		background-color:transparent;
		border-top: rgba(0,0,0,0.05) 1px solid;
		
	}
	section.page-header.page-header-xs {
		padding: 20px 0 20px 0;
	}
	section.page-header.page-header-md {
		padding: 50px 0 50px 0;
	}
	section.page-header.page-header-lg {
		padding: 80px 0 80px 0;
	}
	section.page-header.page-header-xlg {
		padding: 130px 0 130px 0;
	}
	section.page-header.page-header-2xlg {
		padding: 250px 0 250px 0;
	}
	@media only screen and (max-width: 482px) {
		section.page-header.page-header-2xlg {
			padding: 130px 0 130px 0;
		}
	}

	/* page header tabs */
	.page-header.page-header-xs ul.page-header-tabs {
		display:block;
		text-align:left;
		margin-bottom:-21px;
		margin-top:40px;
	}
	.page-header.page-header-md ul.page-header-tabs {
		display:block;
		text-align:left;
		margin-bottom:-51px;
		margin-top:70px;
	}
	.page-header.page-header-lg ul.page-header-tabs {
		display:block;
		text-align:left;
		margin-bottom:-81px;
		margin-top:80px;
	}
	.page-header ul.page-header-tabs>li {
		background-color: rgba(0,0,0,0.02);
		padding:0;

		-webkit-border-top-left-radius: 3px;
		-webkit-border-top-right-radius: 3px;
		   -moz-border-top-left-radius: 3px;
		   -moz-border-top-right-radius: 3px;
				border-top-left-radius: 3px;
				border-top-right-radius: 3px;
	}
	.page-header ul.page-header-tabs>li>a {
		display:inline-block;
		padding:6px 20px;
		color:#111;
		text-decoration:none;
	}
	.page-header.dark ul.page-header-tabs>li {
		background-color:rgba(255,255,255,0.1);

		-webkit-transition: all .300s;
		   -moz-transition: all .300s;
			 -o-transition: all .300s;
				transition: all .300s;
	}
	.page-header.dark ul.page-header-tabs>li:hover {
		background-color:rgba(255,255,255,0.2);
	}
	.page-header.dark ul.page-header-tabs>li>a {
		color:#fff;
	}

	.page-header ul.page-header-tabs>li:hover {
		background-color:rgba(0,0,0,0.03);
	}
	.page-header ul.page-header-tabs.dark>li:hover {
		background-color:rgba(0,0,0,0.1);
	}

		.page-header ul.page-header-tabs>li.active>a {
			color:#000;
		}
		.page-header.dark ul.page-header-tabs>li.active:hover,
		.page-header ul.page-header-tabs>li.active {
			font-weight:bold;
			background-color:#fff;
		}
		.page-header ul.page-header-tabs.dark>li.active>a {
			color:#fff;
		}
		.page-header ul.page-header-tabs.dark>li.active {
			background-color: #212121;
		}




	@media only screen and (max-width: 767px) {
		.page-header ul.page-header-tabs {
			background-color:rgba(0,0,0,0.03);
			padding:6px;
			margin-left:-15px;
			margin-right:-15px;
		}
		.page-header ul.page-header-tabs.dark {
			background-color:rgba(0,0,0,0.1);
		}
		.page-header ul.page-header-tabs>li,
		.page-header ul.page-header-tabs>li>a {
			display:block;
			float:none !important;
			text-align:center;

			-webkit-border-radius: 0;
			   -moz-border-radius: 0;
					border-radius: 0;
		}
		.page-header ul.page-header-tabs.dark>li {
			border:0;
		}
	}
	
/*Page Title*/
section.page-header h1 {
	margin-bottom: 16px;
	padding:0;
	font-size:26px;
	font-weight:500;
}
section.page-header span.font-lato {
	border-top:rgba(0,0,0,0.05) 2px solid;
	padding-top:8px;
}

section.page-header .breadcrumb {
	position:absolute;
	font-size:12px;
	top:50%; left:0;
	margin-top:-15px;
	background:transparent;
	margin-bottom:0;
	z-index:10;
}
section.page-header .breadcrumb>li+li:before {
	content:"•";
}
section.page-header .breadcrumb a {
	color:#333;
}
	section.page-header.parallax .breadcrumb li.active,
	section.page-header.parallax .breadcrumb a {
		color:#fff;
	}
section.page-header .breadcrumb {
	left:auto;
	right: 9%;
}
section.page-header .breadcrumb.breadcrumb-center {
	left:auto; right:auto;
	position:relative;
	margin-top:20px;
}
section.dark.page-header .breadcrumb a {
	color:#ccc;
}
@media only screen and (max-width: 767px) {
	section.page-header {
		text-align:center;
	}
	section.page-header .breadcrumb {
		position:relative;
		display:block;
		margin:0;
		right: 0 !important;
	}
	section.page-header .container.text-right,
	section.page-header .container.text-left {
		text-align:center;
	}
}



/* options - like buttons */
section.page-header ul.page-options {
	position:absolute;
	font-size:24px;
	top:50%; left:0;
	margin-top:-15px;
	background:transparent;
	margin-bottom:0;
	z-index:10;
}
section.page-header ul.page-options a {
	color:#333;
	text-decoration:none;
}
	section.page-header.parallax ul.page-options li.active,
	section.page-header.parallax ul.page-options a {
		color:#fff;
	}
section.page-header ul.page-options {
	right:0; left:auto;
}
section.page-header ul.page-options.page-options-inverse {
	left:0; right:auto;
}
section.page-header ul.page-options.page-options-center {
	left:auto; right:auto;
	position:relative;
	margin-top:20px;
}
section.dark.page-header ul.page-options a {
	color:#ccc;
}

@media only screen and (max-width: 767px) {
	section.page-header  ul.page-options {
		position:relative;
		display:block;
		margin:0;
		margin-top:20px;
		font-size:28px;
	}
}

/*Sky form contact page */
.sky-form-columns .btn-lg {
 padding: 8px 0px 8px !important;
}

.sky-form-columns .sky-form {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}

.sky-form-columns .sky-form footer {
  border: 0px;
  background-color: transparent;
  padding: 0px;
}

.sky-form-columns .sky-form fieldset {
  padding: 0px;
}

.contact-option-circle {
  text-align: center;
  background-color: #f5f5f5;
  padding: 25px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.contact-option-circle i {
  font-size: 35px;
  color: #888;
  display: block;
  margin-bottom: 10px;
}

.sky-form-columns .sky-form fieldset + fieldset {
  border-top: 0px;
}
.border-black {
    border: 1px solid #999;
    color: #999;
    background-color: transparent;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}



