﻿@charset "utf-8";
/*------------------------------------------------------------------
[Table of contents]

	1. STYLESHEETS / @import
	2. FONTS /
	3. GENERAL / html, body
	4. TYPOGRAPHY / .fullscreen-block
	5. BACKGROUNDS / #home-landing
	6. HOME SECTION / #home-parallax-fullscreen
	7. HOME CAROUSEL SLIDER SECTION / .home-carousel-banner-area
	8. HEADER / .navbar
	9. FEATURE SECTION /#features
	10. ABOUT SECTION / #about
	11. TEAM SECTION / #team
	12. SKILLS SECTION / #skills
	13. FUN FACTS SECTION / #fun-facts
	14. QUOTE SECTION / #quote
	15. PORTFOLIO SECTION / #portfolio
	16. GET CONNECTED SECTION / #get-connected
	17. SERVICES SECTION / #services
	18. CALL TO ACTION / #call-to-action-1
	19. PRICE LIST SECTION / #price-list
	20. CLIENTS SECTION / #clients
	21. TESTIMONIALS SECTION / #testimonials
	22. CONTACT FORM SECTION / #contact
	23. GOOGLE MAP SECTION / #map
	24. VIDEO POPUP SECTION / #video-section
	25. FOOTER / .footer-widgets
	26. SUBSCRIBE FORM / .subscription
	27. HOME LANDING SUBSCRIBE FORM / .home-signin
	28. TWITTER FEED / #twitter-feed
	29. BACK TO TOP BUTTON / #back-to-top
	30. BUTTONS / .btn-primary
	31. OWL CAROUSEL / .owl-carousel
	32. BLOG / .post-time-section
	33. BACK TO TOP BUTTON / #scrollUp
	34. RESPONSIVE / @media

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




/*********************************STYLESHEETS*********************************/
@import "revolution-slider.css";
@import "owl.carousel.css";
@import "animate.css";
@import "cubeportfolio.min.css";


/*********************************FONTS*********************************/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300);
@import url(http://fonts.googleapis.com/css?family=Roboto:300,300italic,400,400italic,700,700italic&subset=latin,latin-ext);
@import url(http://fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600,700,800,900);

@import "simple-line-icons.css";
@import "ionicons.min.css";
@import "font-awesome/css/font-awesome.css";



/*********************************GENERAL*********************************/
html,
body {
	height: 100%;
	min-height: 100%;
}
html { -webkit-font-smoothing: antialiased; }
body {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: #12252d;
	font-size: 16px;
}
a {
	background: transparent;
	outline: none;
	text-decoration: none;

	-webkit-transition: .2s cubic-bezier(0.25,.46,.45,.94);
	transition: .2s cubic-bezier(0.25,.46,.45,.94);
	-webkit-transition-property: background-color,color;
	transition-property: background-color,color;
}
a:active,
a:hover,
a:focus {
	outline: 0;
	color: #333;
	text-decoration: none;
}
a:focus, a:active, button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, select::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: 0;
    outline : 0;
}
.col-xs-5ths,.col-sm-5ths,.col-md-5ths,.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    width: 20%;
    float: left;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
    color: #333;
}
h1 small, h2 small, h3 small {
	font-weight: 300;
	color: #333;
}
h4 small, h5 small, h6 small {
	font-weight: 300;
	color: #333;
}
h3, .h3 {
	font-size: 26px;
	margin-top: 0;
}
h4 {
	font-size: 20px;
    letter-spacing: 1px;
}
h5 {
	font-size: 16px;
}
p {
   color: #666;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
}
.no-padding {
   padding: 0;
}
.section-title {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 38px;
}
.subheading {
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 60px;
}
#fun-facts .subheading {
	margin-bottom: 20px;
}
.subheading:after {
    position: relative;
    display: block;
    content: "";
    height: 2px;
    margin: 20px auto 20px;
    width: 115px;
    background: #666;
}
.subheading.grey:after {
    background: #fff!important;
    opacity: .4;
}
.content-title {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    margin-top: 0;
    margin-bottom: 22px;
    font-size: 30px;
}
.project-title {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0;
    margin-top: 130px;
    margin-bottom: 10px;
    font-size: 50px;
}

.project-subtitle {
	margin-bottom: 50px;
    font-size: 18px;
}
.uppercase {
    text-transform: uppercase;
}
.p-info {
	line-height: 1.8;
    font-size: 14px;
}

/* Preloader */
#loader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 9999999999;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.circles {
	width: 333px;
	height: 333px;
	position: relative;
	-webkit-perspective: 50000px;
	perspective: 50000px;
}
.circles span {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: block;
	width: 18.4%;
	height: 18.4%;
	border-radius: 100%;
	background: currentColor;
}
.circles div {
	position: absolute;
	width: 100%;
	height: 100%;
	border-left: 13.32px solid;
	border-top: 13.32px solid transparent;
	border-radius: 100%;
}
.circles div:nth-child(1) {
	-webkit-animation: anim-1 1s linear infinite;
	animation: anim-1 1s linear infinite;
}
.circles div:nth-child(2) {
	-webkit-animation: anim-2 1s linear infinite;
	animation: anim-2 1s linear infinite;
}
.circles div:nth-child(3) {
	-webkit-animation: anim-3 1s linear infinite;
	animation: anim-3 1s linear infinite;
}

@-webkit-keyframes anim-1 {
	from {
		-webkit-transform: rotateZ(120deg) rotateX(66deg) rotateZ(0deg);
		transform: rotateZ(120deg) rotateX(66deg) rotateZ(0deg);
	}
	to {
		-webkit-transform: rotateZ(120deg) rotateX(66deg) rotateZ(360deg);
		transform: rotateZ(120deg) rotateX(66deg) rotateZ(360deg);
	}
}

@keyframes anim-1 {
	from {
		-webkit-transform: rotateZ(120deg) rotateX(66deg) rotateZ(0deg);
		transform: rotateZ(120deg) rotateX(66deg) rotateZ(0deg);
	}
	to {
		-webkit-transform: rotateZ(120deg) rotateX(66deg) rotateZ(360deg);
		transform: rotateZ(120deg) rotateX(66deg) rotateZ(360deg);
	}
}
@-webkit-keyframes anim-2 {
	from {
		-webkit-transform: rotateZ(240deg) rotateX(66deg) rotateZ(0deg);
		transform: rotateZ(240deg) rotateX(66deg) rotateZ(0deg);
	}
	to {
		-webkit-transform: rotateZ(240deg) rotateX(66deg) rotateZ(360deg);
		transform: rotateZ(240deg) rotateX(66deg) rotateZ(360deg);
	}
}
@keyframes anim-2 {
	from {
		-webkit-transform: rotateZ(240deg) rotateX(66deg) rotateZ(0deg);
		transform: rotateZ(240deg) rotateX(66deg) rotateZ(0deg);
	}
	to {
		-webkit-transform: rotateZ(240deg) rotateX(66deg) rotateZ(360deg);
		transform: rotateZ(240deg) rotateX(66deg) rotateZ(360deg);
	}
}
@-webkit-keyframes anim-3 {
	from {
		-webkit-transform: rotateZ(360deg) rotateX(66deg) rotateZ(0deg);
		transform: rotateZ(360deg) rotateX(66deg) rotateZ(0deg);
	}
	to {
		-webkit-transform: rotateZ(360deg) rotateX(66deg) rotateZ(360deg);
		transform: rotateZ(360deg) rotateX(66deg) rotateZ(360deg);
	}
}
@keyframes anim-3 {
	from {
		-webkit-transform: rotateZ(360deg) rotateX(66deg) rotateZ(0deg);
		transform: rotateZ(360deg) rotateX(66deg) rotateZ(0deg);
	}
	to {
		-webkit-transform: rotateZ(360deg) rotateX(66deg) rotateZ(360deg);
		transform: rotateZ(360deg) rotateX(66deg) rotateZ(360deg);
	}
}



/*********************************TYPOGRAPHY*********************************/
.fullscreen-block {
	background-position: 50% 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	width: 100%;
	height: auto;
	overflow-x: hidden;
	overflow-y: hidden;
	vertical-align: middle;
	z-index: 1;
	display: block;
	position: relative;
}
.white {
    color: #fff;
}
.grey {
    color: #d3d3d3;
}
.size-8x { font-size:8em }
.size-7x { font-size:7em }
.size-6x { font-size:6em }
.size-5x { font-size:5em }
.size-4x { font-size:4em }
.size-3x { font-size:3em }
.size-2x { font-size:2.5em }
.size-1x { font-size:1em }



/*********************************BACKGROUNDS*********************************/
#home-landing {
	background-image: url(http://placehold.it/1689x1000);
}
.parallax-section-4 {
	background-image: url(../img/background2.jpg);
}
.parallax-section-5 {
	/*background-image: url(http://placehold.it/1500x844);*/
	background-image: url(../img/background1.jpg);
}
.parallax-section-6 {
	background-image: url(http://placehold.it/1500x844);
}



/*********************************HOME SECTIONS*********************************/
#home-parallax-fullscreen,
.parallax-section-1,
.parallax-section-2,
.parallax-section-3,
.parallax-section-4,
.parallax-section-5,
.parallax-section-6,
.parallax-section-7,
.parallax-section-8 {
	background-position: 50% 0;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: auto;
	overflow-x: hidden;
	overflow-y: hidden;
	vertical-align: middle;
	z-index: 1;
    display: block;
    position: relative;
}
#home-parallax-fullwidth {
	background-position: center 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	display: table;
	width: 100%;
	min-height: 400px;
	overflow-x: hidden;
	overflow-y: hidden;
	vertical-align: middle;
	z-index: 1;
}

#home-parallax-fullscreen:after,
.parallax-section-1:after,
.parallax-section-2:after,
.parallax-section-3:after,
.parallax-section-4:after,
.parallax-section-6:after,
.parallax-section-7:after,
.parallax-section-8:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
}
#home-landing:after,
#home-parallax-fullwidth:after,
#page-top .hero:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}
.tp-banner li:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0!important;
}
.tp-banner-video li:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2!important;
}
#page-hero {
    height: 400px;
}

#home-landing {
	background-position: center 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	display: table;
	width: 100%;
	height: 100%;
	min-height: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
	vertical-align: middle;
	z-index: 1;
}
#home-parallax-fullscreen {
	display: table;
}
.home-container {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	z-index: 3;
}
.home-title {
	position: relative;
    text-transform: uppercase;
	color: #333;
	z-index: 3;
	margin-left: auto;
	margin-right: auto;
}
#home-parallax-fullwidth .home-title {
    margin-top: 130px;
}
.home-title h1 {
	letter-spacing: 2px;
}
.home-heading {
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #fff;
}

.home-subheading {
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 400;
    color: #fff;
    z-index:999!important;
}
.tp-banner .home-subheading {
    line-height: 40px!important;
}
.home-button {
	margin-top: 40px !important;
}
.home-bottom {
	position: absolute;
	z-index: 99;
	width: 100%;
	left: 0;
	bottom: 0;
	text-align: center;
	opacity: 0.9;
}
.move {
	width: 40px;
	margin-left: auto;
	margin-right: auto;
    margin-bottom: 15px;
}
.bounce {
    -webkit-animation: bounce 2s infinite;
    -moz-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}
.home-bottom a {
	padding-top: 7px;
	padding-bottom: 17px;
	padding-left: 7px;
	padding-right: 7px;
	color: #FFFFFF;

	-webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.home-bottom a:hover {
    opacity: .9;
}
.home-bottom a {
    font-size: 22px;
}

#multi-page, #one-page {
    padding-top: 60px;
    padding-bottom: 60px;
}
.linelight {
	color: #fff;
}
.linelight:after {
	background: #ffffff;
}



/*********************************HOME CAROUSEL SLIDER SECTION*********************************/
.home-carousel-banner-area {
	width: 100%;
	height: auto;
}
.home-carousel-banner-area-wrapper {
	width: 100%;
	height: 100%;
	position: relative;
}
#home-slider {
	width: 100%;
	height: auto;
	z-index: 1;
}
#home-slider .item {
	width: 100%;
	height: auto;
	position: relative;
}
#home-slider .item img,
#home-slider .item source{
	display: block;
	width: 100%;
	height: auto;
}
.home-slider-item-caption {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	width: 100%;
	margin-top: -111px;
	height: auto;
	z-index: 10;
	text-align: center;
}
/* Banner Caption */
.banner-title-area {
	padding-bottom: 40px;
	text-align: center;
}
.banner-title-area h2 {
	color: #ffffff;
	text-transform: uppercase;
	margin-top: 0;
}
.banner-title-area p {
	font-size: 20px;
	margin-top: 24px;
	color: #ffffff;
}

.banner-title, .banner-logo-title {
	font-size: 70px;
	font-weight: 700;
	letter-spacing: 4px;
	display: inline-block;
}

.slider-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
}
.aboutNavigation {
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
}
#home:hover .aboutNavigation .btn-about-owl-nav {
	display: block;
	z-index: 1;
}
.btn-about-owl-nav {
	width: 30px;
	height: 110px;
	line-height: 25px;
	font-size: 28px;
	position: absolute;
	top: 50%;
	background-color: rgba(255,255,255, .2);
	border-radius: 0;
	transition: all 0.5s ease;
	margin-top: -55px!important;
	display: none;
	z-index: -1;
}
.btn-about-owl-nav .fa {
	position: absolute;
	top: 41px;
	left: 9px;
	color: #222;
	transition: all 0.5s ease;
}
.btn-about-owl-nav:hover .fa {
	color: #ffffff;
}
.btn-about-owl-nav.about-prev {
	left: 0;
}
.btn-about-owl-nav.about-next {
	right: 0;
}
.btn-about-owl-nav:hover {
	color: #fff;
	opacity: 1;
	transition: all .5s ease;
}
.btn-theme-action span {
	color: #fff;
}
.btn-theme-action:hover,
.btn-theme-action:focus {
	opacity: 0.7;
}

/*********************************HEADER*********************************/
nav {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.navbar {
	min-height: 55px;
	border: none;
}
.navbar-default {
    position: fixed;
    background-color: #fff;
    border-radius: 0;
	border-color: transparent;
	border-bottom: none;
	top: 0;
	left: 0;
	width: 100%;
	padding: 10px 0;
	z-index: 11;
    /*border-bottom: 1px solid rgba(255,255,255,0.25);*/
}
.navbar-alt {
    background-color: transparent;
}
.navbar-small {
    background: #fff;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.15);
	box-shadow:0 1px 4px rgba(0, 0, 0, 0.15);
}
.navbar-default .container {
	position: relative;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.navbar-small .container {
	padding-top: 0;
    position: relative;
}
.navbar-default .navbar-right {
	font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
	height: 100%;
	margin-top: 10px;
    margin-bottom: 10px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.navbar-alt .navbar-right {
	margin-top: 35px;
    margin-bottom: 10px;
}
.navbar-small .navbar-right {
	height: 100%;
	margin-top: 0;
    margin-bottom: 0;
}

.navbar-alt .navbar-nav > li > a,
.navbar-alt .navbar-nav > li > span {
	color: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.navbar-small .navbar-nav > li > a,
.navbar-small .navbar-nav > li > span {
	color: #333;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.navbar-nav>li>a,
.navbar-nav>li>span {
    margin-top: 3px;
    padding-top: 16px;
    padding-bottom: 13px;
}
.nav>li>a,
.nav>li>span {
    padding-left: 10px;
    padding-right: 10px;
}
.nav > li > span {
	position: relative;
	display: block;
	cursor: pointer;
	margin-top: 3px;
}
.navbar-nav .caret {
    margin-left: 3px;
    margin-top: -3px;
}
/*Navbar Toggle*/
.navbar-default .navbar-toggle {
    position: relative;
    float: right;
    padding: 10px 10px;
    margin-top: 26px;
    margin-right: 0;
    margin-bottom: 8px;
    background-color: #fff;
    background-image: none;
    border: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.navbar-small .navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 0;
    margin-top: 11px;
    margin-right: 0;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: none;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #fff;
    outline: none;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 3px;
  border-radius: 2px;
}
/*Navbar Collapse Menu*/
.navbar-collapse {
	padding-right: 0;
	padding-left: 0;
	color: #3a3a3a;
}
.navbar-default .navbar-nav>li>a:focus {
    color: #f5f5f5;
}
.navbar-small .navbar-nav>li>a:focus {
    color: #333;
}



/*Navbar Collapse*/

.navbar>.container .navbar-brand {
    margin-left: 0;
}
.navbar-brand {
	float: left;
	height: 55px;
	padding: 15px 0 15px 0;
	font-size: 30px;
	line-height: 20px;
}
/* Logo Big White */

.navbar-default .navbar-brand .logo-big {
	position:absolute;
    opacity: 1;
    margin-top: 11px;
}
.navbar-default .navbar-brand .logo-small {
	position:absolute;
    margin-top: 11px;
    opacity: 0;
}
.navbar-alt .navbar-brand .logo-big {
    margin-top: 25px;
}
.navbar-alt .navbar-brand .logo-small {
    margin-top: 25px;
}
/* End Logo Big White */
/* Logo Small Black */
.navbar-small .navbar-brand .logo-big {
    position:absolute;
    opacity: 0;
    width: 170px;
    margin-top: 3px;
}
.navbar-small .navbar-brand .logo-small {
    position:absolute;
    opacity: 1;
    margin-top: 0;
		top: 8px;
}
/* End Logo Small Black */

/*Dropdown*/

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    background-color: transparent;
}
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    background-color: transparent;
}
.dropdown .arrow {
    font-size:9px;
}
.menu-padding {
    padding-top:70px;
}
.content {
    margin-top:0;
}
.navbar .icon {
    font-size: 18px;
}
.navbar .social-icon {
    padding-left: 15px;
    padding-right: 0;
}



/*********************************FEATURE SECTION*********************************/
#features {
    padding: 80px 0;
}
.feature-info h4 {
    color: #333;
    letter-spacing: 1px;
    font-size: 22px;
    margin-top: 0;

    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.feature-icon {
	float: left;
}
.feature-info {
	padding-left: 55px;
	padding-top: 5px;
}
.feature-description {
    line-height: 23px;
    padding-right: 10px;

}
.ion-2-5x {
    font-size: 2.5em;
}
.feature-buttons {
    margin-top: 40px;
}



/*********************************ABOUT SECTION*********************************/
#about {
	padding: 80px 0;
	background: #f5f5f5;
}
#about .img-responsive {
	margin-bottom: 20px;
}
#about p {
    line-height: 1.8;
}
.video-container {
	position: relative;
	padding-bottom: 51%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-bottom: 20px;
}

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



/*********************************SKILLS SECTION*********************************/
#skills {
    padding-top: 80px;
	padding-bottom: 60px;
}
.progress {
	border-radius: 3px;
	height: 6px;
	background-color: #ebebeb;
	overflow: visible;
    margin-bottom: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;

    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) inset;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) inset;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) inset;
    -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) inset;
}
.progress-bar {
	position: relative;
	border-radius: 3px;
    box-shadow: none;
}
.progress-bars p {
	line-height: .5;
}
#skills .progress-bars p {
    color: #dedede;
}
.progress-bar-tooltip {
	position: absolute;
    background-color: #343434;
    top: -30px;
	padding: 1px 6px;
	font-size: 11px;
	right: -10px;
	border-radius: 3px;
    color: #dedede;
}
.progress-bar-tooltip:after {
    position: absolute;
	border-color: #343434 transparent;
	border-style: solid;
	border-width: 5px 5px 0;
	bottom: -5px;
	content: "";
	left: 35%;
}



/*********************************TEAM*********************************/
#team {
    padding: 80px 0;
}
.team-member {
	padding: 10px;
}
.team-member:last-child {
	padding-bottom: 0;
}
.member-info {
    position: relative;
    margin: -50px 23px 0;
    padding: 20px 10px;
    text-align: center;
    background: #f5f5f5;
    z-index: 3;
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.member-info h4 {
    line-height: .6;
    letter-spacing: -0.6px;
}
.member-info h5 {
    font-weight: 700;
}
.member-info p {
    margin-top: 10px;
    padding-right: 10px;
}
.member-list {
    list-style: none;
}
.member-list li {
    font-size: 17px;
    margin-right: 5px;
}
.member-list a {
    color: #333;
}

/* Img Hover Effect */
.effects .img {
    position: relative;
    overflow: hidden;
}
.effects .img a {
	display: inline-block;
	margin: auto;
	padding: 0;
	color: #333;
	background: #fff;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	position: relative;
}
.cbp-l-icon i {
	position: absolute;
	top: 10px;
	left: 10px;
}
.overlay {
    display: block;
    margin: 0 auto;
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
    z-index: 3;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all .5s;
}
.expand {
    display: block;
    position: absolute;
    z-index: 100;
    text-align: center;
    color: #fff;
    line-height: 50px;
    font-weight: 700;
    font-size: 20px;
    list-style: none;
    padding: 0;
}
.expand .social-icon {
    display: inline;
    margin-left: 5px;
    margin-right: 5px;
}
.expand .social-icon i {
	top: 10px;
	position: absolute;
	left: 10px;
}
.expand .cbp-l-icon {
    display: inline;
    margin-left: 5px;
    margin-right: 5px;
}
.effect .overlay {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
}
.effect .overlay .expand {
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.effect:hover .img .img-responsive {
    transform: scale(1.25);
}
.effect .img-responsive {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all .25s ease-in-out;
}
.effect:hover .img .overlay {
  opacity: 1;
}
.effect:hover .img .overlay .expand {
  top: 50%;
  margin-top: -30px;
  opacity: 1;
}

.effect .cbp-item-wrapper .img {
    position: initial;
    overflow: hidden;
}
.effect:hover .cbp-item-wrapper .img .overlay .expand {
  top: 40%!important;
  margin-top: -30px;
  opacity: 1;
}
.cbp-item .img a {
    -webkit-transition: all 0.15s;
    -moz-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
}



/*********************************FUN FACTS SECTION*********************************/
#fun-facts {
	display: table;
	width: 100%;
	height: 100%;
	min-height: 100%;
	z-index: 1;
   padding: 80px 0;
}
.fact-container {
	padding-top:40px;
}
.fact h2 {
    font-size: 65px;
    letter-spacing: 0;
    margin: 0;
    line-height: 65px;
}
.fact h4 {
    font-size: 18px;
    margin-bottom: 0;
}
.fact p {
    font-size: 13px;
    margin-top: 3px;
}
.counter {
    font-size: 65px;
    font-weight: 700;
    letter-spacing: 0;
    margin: 0;
    line-height: 65px;
	font-family: "Roboto", sans-serif;
}
#fun-facts .lead {
    font-size: 16px;
}
#fun-facts h3,
#fun-facts h4,
#fun-facts p {
	color: #ffffff;
}



/*********************************QUOTE SECTION*********************************/
#quote {
    padding: 80px 0;
}
#quote #quote-slider {
    margin: 0;
}
#quote blockquote {
    position: relative;
    display: block;
    line-height: 1.5;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
    color: #fff;
    border-left: none;
    text-align: center;
}
#quote blockquote span {
    padding-left: 33px;
}
#quote blockquote span .highlight {
    padding-left: 0;
}
blockquote strong {
    font-weight: 700;
}
#quote .icon-left {
    position: absolute;
    font-size: 20px;
    margin-left: 10px;
    margin-right: 10px;
    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}
#quote .icon-right {
    position: absolute;
    font-size: 20px;
    margin-left: 10px;
    margin-right: 10px;
    transform:rotate(180deg);
    -ms-transform:rotate(180deg); /* IE 9 */
    -webkit-transform:rotate(180deg);
}
.quote-author {
    text-align: center;
    padding-top: 0;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
}



/*********************************PORTFOLIO SECTION*********************************/
#portfolio {
    padding: 80px 0;
}
.cbp-l-filters-alignRight .cbp-filter-item,
.cbp-l-filters-alignCenter .cbp-filter-item {
    background-color: #f6f7f7;
    color: #7E7B7B;
    cursor: pointer;
    font: 400 14px/28px "Roboto",sans-serif;
    text-transform: uppercase!important;
    padding: 3px 20px;
    position: relative;
    overflow: visible;
    margin: 10px 0 0 5px;
    border: none;
    border-radius: 3px;
    display: inline-block;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.cbp-l-filters-alignRight {
    margin: 20px auto 10px;
    padding: 10px 0 20px 0;
    text-align: left;
    background-color: transparent;
}

.cbp-l-caption-title {
    color: #fff;
    font: 700 18px/18px "Roboto",sans-serif;
    margin: 0 16px 5px;
    text-transform: uppercase;
}
.cbp-l-caption-desc {
    color: #ffffff;
    font: 400 16px/16px sans-serif;
		margin: 2px 16px 0;
}
.cbp-l-filters-alignRight .cbp-filter-counter {
    border-radius: 2px;
    color: #fff;
    font-size: 11px;
    margin: 0 auto;
    padding: 4px 0;
    text-align: center;
    width: 34px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    -webkit-transition: opacity .25s ease,bottom .25s ease;
    transition: opacity .25s ease,bottom .25s ease;
}
.cbp-l-filters-alignCenter .cbp-filter-counter {
    border-radius: 2px;
    color: #fff;
    font-size: 11px;
    margin: 0 auto;
    margin-bottom: 10px;
    padding: 4px 0;
    text-align: center;
    width: 34px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    -webkit-transition: opacity .25s ease,bottom .25s ease;
    transition: opacity .25s ease,bottom .25s ease;
}
.cbp-l-filters-alignCenter {
    margin: 40px auto 10px;
    padding: 10px 0 20px 0;
    text-align: center;
    background-color: transparent;
}
.cbp-l-filters-alignRight .cbp-filter-item:hover,
.cbp-l-filters-alignCenter .cbp-filter-item:hover {
    color: #fff;
}
.cbp-l-filters-alignCenter .cbp-filter-item-active {
    color: #fff!important;
}
.cbp-l-filters-dropdownWrap {
    width: 150px;
    position: absolute;
    right: 0;
    background: #f6f7f7;
}
.cbp-l-filters-dropdownHeader {
    font: 12px/38px "Open Sans",sans-serif;
    margin: 0 17px;
    color: #333;
    cursor: pointer;
    position: relative;
}

.cbp-l-filters-dropdownList .cbp-filter-item {
    background: none;
    color: #666;
    width: 100%;
    text-align: left;
    font: 12px/40px "Open Sans",sans-serif;
    margin: 0;
    padding: 0 17px;
    cursor: pointer;
    border: 0;
    border-top: 1px solid #ccc;
}
.cbp-l-filters-dropdownHeader:after {
    border-color: #666 rgba(0,0,0,0);
    border-style: solid;
    border-width: 5px 5px 0;
    content: "";
    height: 0;
    position: absolute;
    right: 0;
    top: 50%;
    width: 0;
    margin-top: -1px;
}
.cbp-item-w h4 {
    margin-top: 10px;
    margin-bottom: 2px;
}
.cbp-l-loadMore-button .cbp-l-loadMore-button-link {
    background: #f6f7f7;
    border-radius: 3px;
    display: inline-block;
    font: 400 14px/34px "Roboto",sans-serif;
    min-width: 80px;
    text-decoration: none;
    padding: 3px 23px;
    outline: 0;
    margin-top: 30px;
}
.cbp-l-loadMore-button .cbp-l-loadMore-button-link:hover {
    color: #fff;
}
.cbp-popup-singlePage .cbp-popup-navigation-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    height: 56px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.15);
	box-shadow:0 1px 4px rgba(0, 0, 0, 0.15);
}
.cbp-popup-singlePage .cbp-popup-close,
.cbp-popup-singlePage .cbp-popup-next,
.cbp-popup-singlePage .cbp-popup-prev {
    height: 34px;
    width: 34px;
    top: 8px;
}
.cbp-popup-singlePage-counter {
    top: -24px;
    font-weight: 400;
    color: #333;
}
.cbp-popup-lightbox .cbp-popup-close,
.cbp-popup-lightbox .cbp-popup-next,
.cbp-popup-lightbox .cbp-popup-prev {
    -webkit-transition: all 0.11s ease-in-out;
    -moz-transition: all 0.11s ease-in-out;
    -o-transition: all 0.11s ease-in-out;
    transition: all 0.11s ease-in-out;
}
.cbp-popup-lightbox .cbp-popup-close {
    opacity: .4;
    background: url("../img/portfolio/buttons/popup-close-light.png") no-repeat;
}
.cbp-popup-lightbox .cbp-popup-close:hover {
    opacity: 1;
    background: url("../img/portfolio/buttons/popup-close-light.png") no-repeat;
}
.cbp-popup-lightbox .cbp-popup-prev {
    opacity: .4;
    background: url("../img/portfolio/buttons/popup-prev-light.png") no-repeat;
}
.cbp-popup-lightbox .cbp-popup-prev:hover {
    opacity: 1;
    background: url("../img/portfolio/buttons/popup-prev-light.png") no-repeat;
}
.cbp-popup-lightbox .cbp-popup-next {
    opacity: .4;
    background: url("../img/portfolio/buttons/popup-next-light.png") no-repeat;
}
.cbp-popup-lightbox .cbp-popup-next:hover {
    opacity: 1;
    background: url("../img/portfolio/buttons/popup-next-light.png") no-repeat;
}

.cbp-popup-singlePage .cbp-popup-close,
.cbp-popup-singlePage .cbp-popup-next,
.cbp-popup-singlePage .cbp-popup-prev {
    top:17px;
    -webkit-transition: all 0.11s ease-in-out;
    -moz-transition: all 0.11s ease-in-out;
    -o-transition: all 0.11s ease-in-out;
    transition: all 0.11s ease-in-out;
}
.cbp-popup-singlePage .cbp-popup-prev {
    background: url("../img/portfolio/buttons/popup-prev-dark.png") no-repeat;
}
.cbp-popup-singlePage .cbp-popup-prev:hover {
    top:18px;
    opacity: .2;
    background: url("../img/portfolio/buttons/popup-prev-dark.png") no-repeat;
}
.cbp-popup-singlePage .cbp-popup-next {
    background: url("../img/portfolio/buttons/popup-next-dark.png") no-repeat;
}
.cbp-popup-singlePage .cbp-popup-next:hover {
    top:18px;
    opacity: .2;
    background: url("../img/portfolio/buttons/popup-next-dark.png") no-repeat;
}
.cbp-popup-singlePage .cbp-popup-close {
    background: url("../img/portfolio/buttons/popup-close-dark.png") no-repeat;
}
.cbp-popup-singlePage .cbp-popup-close:hover {
    top:18px;
    opacity: .2;
    background: url("../img/portfolio/buttons/popup-close-dark.png") no-repeat;
}
.cbp-popup-singlePage .cbp-popup-content {
    margin-top: 0;
    max-width: 100%;
}
.project-video,
.project-widget,
.project-info{
    margin-bottom: 60px;
}
.project-big-slider {
    margin-bottom: 20px;
}
.project-big-slider img {
    min-width: 100%;
}
.project-widget h4 {
    margin-top: 0;
}
.project-widget p {
    color: #666!important;
}
.cbp-popup-lightbox-title {
	font-size: 16px;
}



/*********************************GET CONNECTED SECTION*********************************/
#get-connected {
    padding-top: 75px;
}
.connected-icon a span {
    display: block;
}
.connected-icons {
    display: inline-block;
    list-style: none;
	padding: 0;
}
.connected-icons li {
	display: inline-block;
    padding: 15px 40px;
}
.connected-icon a h4 {
    font-size: 15px;
    letter-spacing: 1px;
    margin-bottom: 5px;
}
.connected-icon a .grey {
    font-size: 13px;
}
.connected-icon a .icon {
    line-height: 1!important;
}
.connected-icon a h4,
.connected-icon a span {
    -webkit-transition: 0.2s all linear;
	-moz-transition: 0.2s all linear;
    -o-transition: 0.2s all linear;
	transition: 0.2s all linear;
}
.connected-icon a .icon {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin: 0 auto 0 auto;

	-webkit-transition: 0.16s all linear;
	-moz-transition: 0.16s all linear;
    -o-transition: 0.16s all linear;
	transition: 0.16s all linear;
}
.connected-icon a:hover .icon {
    background: rgba(255,255,255,0.1);
    font-size: 4em;
    padding-top: 22px;
}


/*********************************SERVICES SECTION*********************************/
#services {
	padding: 80px 0;
}
.service {
    margin-top: 20px;
}
.service-info {
    margin-top: 40px;
}



/*********************************CALL TO ACTION*********************************/
#call-to-action-1 {
    padding-top: 45px;
	padding-bottom: 53px;
}
#call-to-action-1 p {
    margin: 23px 0 30px 0;
    line-height: 1.8;
}



/*********************************PRICE LIST SECTION*********************************/
#price-list {
    padding: 80px 0;
}
.price-list-box {
    padding-left: 7px;
    padding-right: 7px;
}
.price-box {
    padding-top: 15px;
    padding-bottom: 15px
}
.price-table {
    text-align: center;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
    box-shadow: 0 5px 5px -5px rgba(255, 255, 255, 0.2);
}
.price-table p {
    margin: 0;
}
.price-table .label {
    display: block;
    color: #f0f0f0;
    padding-top: 27px;
    padding-bottom: 25px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 2px;
    margin: 0;
    border-radius: 0;
}
.price-table {
    border: 1px solid rgba(255,255,255,0.5);
}
.price-table .price {
    padding: 24px 0;
}
.price-table .price .currency {
    position: relative;
    right: 5px;
    font-weight: 400;
    font-size: 20px;
}
.price-table .price .pricing {
    position: relative;
    right: 5px;
    font-weight: 700;
    font-size: 55px;
    line-height: 1;
    color: #f6f6f6;
}
.price-table .price .time-period {
    display: block;
    font-size: 14px;
    font-weight: 400;
}
.price-table .features .feature {
    display: block;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding: 0.75em;
    height: 1.5em;
    line-height: 1.5em;
}
.price-table .features .option-button {
    padding: 1em;
    height: auto;
    line-height: 1.75;
}
.price-table .features .feature {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.price-table .btn {
    margin-top: 20px;
    margin-bottom: 20px;
}
.btn-effect:focus {
    color: #fff;
}
.price-table .features .no-border {
    border-top: none;
}
.featured .price-box {
    padding-top: 0;
    padding-bottom: 0;
    background: rgba(145,218,50, 1);

    box-shadow: 0 0 13px rgba(255,255,255,.4);
    -moz-box-shadow: 0 0 13px rgba(255,255,255,.4);
    -webkit-box-shadow: 0 0 13px rgba(255,255,255,.4);
    -o-box-shadow: 0 0 13px rgba(255,255,255,.4);
}
.featured .price-table .price {
    padding: 30px 0;
}
.featured .price-table .label {
    display: block;
    color: #f0f0f0;
    padding-top: 27px;
    padding-bottom: 25px;
    font-size: 22px;
}
.featured .price-table h3 span{
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-top: 7px;
}
.featured .price-table .btn-effect {
    padding: 10px 24px!important;
    font-size: 14px;
    margin: 17px 0 17px 0;
}
.btn-effect {
    display: inline-block;
    text-align: center;
    cursor: pointer;
    color: #fff;
    font-weight: 400!important;
    font-size: 14px;
    overflow: hidden;
    position: relative;
    z-index: 0;
    vertical-align: middle;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    text-decoration: none;
    text-shadow: none;
    padding: 8px 22px;
    border: 1px solid rgba(255,255,255,0.7);
    border-radius: 3px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.btn-effect:after {
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    transition: all 0.3s;
}
.btn-effect:hover {
    background: none;
    opacity: 1!important;
    color: #fff;
}
.btn-effect:hover:after {
    height: 100%;
}



/*********************************CLIENTS SECTION*********************************/
#clients {
	padding: 80px 0;
	background: #f5f5f5;
}
.client {
    padding: 8px;
}
.client a {
    position: relative;
    display: block;
}
.client a img {
    display:block;
    margin:auto;
}
.clients .client .logo-dark,
.clients .client a .logo-dark {
      background: #f9f9f9;
      position: relative;
      z-index: 2;
      opacity: 1;
      -moz-opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=100);
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
}

.clients .client .logo-light,
.clients .client a .logo-light {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
}
.clients .client:hover .logo-dark,
.clients .client a:hover .logo-dark {
      opacity: 0;
      -moz-opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
}
.clients .owl-carousel .owl-item img {
	background: #ffffff;
}



/*********************************TESTIMONIALS SECTION*********************************/
#testimonials {
	padding: 80px 0;
}
#testimonials  .testimonial {
    position: relative;
    display: block;
}
.testimonial span {
    font-size: 30px;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0;
    font-weight: 300;
    line-height: 32px;
    padding-left: 35px;
    color: #fff;
}
#testimonials .testimonial strong {
    font-weight: 700;
}
#testimonials .icon-left {
    position: absolute;
    font-size: 20px;
    margin-left: 10px;
    margin-right: 10px;
}
#testimonials .icon-right {
    position: absolute;
    font-size: 20px;
    margin-left: 10px;
    margin-right: 10px;
    transform:rotate(180deg);
    -ms-transform:rotate(180deg); /* IE 9 */
    -webkit-transform:rotate(180deg);
}
.testimonial-name {
    margin-top: 40px;
    margin-bottom: 5px;
}
.testimonial-name h3 {
	margin-top: 20px;
}
.testimonial-name img {
   border-radius: 50px;
}
.testimonial-name h4 {
    padding-top: 5px;
    margin-bottom: 3px;
}
.testimonial-name a {
    font-size: 16px;
    margin-bottom: 5px;
	color: #fff
}
.testimonial-name a:hover {
    color: #eee;
}



/*********************************CONTACT FORM SECTION*********************************/
#contact {
   padding: 80px 0;
}
#contact .section-title {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 32px;
}
#contact h1 { margin: 10px 0 10px; font-size: 24px; color: #fff; }
#contact hr { color: inherit; height: 0; margin: 6px 0 6px 0; padding: 0; border: 1px solid #d9d9d9; }

/* Form style */
#contact input, select, textarea{
	font-weight: 400;
	font-size: 16px;
	width: 100%;
	padding: 13px;
	color: #333;
	border-bottom: 2px solid #f0f0f0;
	margin: 3px 0 24px 0;
	-webkit-border-radius: 2px;
	border-left: 0;
	border-right: 0;
	border-top: 0;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
    border-color: transparent;
    box-shadow: none;
    outline: 0 none;
}
textarea {
	width: 100%;
	height: 120px;
	padding: 13px;
	color: #333;
	border-bottom: 2px solid #f0f0f0;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	margin-top: 7px;
	margin-right:15px;
	-webkit-border-radius: 2px;
}
::-webkit-input-placeholder {
    font-weight: 700;
    text-transform: uppercase;
    color:#555;
}
#contact input:focus, textarea:focus, select:focus {
	border: 1px solid #f0f0f0;
	background-color: #f0f0f0;
	color:#333;
}

#contact input.submit {
    width: auto!important;
    font-size: 14px;
    font-weight: 700;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    line-height: 1;
    letter-spacing: 1px;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 16px;
    padding-bottom: 14px;
    text-align: center;
    text-transform: uppercase;

    box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
    -o-box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;

    transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -webkit-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
}
#contact input.submit:hover {
	opacity: .7;
}
#contact input[type="submit"][disabled] { background:#888; }

#contact span.required {
	font-size: 13px;
	color: #ff0000;
}
#message {
	margin: 10px 0;
	padding: 0;
}
.error_message {
    top: -10px;
    margin-left: auto;
    margin-right: auto;
    line-height: 22px;
    padding: 3px 15px 3px 15px;
    color: #f4f4f4;
    -webkit-border-radius: 3px;
    background-color: #c0392b;
    background-position: 10px center;
    background-repeat: no-repeat;
}
.loader {
	padding: 0 10px;
}
acronym {
border-bottom:1px dotted #ccc;
}
#contact-form .contact-details {
    list-style: none;
    margin: 0 0 30px 5px;
    padding: 0;
}
#contact-form .contact-details p {
    margin-bottom: 3px;
}
.contact-details-title {
    margin-top: 15px;
    margin-bottom: 10px;
}
.contact-details-info {
    margin-bottom: 30px;
}
.contact-details-social {
    padding-left: 0;
}
.contact-details-social li {
    display: inline;
    list-style-type: none;
    padding-right: 10px;
    font-size: 22px;
}
.contact-details-social li a {
    color: #666;
}



/*********************************GOOGLE MAP SECTION*********************************/
#map {
    height:450px;
    width:100%;
}



/*********************************VIDEO POPUP SECTION*********************************/
#video-section {
    padding-top: 20px;
    padding-bottom: 20px;
}
#video-section .row {
    margin-top: 90px;
}
#video-section .logo {
    margin-bottom: 20px;
    width: 180px;
}
#video-section h3 {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 30px;
}
#video-section p {
    margin-bottom: 10px;
}
#video-section .cbp-wrapper,
#video-section .cbp .cbp-item {
    position: relative;
    height: 110px;
}
#video-section .cbp-item-wrapper {
    top: 20px;
}
#video-section .cbp {
    overflow: visible;
}

#video-section .cbp-item {
    width: 100%;
}
.play {
    position: relative;
    display: inline-block;
    width: 90px;
    height: 90px;
    margin-right: 35px;
    border: 7px solid rgba(255,255,255,.9);
    border-radius: 50%;
    text-indent: -999em;
    cursor: pointer;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
#video-section .subheading.grey:after {
    margin-top: 25px;
    opacity: .6;
}
#video-section .cbp-item-wrapper {
    padding-left: 20px;
}
.play:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    height: 0;
    width: 0;
    margin: -12px 0 0 -6px;
    border: solid transparent;
    border-left-color: rgba(255,255,255,.9);
    border-width: 12px 20px;
    pointer-events: none;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.play:hover:after {
    border-left-color: rgba(255,255,255,.7);
}
.play:hover{
    border: 7px solid rgba(255,255,255,.7);
}


/*Background*/
.home-video {
	position: relative;
	width: 100%;
}
.home-video .video-container {
	margin-bottom: 0;
}
.homepage-hero-module {
	border-right: none;
	border-left: none;
	position: relative;
}
.no-video .video-container video,
.touch .video-container video {
	display: none;
}
.no-video .video-container .poster,
.touch .video-container .poster {
	display: block !important;
}
.video-container {
	position: relative;
	bottom: 0%;
	left: 0%;
	height: 100%;
	width: 100%;
	overflow: hidden;
	background: #000;
}
.video-container .poster img {
	width: 100%;
	bottom: 0;
	position: absolute;
}
.video-container .filter {
	z-index: 100;
	position: absolute;
	background: rgba(0, 0, 0, 0.4);
	width: 100%;
}
.video-container video {
	position: absolute;
	z-index: 0;
	bottom: 0;
}
.video-container video.fillWidth {
	width: 100%;
}

.video-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
}



/*********************************FOOTER*********************************/
#footer {
	background: #f5f5f5;
}
.footer-widgets {
    background-color: #252525;
    color: #7e7e7e;
    padding: 55px 0 0 0;
    margin-bottom: 0
}
.col-footer {
    margin-bottom: 55px;
    max-height: 160px;
}
footer h4 {
    font-size: 16px;
    color: #DDD;
    margin-bottom: 20px;
    text-transform: uppercase;
}
footer p {
    font-size: 16px;
    color: #a0a0a0;
}
.tweet ul {
    list-style: none;
    padding-left: 0;
}
.tweet ul li {
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 400;
    color: #a0a0a0;
}
.tweet ul li .date {
    color: #CCC;
}
footer .contact-details {
    list-style: none;
    margin: 0;
    padding: 0
}
.contact-details .icon {
    font-size: 1.2em;
    margin-right: 8px;
}
.footer-copyright {
    padding-top: 80px;
    padding-bottom: 20px;
}
.footer-copyright p {
    margin: 0;
    line-height: 22px;
    color: #8C8989;
    padding: 10px 0 20px;
}
footer #social-icons {
    list-style: none;
    text-align: right;
    margin: 0;
}
footer .social-icons {
    list-style: none;
    text-align: center;
    margin: 0;
    padding: 0;
}
footer .social-icons li {
    font-size: 30px;
    display: inline-block;
    margin: 10px;
}
footer .social-icons li a {
    color: #46494a;
}
footer #social-icons li {
    font-size: 20px;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}
footer #social-icons li a {
    color: #46494a;
}
footer a:hover {
    color: #fff;
}


/*********************************SUBSCRIBE FORM*********************************/
.subscription .form-validation {
    position: absolute;
    padding: 8px 13px 8px 13px;
    border-radius: 3px;
    top: 63px;
    z-index: 99;
}
.subscription .alert-danger {
    font-size: 13px;
    color: #ccc;
    background-color: #c0392b;
    border-color: #c0392b;
}
.subscription .alert-danger:after {
    position: absolute;
    border-color: #c0392b transparent;
    border-style: solid;
    border-width: 10px 8px 0;
    bottom: -10px;
    content: "";
    left: 45%;
}
.subscription .alert-success {
    font-size: 13px;
    color: #ccc;
    background-color: #2c3e50;
    border-color: #2c3e50;
}
.subscription .alert-success:after {
    position: absolute;
    border-color: #2c3e50 transparent;
    border-style: solid;
    border-width: 10px 8px 0;
    bottom: -10px;
    content: "";
    left: 45%;
}
.subscription input::-webkit-input-placeholder {
	color: #555;
	text-transform: capitalize;
    font-family: 'Open Sans',sans-serif;
}
.footer-subscribe-input {
    width: 100%;
    background-color: #333;
    border-radius: 4px;
    margin-top: 10px;
    margin-bottom: 8px;
    color: #7e7e7e;
    line-height: 1 \9;
    font-size: 14px;
    padding: 10px 15px;
    border: none;
    height: auto;
}
.subscription .btn-primary-full {
    top: 57px;
}
.subscribe-form-submit {
	width: 100%;
}
.subscribe-top ::-webkit-input-placeholder {
    font-weight: 700;
    text-transform: uppercase;
    color:#555;
}
.home-signin .btn-primary-full {
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.home-signin .btn-primary-full:hover {
    opacity: .8;
}
.section-links {
    padding: 0;
    list-style: none;
    font-size: 13px;
}
.section-links li {
    margin-bottom: 5px;
}
.section-links a {
    color: #a0a0a0;
}



/*********************************HOME LANDING SUBSCRIBE FORM*********************************/
.home-signin .input-group {
    margin-left: auto;
    margin-right: auto;
}
.subscribe-top {
    display: table-cell;
    width: 500px;
}
.home-signin .top-subscribe-input {
    display: table-cell;
    margin:0;
    background: #fff;
    padding: 18px 20px;
    border-radius: 0;
    color:#444;
    font-size:16px;
    font-weight:600;
    letter-spacing: 1px;
    width: 100%;
    border: none;
    height: auto;
		line-height: 18px;
}
.home-signin .sign-btn {
    display: table-cell;
    width: 180px;
}
.home-signin .btn-primary-full {
    padding: 27px 20px;
    border-radius: 0;
    line-height: 0;
    box-shadow: none;
    letter-spacing:1px;
    font-size:16px;
}
.home-signin a {
   margin-top: 50px;
}



/*********************************TWITTER FEED*********************************/
#twitter-feed {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #f6f7f7;
}
.ion-7x {
    font-size: 7em;
}



/*********************************BACK TO TOP BUTTON*********************************/
#back-to-top {
    position: fixed;
    color: #fff;
    z-index: 100;
    line-height: 26px;
    bottom: -50px;
    right: 20px;
    cursor: pointer;
    border-radius: 2px;
    height: 30px;
    width: 30px;
    display: block;
    text-align: center;
    transition: background-color 0.1s linear;
    -moz-transition: background-color 0.1s linear;
    -webkit-transition: background-color 0.1s linear;
    -o-transition: background-color 0.1s linear;
}
#back-to-top:hover {
    color: #fff;
    background-color: #121212;
}
#back-to-top .icon {
    font-size: 10px;
}
.to-top {
    cursor: pointer;
}



/*********************************BUTTONS*********************************/
.btn-primary {

    margin-top: 24px;
    text-transform: uppercase;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
}
.btn,
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    line-height: 1.6;
    letter-spacing: 1px;
    margin: 0 5px 0 5px;
    padding: 10px 22px;
    text-align: center;

    box-shadow: 0 -3px rgba(0, 0, 0, 0.3) inset;
    -moz-box-shadow: 0 -3px rgba(0, 0, 0, 0.3) inset;
    -webkit-box-shadow: 0 -3px rgba(0, 0, 0, 0.3) inset;
    -o-box-shadow: 0 -3px rgba(0, 0, 0, 0.3) inset;

    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
}
.btn:hover,
.btn-primary:hover,
.btn-success:hover,
.btn-info:hover,
.btn-warning:hover,
.btn-danger:hover {
	border-color: transparent;
    opacity: .7;
}
.btn:focus,
.btn-primary:focus,
.btn-success:focus,
.btn-info:focus,
.btn-warning:focus,
.btn-danger:focus {
    border-color: transparent;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #333;
    border-color: transparent;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus, .btn:active,
.focus,
.btn.active.focus {
outline: none;
outline-offset: 0;
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: transparent;
    border: none;
}
.btn-default:hover {
    color: #fff;
}
.btn-primary-full {
    width: 100%;
    text-transform: uppercase;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 2;
    margin: 0;
    padding: 5px 20px;
    text-align: center;
    transition: background-color 0.1s linear;
    -moz-transition: background-color 0.1s linear;
    -webkit-transition: background-color 0.1s linear;
    -o-transition: background-color 0.1s linear;
}
.btn-primary-full:hover {
    background-color: #333;
}
.open .dropdown-toggle.btn-primary {
    border-color: transparent;
}
.btn-transparent {
    padding: 6px 20px!important;
    color: #fff;
    font-weight: 400!important;
    background-color: transparent;
    border: 2px solid rgba(255,255,255,.8);
}
.btn-transparent-dark {
    padding: 6px 20px!important;
    color: #252525;
    text-transform: uppercase;
    font-weight: 700!important;
    background-color: transparent;
    border: 2px solid rgba(0,0,0,.7);
}
.btn-buy {
    color: #f6f7f7;
    padding: 2px 6px;
    font-size: 10px;
    line-height: 1;
    border-radius: 2px;
    transition: background-color 0.1s linear;
    -moz-transition: background-color 0.1s linear;
    -webkit-transition: background-color 0.1s linear;
    -o-transition: background-color 0.1s linear;
}
.btn-icon .icon {
    margin-right: 5px;
}
.btn-icon {
    margin-right: 10px;
}
.btn-xs {
    font-size:10px;
}
.btn-sm {
    font-size:12px;
}
.btn-md {
    font-size:16px;
}
.btn-lg {
    font-size:18px;
}
#page-top {
    background: #2980b9;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #2c3e50, #2980b9);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #2c3e50, #2980b9); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	/*background: url(../img/background3.jpg);*/
	height: 400px;
	-webkit-background-size: cover;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
}
#page-top h2 {
	margin-top: 0;
}
#page-top img {
    position: relative;
    width: 100%;
}
.page-top-title {
    z-index: 99;
}
.page-top-title h2 {
    font-size:60px;
    letter-spacing:2px;
}
.shortcode-heading {
    margin:60px 0 60px 0;
}
.dark-grey {
    color: #666;
}
.shortcode-btns {
    margin-bottom:20px;
}

ul.check-list-1 li:before,
ul.check-list-2 li:before,
ul.check-list-3 li:before,
ul.chevron-list-1 li:before,
ul.chevron-list-2 li:before,
ul.dot-circle-list li:before {
display: inline-block;
width: 40px;
margin-left: -40px;
text-align: center;
line-height: inherit;
font-family: 'Ionicons';
}
ul.check-list-1,
ul.check-list-2,
ul.check-list-3,
ul.chevron-list-1,
ul.chevron-list-2,
ul.dot-circle-list,
ul.caret-list {
	list-style:none;
}
ul.check-list-1 li:before {
	font-size: 13px;
	content: '\f122';

}
ul.check-list-2 li:before {
	font-size: 13px;
	content: '\f120';

}
ul.check-list-3 li:before {
	font-size: 13px;
	content: '\f374';

}
ul.chevron-list-1 li:before {
	font-size: 13px;
	content: '\f125';

}
ul.chevron-list-2 li:before {
	font-size: 13px;
	content: '\f362';

}
ul.dot-circle-list li:before {
	font-size: 13px;
	content: '\f14b';

}
ul.caret-list li:before {
	font-size: 13px;
	content: '\f152';

}
.btn-link:hover,
.btn-link:focus {
  color: #3a3a3a;
  text-decoration: underline;
  background-color: transparent;
}
.shortcode-title {
    padding: 0 0 20px 0;
    text-align: center;
}
.form-control:focus {
    border-color: #3a3a3a;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-control {
    border-radius: 0;
}
.blog-author {
    margin: 60px 0 60px 0;
}
.author-img {
    max-height:100px;
    float:left;
    margin-right: 20px
}

.action-btn {
    margin: 20px 0 20px 0;
}
.call-action-1 {
    background: #3a3a3a;
    padding: 20px;
    margin: 20px 0 20px 0;
}
.call-action-2 {
    border: 1px solid #CCC;
    padding: 20px;
    margin: 20px 0 20px 0;
}
.call-action-3 {
    border: 1px solid #CCC;
    padding: 20px 40px 20px 40px;
    margin: 20px 0 20px 0;
    vertical-align: middle;
    display: table;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 1px;
    box-shadow: none;
}
.panel-default>.panel-heading {
    color: #666;
    background-color: #f0f0f0;
    padding: 15px 17px;
}
.panel-heading i {
    margin-right: 5px;
    font-size: 12px
}
.panel-title {
    font-size: 13px;
    text-transform: uppercase;
}
.panel-title:hover {
     cursor: pointer;
}
.panel-body {
    background-color: #f6f7f7;
    padding-left: 30px;
    color: #666;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
    border: none;
    background: none;
}
/*--tabs--*/
.nav-tabs>li>a {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #666;
    cursor: default;
    background-color: #f0f0f0;
    border: 1px solid #f0f0f0;
    border-radius: 4px;
}
.nav-tabs>li>a:hover {
    color: #fff;
    cursor: pointer;
}
.nav-tabs {
    border-bottom: none;
}
.tab-pane p {
    line-height: 24px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    cursor: pointer;
}
.tab-content {
    padding-top: 20px;
}
.separator {
    color: #fff;
    background: #000;
}
.separator:before,
.separator:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 100%;
	z-index: 199;
	height: 0;
	width: 50%;
	border-bottom: 20px solid;
}
.separator:before {
	border-right: 20px solid transparent;
	left: 0;
}
.separator:after {
	border-left: 20px solid transparent;
	right: 0;
}
.bg-grey {
    background-color: #f9f9f9;
}



/*********************************OWL CAROUSEL*********************************/
.owl-carousel  .owl-item {
	/*cursor: move;  fallback if grab cursor is unsupported */
	cursor: grab;
	cursor: -moz-grab;
	text-align:center;
}
.owl-theme .owl-controls .owl-buttons div {
    color: #333;
    display: inline-block;
    margin: 5px 3px 10px 3px;
    padding: 0 10px;
    font-size: 12px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

 /* Applies a "closed-hand" cursor during drag operation. */
.owl-carousel  .owl-item:active {
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.owl-theme .owl-controls .owl-page span {
    cursor: pointer;
    display: inline-block;
    border: 2px solid transparent;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    margin: 0 3px;
    -webkit-background-clip: content-box;
    background-clip: content-box;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.owl-theme .owl-controls .owl-page.active span {
    border-color: #fff;
    background-color: transparent;
}
.owl-carousel{
    overflow: hidden;
}
.owl-theme .owl-controls .owl-buttons div {
    padding: 5px 9px;
    background: rgba(0,0,0,.2);
    opacity: 0;
}
.owl-carousel:hover .owl-controls .owl-buttons div {
    opacity: 1;
}
.owl-prev:hover,
.owl-next:hover {
    opacity: .7!important;
}
.owl-theme .owl-controls .owl-buttons div,
.owl-carousel:hover .owl-controls .owl-buttons div {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.owl-buttons i {
    font-size: 16px;
    color: #fff;
}
.owl-buttons div {
    position: absolute;
}
.owl-buttons .owl-prev {
    left: -6px;
    height: 115px;
    width: 43px;
    line-height: 111px;
}
.owl-buttons .owl-next {
    right: -6px;
    height: 115px;
    width: 43px;
    line-height: 111px;
}
.blog-post-fullwidth .owl-buttons .owl-prev,
.blog-post-fullwidth .owl-buttons .owl-next {
    margin-top: 10%;
}



/*********************************BLOG*********************************/
.post-time-section {
	float: left;
	text-align: center;
	margin-right: 15px;
	margin-top: 15px;
	margin-bottom: 0;
	border-radius: 3px;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	overflow: hidden;
}

.post-time-section .post-date {
	padding: 10px 0;
	width: 55px;
	background-color: #444;
	color: #fff;
}

.post-time-section .post-date .day {
	font-size: 20px;
	font-weight: 700;
	display: block;
	letter-spacing: 1px;
}

.post-time-section .post-month .month {
	display: block;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 1px;
	height: 25px;
	line-height: 25px;
	color: #fff;
}
.blog-column-left{
   margin-left: 70px;
   margin-top: 12px;
}
#blog {
    padding: 80px;
}
.blog-post {
    position: relative;
    margin-bottom: 80px;
}
.blog-post p {
    line-height: 1.8;
}
.blog-post-title {
    letter-spacing: 1px;
    font-size: 26px;
    margin-top: 12px;
}
.blog-post-title a {
    color: #333;
}
.blog-post-info {
    list-style: none;
    padding: 0;
    margin-bottom: 15px;
}
.blog-post-info li {
    display: inline-block;
    font-size: 15px;
    margin-right: 15px;
}
.blog-post-info li a {
    color: #888;
}
.blog-post-info li a:hover {
    color: #333;
}
.blog-post-info li i {
    font-size: 12px;
    margin-right: 3px;
}
.blog-post-date {
    position: absolute;
    right: 5px;
    top: -7px;
    text-align: center;
}
.blog-post-date h2,
.blog-post-date h5 {
    margin: 0;
}
.blog-post .video-container {
    margin-bottom: 0;
}
.blog-post .img-responsive {
    width: 100%;
}
.blog-post .owl-pagination {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 20px;
    left: 0;
    text-align: center;
    z-index: 100 !important;
}
.blog-post .owl-theme .owl-controls .owl-page span {
    cursor: pointer;
    display: inline-block;
    background-color: #888;
    border: 2px solid transparent;
    height: 12px;
    width: 12px;
    margin: 0 3px;
    opacity: 1;
    -webkit-background-clip: content;
    background-clip: content-box;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.blog-post .owl-theme .owl-controls .owl-page.active span {
    border-color: #888;
    background-color: transparent;
}
.blog-post .owl-controls.clickable {
    margin-top: 0;
    text-align: center;
}
.blog-post .btn {
    margin-top: 10px;
    margin-left: 0;
}
.pager li>a,
.pager li>span {
    display: inline-block;
    padding: 8px 13px;
    background-color: #333;
    border: none;
    border-radius: 2px;
    font-size: 14px;
    color: #f3f3f3;
}
.post-title a {
    color: #3a3a3a;
}
.post-img {
    margin-bottom:10px;
}
.project-img {
    margin-bottom:60px;
}
.tags-list {
    list-style: none;
    padding:0;
}
.tags-list li {
    font-size: 15px;
    margin-top: 5px;
    display: inline-block;
    padding: 5px 9px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.tags-list li a {
    color: #888;
}
.blog-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.blog-list li {
    color: #888;
    font-size: 16px;
    padding: 10px;
    border-bottom: 1px solid rgba(0,0,0,0.06);
}
.blog-list li a {
    color: #3a3a3a;
}
.blog-list li a:hover {
    color: #fff;
}
.blog-list li:hover a {
    color: #fff;
}
.blog-widget-container {
    margin-bottom: 60px;
}
.blog-widget-container .form-control {
    font-family: 'Open Sans',sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
    box-shadow: none;
    background: #f3f3f3;
    border: 1px solid #ccc;
}
.search {
    height: 40px;
}
.search-button {
    position: absolute;
    height: 40px;
    right: 50px;
    width: 50px;
    overflow: hidden;
    padding: 5px 10px;
    border: none;
    box-shadow: none;
    font-size: 22px;
    color: #fff;
    z-index: 6;
}
.search-button:hover {
    border: none;
    box-shadow: none;
    border-radius: 0;
}
.blog-clean .post-title {
    font-size: 40px;
    margin-top: 30px;
    margin-bottom: 10px;
    letter-spacing: -2px;
}
.blog-clean .post-subtitle {
    margin: 0;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 10px;
}
.blog-post .lead {
    margin-bottom: 20px;
    line-height: 1.6;
}
pre {
    background-color: #f3f3f3;
    border: none;
    border-radius: 0;
    color: #888;
}
.comments {
    margin-top: 40px;
    margin-bottom: 80px;
}
.comments-title {
    text-transform: uppercase;
    margin-bottom: 20px;
}
.comments .avatar {
    width: 65px;
}
.comment {
    margin-bottom: 20px;
}
.comment .media-body {
    background: #f3f3f3;
    padding: 20px;
}
.comment .time {
    margin-bottom: 20px;
}
.comment .media-body p {
    color: #888;
}
.depth-2 {
    padding-left: 40px;
}
.depth-3 {
    padding-left: 80px;
}
.comment-form {
    margin-bottom: 80px;
}
.comment-form input, select, textarea{
    font-weight: 400;
	width: 100%;
	padding: 13px;
	color: #333;
	border-bottom: 2px solid #f0f0f0;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	margin: 3px 0 24px 0;
	-webkit-border-radius: 2px;
}
.comment-form input, select, textarea {
    margin: 3px 0 10px 0;
    -webkit-border-radius: 2px;
}


#masonry .column {
    padding: 15px;
}
#masonry .blog-column {
    background: #f3f3f3;
    -o-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}


#masonry .column-info {
    padding: 15px;
}
#masonry img {
    width: 100%;
}
#masonry .blog-column .btn {
    margin-top: 20px;
    margin-left: 0;
}

.pricing_table {
	float: left;
	width: 100%;
	padding: 10px 0;
	text-align: center;
}
.pricing_table .planbox {
	float: left;
	width: 100%;
	border: 1px solid #e3e3e3;
	border-radius: 3px;
}
.pricing_table .planbox .title {
	float: left;
	width: 100%;
	padding: 20px 0 10px 0;
}
.pricing_table .planbox .prices {
	background: #5f686f;
	display: inline-block;
	margin-bottom: 35px;
	position: relative;
	width: 100%;
	padding: 27px 0 23px 0;
	color: #fff;
}
.pricing_table .planbox .prices strong {
	color: #fff;
	font-size: 45px;
	font-weight: 800;
	display: block;
}
.pricing_table .planbox .prices strong i {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
}
.pricing_table .planbox .prices b {
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	font-style: normal;
	display: block;
	margin-bottom: 20px;
}
.pricing_table .planbox .prices b em {
	font-style: normal;
	text-decoration: line-through;
}
.pricing_table .planbox .prices a {
	color: #5f686f;
	font-size: 14px;
	background: #fff;
	padding: 11px 32px;
	border-radius: 3px;
	text-transform: uppercase;
	font-weight: 600;
	transition: all 0.3s ease;
}
.pricing_table .planbox .prices a:hover {
	color: #fff;
}
.pricing_table .planbox.highlight .prices a:hover {
	background: #fff;
}
.pricing_table .planbox ul {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0 0 20px 0;
   list-style:none;
}
.pricing_table .planbox li {
	float: left;
	position: relative;
	width: 100%;
	padding: 9px 0 9px 36px;
	color: #2a363f;
	border-bottom: 1px solid #eee;
	text-align: left;
	font-size: 16px;
}
.pricing_table .planbox li strong {
	position: absolute;
	left: 10px;
}
.pricing_table .planbox li.last {
	border-bottom: none;
}
.pricing_table .planbox.highlight .prices a {
	background: #fff;
}
.pricing_table .planbox.highlight .prices a:hover {
	color: #5f686f;
}
.pricing_table .planbox.highlight .hiimg {
	display: block;
	margin: -22px auto 0 auto;
}
#contact h3 {
	margin-bottom: 20px;
}
.address-box ul {
	list-style-type: none;
	padding-left: 0;
	margin: 6px;
}
.address-box .title {
	text-transform: uppercase;
}
.address-box ul li {
	color: #666;
	display: block;
	padding: 0 0 2px 26px;
	position: relative;
}
.address-box ul li .fa {
	left: 0;
	position: absolute;
	top: 3px;
	display: inline-block;
}
div.op-1, div.op-2, div.op-3 {
	font-size: 20px;
	margin-top: 28px;
}
#googlemap {
	width: 100%;
	overflow-x: hidden;
}
#googlemap iframe {
	width: 1920px;
	height: 450px;
	border: 0;
}


/*********************************BACK TO TOP BUTTON*********************************/
#scrollUp {
	background: #444 none repeat scroll 0 0;
	bottom: 15px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	color: #fff;
	font-size: 22px;
	height: 45px;
	line-height: 38px;
	overflow: hidden;
	padding-top: 3px;
	position: fixed;
	right: 15px;
	text-align: center;
	transition: all 0.3s ease 0s;
	width: 45px;
	z-index: 200;
}
@keyframes scroll-ani-to-top {
	0% {
		bottom: 0;
		opacity: 0;
	}
	50% {
		bottom: 50%;
		opacity: 1;
	}
	100% {
		bottom: 75%;
		opacity: 0;
	}
}
@keyframes scroll-ani-to-top {
	0% {
		bottom: 0;
		opacity: 0;
	}
	50% {
		bottom: 50%;
		opacity: 1;
	}
	100% {
		bottom: 75%;
		opacity: 0;
	}
}
#scrollUp:hover i {
	animation: 800ms linear 0s normal none infinite running scroll-ani-to-top;
	bottom: 0;
	height: 100%;
	left: 0;
	margin-bottom: -25px;
	position: absolute;
	width: 100%;
}
/*********************************BACK TO TOP BUTTON*********************************/

/*********************************RESPONSIVE*********************************/
@media (max-width: 1360px) {
	nav { max-width: 1343px; }
}

@media (max-width: 992px) {
	.navbar-default .navbar-collapse {
		margin-top: 18px;
		padding-right: 0;
		padding-left: 0;
	}
	.navbar-small .navbar-collapse {
		margin-top: 0;
	}
	.navbar-header {
		float: none;
	}
	.navbar-left,.navbar-right {
		float: none !important;
	}
	.navbar-toggle {
		display: block;
	}
	.navbar-collapse {
		border-top: none;
		box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	}
	.container>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-collapse {
		margin-right: 0;
		margin-left: 0;
		padding-left: 25px;
		padding-right: 25px;
	}
	.container>.navbar-header {
		margin-right: 0;
		margin-left: 0;
		padding-left: 35px;
		padding-right: 35px;
	}
	.navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
	.navbar-collapse.collapse {
		display: none!important;
	}
	.navbar-nav {
		float: none!important;
		margin: 0;
	}
	.navbar-default .navbar-toggle {
		margin-top: 44px;
	}
	.navbar-small .navbar-toggle {
		margin-top: 11px;
	}
	.navbar-nav>li {
		float: none;
	}
	.navbar-nav>li>a,
	.navbar-nav>li>span {
		padding-top: 12px;
		padding-bottom: 12px;
	}
	.collapse.in{
		display:block !important;
		background: #ffffff;
		box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
	}
	.navbar-default .navbar-nav > li > a,
	.navbar-default .navbar-nav > li > span{
		color: #333;
	}
	.navbar-default .container {
		width: 100%;
	}
	.navbar-small .container {
		padding-right: 0;
		padding-left: 0;
		width: 100%;
	}

	.navbar-default ul li:last-child {
		border-bottom: none;
	}
	.navbar-default ul.nav li:last-child {
		border-bottom: none;
	}
	.navbar-default .navbar-right {
		margin-top: 7px;
		margin-bottom: 3px;
	}
	.dropdown-menu {
		float: none;
		position: static;
		background-color: transparent;
		box-shadow: none;
		border: none;
		margin-left: 15px;
	}
	.navbar-default ul li.open ul li {
		border-bottom: 0;
		padding: 5px;
		float: none!important;
	}

	.dropdown-menu li a {
		color: #fff;
		font-weight: 400;
		font-size: 14px;
	}
	.dropdown-menu>.active>a,
	.dropdown-menu>.active>a:hover,
	.dropdown-menu>.active>a:focus {
		background-color: transparent;
	}
	.feature-column {
		margin-top: 15px;
	}
	.back-icon {
		z-index: -1;
		color: #f8f8f8;
		position: absolute;
		padding-left: 30px;
		left: 0;
		top: 0;
		width: 80px;
		height: 80px;
		line-height: 80px;
		font-size: 80px;
	}
	.skills-row {
		margin-bottom: 40px;
	}
	#quote blockquote {
		font-size: 22px;
	}
	#price-list {
		display: none;
	}
	#video-section .cbp {
		margin-bottom: 35px;
	}
	.footer-copyright p {
		text-align: center;
	}
	footer #social-icons {
		float: none!important;
		text-align: center;
		padding-left: 0;
		padding-top: 10px;
	}

	.banner-title {
		font-size: 60px;
	}
	.banner-title-area p {
		margin-top: 16px;
	}
	.banner-title-area {
		padding-bottom: 30px;
	}
	.home-slider-item-caption {
		margin-top: -97px;
	}

}

@media (max-width: 768px) {
	#features,
	#fun-facts,
	#portfolio,
	#about,
	#services,
	#quote,
	#team,
	#clients,
	#testimonials,
	#contact,
	#blog {
		padding: 50px 0;
	}
	.footer-copyright {
		padding-top: 50px;
	}

	.navbar-collapse {
		max-height: none;
		overflow-x: hidden;
	}
	#team .img-responsive {
		width: 100%;
	}
	#team .effects .img {
		margin: 0 100px;
	}
	.responsive-img {
		width: 100%;
		padding-bottom: 20px;
	}
	#home-parallax-fullwidth {
		height: 400px;
	}
	.col-twitter {
		margin-bottom: 55px;
		max-height: 160px;
	}
	.tp-banner .home-subheading div.op-1,
	.page-top-title .home-subheading div.op-1,
	.tp-banner-video .home-subheading div.op-1,
	.tp-banner .home-button div.op-1,
	.page-top-title .home-button div.op-1,
	.tp-banner-video .home-button div.op-1
	{
		margin-top: 0;
	}
	.tp-banner .home-subheading div.op-2,
	.page-top-title .home-subheading div.op-2,
	.tp-banner-video .home-subheading div.op-2,
	.tp-banner .home-button div.op-2,
	.page-top-title .home-button div.op-2,
	.tp-banner-video .home-button div.op-2
	{
		margin-top: 0;
	}
	.tp-banner .home-subheading div.op-3,
	.page-top-title .home-subheading div.op-3,
	.tp-banner-video .home-subheading div.op-3,
	.tp-banner .home-button div.op-3,
	.page-top-title .home-button div.op-3,
	.tp-banner-video .home-button div.op-3
	{
		margin-top: 0;
	}
	#home-landing .home-signin {
		display: none;
	}

	.banner-title {
		font-size: 48px;
	}
	.banner-title-area p {
		margin-top: 8px;
		font-size: 18px;
	}
	.banner-title-area {
		padding-bottom: 22px;
	}
	.home-slider-item-caption {
		margin-top: -82px;
	}

}
@media (max-width:600px) {
	.project-title {
		font-size: 24px;
	}
	.responsive-img {
		width: 100%;
		padding-bottom: 20px;
	}
	.tp-banner .home-subheading,
	.page-top-title .home-subheading,
	.tp-banner-video .home-subheading,
	#home-landing .home-subheading {
		display: none;
	}
	.tp-banner .home-subheading div.op-1,
	.page-top-title .home-subheading div.op-1,
	.tp-banner-video .home-subheading div.op-1 {
		margin-top: 0;;
	}
	.page-top-title h2,
	.home-title h2{
		font-size: 32px;
	}
	.tp-banner .btn,
	.tp-banner-video .btn {
		display: none;
	}

	.banner-title-area {
		padding-bottom: 0;
	}
	.banner-title {
		font-size: 44px;
		margin-bottom: 0;
		font-weight: 400;
		letter-spacing: 2px;
	}
	.home-slider-item-caption {
		margin-top: -16px;
	}
	.banner-title-area p,
	.banner-action-button-area {
		display: none;
	}
	.btn-about-owl-nav {
		width: 20px;
		height: 70px;
		margin-top: -35px !important;
	}
	.btn-about-owl-nav .fa {
		top: 21px;
		left: 5px;
	}
}
@media (max-width:564px) {
	.column { width: 100%; }
}

@media (max-width:482px) {
	.connected-icons li {
		padding: 15px 10px;
	}
	.connected-icon a .icon {
		font-size: 4em;
		width: 70px;
		height: 70px;
	}
	.connected-icon a:hover .icon {
		font-size: 3em;
		padding-top: 14px;
	}
	#contact .section-title {
		font-size: 35px;
		line-height: 35px;
		margin: 0 auto 40px;
	}
	.btn-responsive {
		font-size:90%;
	}
	#team .effects .img {
		margin: 0;
	}
	.testimonial span,
	#testimonials .icon-left,
	#testimonials .icon-right {
		display: none;
	}
	.banner-title {
		display: none;
	}
}
@media (max-width: 180px) {
	.action-5-btn {
		padding: 20px 0 20px 20px;
	}
}

@media (min-width:768px) {
	.responsive-img {
		width: 100%;
		padding-bottom: 20px;
	}
	#home-parallax-fullwidth {
		height: 600px;
	}
	.navbar-nav.navbar-right:last-child {
		margin-right: 0;
	}
	.subscribe-form-input {
		position: relative;
	}
	.subscribe-form-email {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}
	.subscribe-form-submit {
		position: absolute;
		top: 0;
		right: 0;
		width: 150px;
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}
	.action-5-btn {
		padding: 20px 0 20px 20px;
	}
	.action-5-info {
		text-align: left;
		display: table-cell;
		vertical-align: middle;
		padding: 0;
	}
	.action-5-btn {
		text-align: right;
		display: table-cell;
		vertical-align: middle;
	}

}
@media (min-width:564px) and (max-width:992px) {
	.column { width: 50%; }
}
@media (min-width: 768px) and (max-width: 992px) {
	.container {
		width: 100%;
		padding: 0 120px;
	}
	.home-heading {
		font-size: 55px;
	}

	.btn-responsive {
		font-size:100%;
	}
}
@media (min-width: 992px) {
	h1 {
		font-size: 66px;
		letter-spacing: 0;
	}
	h1 small {
		font-size: 66px;
		letter-spacing: 0;
	}
	.lead {
		font-size: 16px;
		font-weight: 400;
		color: #666;
		margin-bottom: 50px;
	}
	h2 {
		font-size: 50px;
		letter-spacing: 0;

	}
	h2 small {
		font-size: 50px;
		letter-spacing: 0;
	}
	.column {
		width: 33.3%;
	}
	.home-heading {
		font-size: 72px;
	}
	.navbar-alt .container {
		margin-top:10px;
	}
	.navbar-small .container {
		margin-top:0;
	}

	.navbar-small .dropdown {
		margin-top: 0px;
	}
	.navbar-default .container {
		max-width: 1245px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.navbar-right .dropdown-menu {
		right: auto;
		left: 0;
	}
	.dropdown-menu {
		border: 0;
		border-radius: 0;
		background-color: #fff;
		box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08);
		margin: 0;
		padding-top: 2px;
		padding-bottom: 2px;
		padding-left: 0;
		padding-right: 0;
		top: auto;
	}
	.dropdown-menu > li > a {
		font-size: 14px;
		font-weight: 400;
		text-transform: none;
		position: relative;
		padding: 11px 25px 11px 20px;
		border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
	}
	.dropdown-menu > li:last-child > a {
		border-bottom: 0;
	}
	.dropdown-menu > li > a:hover,
	.dropdown-menu > li > a:focus,
	.dropdown-menu > .active > a:hover,
	.dropdown-menu > .active > a:focus {
		text-decoration: none;
		color: #fff;
	}
	.dropdown-menu {
		margin-top: 20px;
	}
	.dropdown-menu > li > a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
		color: #fff;
	}
	.dropdown > ul.dropdown-menu {
		visibility:hidden;
		display:block;
		margin-top: 20px;
		opacity: 0;
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
		-o-transition: all 0.2s ease;
		transition: all 0.2s ease;

	}
	.dropdown:hover > ul.dropdown-menu{
		visibility:visible;
		opacity:1;
		display: block;
		margin: 0;
	}
	.dropdown-menu > .active > a {
		text-decoration: none;
		background-color: transparent;
		outline: 0;
	}
	.navbar-collapse.collapse {
		height: auto!important;
		padding-bottom: 0;
		overflow: visible!important;
	}
	.features-row {
		margin-top: 60px;
		text-align: left
	}
	.feature-column {
		margin-bottom: 0;
	}
	.back-icon {
		z-index: -1;
		color: #f8f8f8;
		position: absolute;
		padding-left: 40px;
		left: 0;
		top: 0;
		width: 134px;
		height: 134px;
		line-height: 134px;
		font-size: 134px;
	}
	#quote blockquote {
		font-size: 30px;
		padding-left: 80px;
		padding-right: 80px;
	}
	#video-section .cbp {
		margin-bottom: 45px;
	}
	.blog-sidebar {
		padding-left: 40px;
		padding-top: 10px;
	}

}
@media only screen and (min-width: 1200px) {
	.container {
		max-width: 1425px;
		width: 100%;
		padding: 0 90px;
	}
}

@media (min-width: 1360px) {
	nav { max-width: 1903px; }
}

#contact input.inerror {
    border-bottom-color:red;
}