
/*MAIN.CSS*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
/*This is main CSS file that contains custom style rules used in this template*/
/*-------------------------------------------------------------------------------------------------------------------------------*/

/*--------------------------------------------------------*/
/* TABLE OF CONTENTS: */
/*--------------------------------------------------------*/
/* 01 - FONT FACES */
/* 02 - COLOR PRESETS */
/* 03 - LAYOUT INITIALIZATION */
/* 04 - LAYOUT INITIALIZATION & COLOR PRESETS */
/* 05 - HEADER, INTRO & NAVIGATION */
/* 06 - COMMON ELEMENTS & TYPOGRAPHY */
/* 07 - PAGES & SECTIONS SETUP*/
/* 08 - FOOTER*/

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 01 - FONT FACES */
/*-------------------------------------------------------------------------------------------------------------------------------*/

@font-face {
    font-family: 'titulo';
    src: url('../fonts/titulo-webfont.eot');
    src: url('../fonts/titulo-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/titulo-webfont.woff2') format('woff2'),
         url('../fonts/titulo-webfont.woff') format('woff'),
         url('../fonts/titulo-webfont.ttf') format('truetype'),
         url('../fonts/titulo-webfont.svg#geared_slabregular') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'geared';
    src: url('../fonts/gearedslab-webfont.eot');
    src: url('../fonts/gearedslab-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gearedslab-webfont.woff2') format('woff2'),
         url('../fonts/gearedslab-webfont.woff') format('woff'),
         url('../fonts/gearedslab-webfont.ttf') format('truetype'),
         url('../fonts/gearedslab-webfont.svg#geared_slabregular') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'geared700';
    src: url('../fonts/gearedslab-extrabold-webfont.eot');
    src: url('../fonts/gearedslab-extrabold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gearedslab-extrabold-webfont.woff2') format('woff2'),
         url('../fonts/gearedslab-extrabold-webfont.woff') format('woff'),
         url('../fonts/gearedslab-extrabold-webfont.ttf') format('truetype'),
         url('../fonts/gearedslab-extrabold-webfont.svg#geared_slabextrabold') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'geared600';
    src: url('../fonts/gearedslab-bold-webfont.eot');
    src: url('../fonts/gearedslab-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gearedslab-bold-webfont.woff2') format('woff2'),
         url('../fonts/gearedslab-bold-webfont.woff') format('woff'),
         url('../fonts/gearedslab-bold-webfont.ttf') format('truetype'),
         url('../fonts/gearedslab-bold-webfont.svg#geared_slabbold') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'geared100';
    src: url('../fonts/gearedslab-light-webfont.eot');
    src: url('../fonts/gearedslab-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gearedslab-light-webfont.woff2') format('woff2'),
         url('../fonts/gearedslab-light-webfont.woff') format('woff'),
         url('../fonts/gearedslab-light-webfont.ttf') format('truetype'),
         url('../fonts/gearedslab-light-webfont.svg#geared_slabthin') format('svg');
    font-weight: 300;
    font-style: normal;
}



/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 02 - COLOR PRESETS */
/*-------------------------------------------------------------------------------------------------------------------------------*/


.home-02-text p {
    color: #ffffff;
}
.home-02-text p span {
    color: #00ccff;
}
.home-04-section .ps-header h1 {
    color: #00ccff;
}
.home-04-section .ps-contentwrapper .ps-content h2 {
    border: 1px solid #00ccff;
    color: #00ccff;
}
.home-04-section .ps-contentwrapper .ps-content h3 span {
    color: #ebebeb;
}
.home-04-section .ps-content a.more {
    background: none repeat scroll 0 0 #00ccff;
    color: #212121 !important;
}
.home-05-text h1 {
    border-bottom: 2px solid #00ccff;
    color: #00ccff;
}
.home-05-subtext p {
    color: #00ccff;
}
.home-05-content p {
    color: #ffffff;
}
.home-06-text h1 {
    border-bottom: 2px solid #00ccff;
    color: #00ccff;
}
.home-06-subtext p {
    color: #00ccff;
}
.home-06-content p {
    color: #ffffff;
}
.home-07-main-text h1 {
    color: #00ccff;
}
.home-07-lower-owl .item .lower-content h3 span {
    background: none repeat scroll 0 0 #00ccff;
    color: #ffffff;
}
.home-07-lower-owl .item h3, .home-07-lower-owl .item p {
    color: #000000;
}
.home-08-text h1 {
    border-bottom: 2px solid #00ccff;
    color: #00ccff;
}
.home-08-subtext p {
    color: #00ccff;
}
.home-08-content p {
    color: #ffffff;
}
p {
    color: #9e9c9d;
}
.btn-missano-white-transparent {
    border: 2px solid #ffffff;
    color: #ffffff;
}
.btn-missano-white-transparent:hover {
    background: none repeat scroll 0 0 #00ccff;
    border: 2px solid #00ccff;
    color: #ffffff;
}
.btn-missano-dark {
    background: none repeat scroll 0 0 #000000;
    color: #ffffff;
}
.btn-missano-dark:hover {
    background: none repeat scroll 0 0 #00ccff;
    color: #000000;
}
.btn-missano-white-big {
    background: none repeat scroll 0 0 #ffffff;
    color: #9e9c9d !important;
}
.btn-missano-white-big:hover {
    background: none repeat scroll 0 0 #00ccff;
    color: #000000 !important;
}
.btn-missano-white-big-alt {
    background: none repeat scroll 0 0 #ffffff;
    color: #9e9c9d !important;
}
.btn-missano-white-big-alt:hover {
    background: none repeat scroll 0 0 #000000;
    color: #ffffff !important;
}
.btn-missano-dark-outline {
    border: 1px solid #9e9c9d;
    color: #9e9c9d;
}
.btn-missano-dark-outline:hover {
    background: none repeat scroll 0 0 #00ccff;
    border: 1px solid #00ccff;
}
.btn-missano-main {
    background: none repeat scroll 0 0 #00ccff;
    color: #000000 !important;
}
.btn-missano-main:hover {
    background: none repeat scroll 0 0 #000000;
    color: #ffffff !important;
}
.btn-missano-dark-main {
    background: none repeat scroll 0 0 #d6b619;
    color: #000000 !important;
}
.btn-missano-dark-main:hover {
    background: none repeat scroll 0 0 #000000;
    color: #00ccff !important;
}
.quote-text {
    color: #ffffff;
}
.quote-text:after {
    background: none repeat scroll 0 0 #00ccff;
}
.quote-person {
    color: #ffffff;
}
.quote-source p {
    color: #00ccff;
}
.owl-theme .owl-controls .owl-page span {
    background: none repeat scroll 0 0 #00ccff;
    border: 3px solid #00ccff;
}
.owl-theme .owl-controls .owl-page.active span {
    border: 3px solid #00ccff;
}
.neutral-color-section {
    background: none repeat scroll 0 0 #ffffff;
}
.section-header-light {
    background: none repeat scroll 0 0 #ffffff;
}
.section-header-light .section-header-content {
    color: #000000;
}
.section-header-light .section-header-sub-content {
    color: #aaaaaa;
}
.section-header-main {
    background: #fff;
}
.section-header-main .section-header-content {
    color: #000000;
}
.section-header-main .section-header-sub-content {
    color: #000000;
}
.section-header-dark {
    background: none repeat scroll 0 0 #000000;
}
.section-header-dark .section-header-content {
    color: #ffffff;
}
.section-header-dark .section-header-sub-content {
    color: #ffffff;
}
.section-header-white {
    background: none repeat scroll 0 0 #ffffff;
}
.section-header-white .section-header-content {
    color: #000000;
}
.section-header-white .section-header-sub-content {
    color: #c9c9c9;
}
.header-fixed-nav {
    background: none repeat scroll 0 0 #000000;
}
.hor-nav ul li a, .hor-nav-two ul li a {
    color: #ffffff;
}
.hor-nav ul li a.hor-nav-active, .hor-nav-two ul li a.hor-nav-active {
    color: #00ccff;
}
.home-one-main-text span {
    background: none repeat scroll 0 0 #00ccff;
    color: #000000;
}
.theme-promo-text {
    color: #00ccff;
}
.down-scroller {
    border: 2px solid #00ccff;
}
.about-content-head h4 {
    border: 2px solid #000000;
}
.service-img-container {
    border: 2px solid #00ccff;
}
.service-img-inner-container {
    background: none repeat scroll 0 0 #00ccff;
    border: 2px solid #00ccff;
}
.service-content:hover .service-img-container {
    background: none repeat scroll 0 0 #00ccff;
}
.service-content:hover .service-img-inner-container {
    background: none repeat scroll 0 0 #ffffff;
}
.service-img-container .service-img-inner-container .fa {
    color: #ffffff;
}
.service-content:hover .service-img-inner-container .fa {
    color: #00ccff;
}
.service-head {
    color: #9e9c9d;
}
.service-desc {
    color: #9e9c9d;
}
.service-offers-container {
    background: none repeat scroll 0 0 #212121;
}
.service-offers-content h6 {
    color: #ffffff;
}
.service-offers-wrap .service-offers-icon .icon-wrap {
    background: none repeat scroll 0 0 #00ccff;
}
.service-offers-wrap .service-offers-icon .fa {
    color: #ffffff;
}
.service-offers-wrap .service-offers-content .heading {
    color: #212121;
}
.intermediate-love-section .subtle-text {
    color: #ffffff;
}
.intermediate-love-section .main-text {
    color: #00ccff;
}
.works-gallery .category {
    background: none repeat scroll 0 0 #00ccff;
}
.works-gallery .category div.filter {
    color: #ffffff;
}
.works-gallery .category div.filter.active {
    background: none repeat scroll 0 0 #ffffff;
    color: #000000;
}
.works-gallery #Grid .mix .works-details-section,
.works-gallery #Grid .mix .works-details-section:after {
    background: none repeat scroll 0 0 transparent;
}
.works-details-section {
    color: #000000;
}
#item_slider .flex-direction-nav li a {
    background: none repeat scroll 0 0 #00ccff;
    color: #ffffff;
}
.portfolio-ajax-head {
    color: #00ccff;
}
#text_content .desc {
    color: #9e9c9d;
}
#control_buttons a {
    border: 3px solid #000000;
    color: #000000;
}
#control_buttons a:hover {
    background: none repeat scroll 0 0 #00ccff;
    border: 3px solid #00ccff;
}
#control_buttons a:hover span {
    color: #000000;
}
.project-details {
    background: none repeat scroll 0 0 #00ccff;
}
.project-details span {
    color: #000000;
}
.project-details span.year {
    background: none repeat scroll 0 0 #ffffff;
    color: #00ccff;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close, .mfp-close {
    color: #00ccff;
}
.mfp-preloader {
    background: none repeat scroll 0 0 #00ccff;
}
.pricing-container {
    border: 5px solid #ffffff;
}
.pricing-container .pricing-header {
    background: none repeat scroll 0 0 #00ccff;
    border-bottom: 5px solid #ffffff;
}
.pricing-container .pricing-features .each h2 {
    color: #212121;
}
.pricing-container .pricing-features .each h2:last-child {
    border-bottom: 5px solid #ffffff;
}
.pricing-container .pricing-features .pricing-buy {
    background: none repeat scroll 0 0 #00ccff;
}
.pricing-container .pricing-header h2 {
    color: #000000;
}
.pricing-container .pricing-header .pricing p {
    color: #ffffff;
}
.pricing-container .pricing-header h4 {
    color: #000000;
}
.team-hover-content .name {
    color: #212121;
}
.team-hover-content .designation {
    color: #ffffff;
}
.team-hover-content .social a {
    color: #ffffff;
}
.team-hover-content, .team-hover-content:after {
    background: none repeat scroll 0 0 #00ccff;
}
.team-img-section {
    border-bottom-color: #00ccff;
}
.work-img-container {
    background: none repeat scroll 0 0 #000000;
}
.type-one-work-container .work-content-container, .type-one-work-container .work-content-container:after {
    background: none repeat scroll 0 0 #ffffff;
}
.type-one-work-container .work-head, .type-one-work-container .work-content {
    color: #000000;
}
.type-two-work-container .work-content-container, .type-two-work-container .work-content-container:after {
    background: none repeat scroll 0 0 #000000;
}
.type-two-work-container .work-head, .type-two-work-container .work-content {
    color: #ffffff;
}
.work-container:hover .work-content-container, .work-container:hover .work-content-container:after {
    background: none repeat scroll 0 0 #00ccff;
}
.work-container:hover .work-head, .work-container:hover .work-content {
    color: #000000;
}
.blog-container .blog-wrap {
    border: 5px solid #00ccff;
}
.blog-img-section.bg-main-overlay {
    background: none repeat scroll 0 0 #00ccff;
}
.blog-img-section .upper-img {
    background: none repeat scroll 0 0 #00ccff;
}
.blog-img-section .upper-img .img-wrap {
    background: none repeat scroll 0 0 #ffffff;
}
.blog-img-section .upper-img .img-wrap .fa {
    color: #00ccff;
}
.blog-container:hover .upper-img .img-wrap {
    background: none repeat scroll 0 0 #212121;
}
.blog-content-section .read-more a {
    background: none repeat scroll 0 0 #ebebeb;
}
.main-blog-title {
    color: #212121;
}
.read-more span.read-more-text {
    color: #9e9c9d;
}
.read-more a:hover {
    background: none repeat scroll 0 0 #00ccff;
}
.read-more a:hover span.read-more-text {
    color: #000000;
}
.blog-content {
    color: #aaaaaa;
}
.twitter-handle span, .tweet_list li a {
    color: #ffffff;
}
.tweet_text {
    color: #7e7e7e;
}
.social-block .animated-num {
    color: #00ccff;
}
.type-three-text, .type-one-text {
    color: #ffffff;
}
.type-three-text, .type-one-text span {
    color: #00ccff;
}
.type-three-text *, .type-one-text * {
    border-bottom: 5px solid #00ccff;
}
.video-block {
    background: none repeat scroll 0 0 #000000;
}
.video-section .video-overlay-text span {
    color: #ffffff;
}
#contactForm .alert-danger, .contact-form .alert-error {
    border: 1px solid #00ccff;
    color: #00ccff;
}
#contactForm input:focus, .contact-form textarea:focus {
    color: #00ccff;
}
.contact-icon-content {
    color: #000000;
}
.contact-icon-container {
    border-bottom: 4px solid #00ccff;
}
.contact-triangle {
    background: none repeat scroll 0 0 #00ccff;
}
.address-info {
    background: none repeat scroll 0 0 #ffffff;
    border-bottom: 5px solid #00ccff;
}
.address-info p {
    color: #9e9c9d;
}
.mail-info {
    background: none repeat scroll 0 0 #ffffff;
    border-bottom: 5px solid #00ccff;
}
.footer-section {
    background: none repeat scroll 0 0 #212121;
}
.footer-copyright span {
    color: #9e9c9d;
}
.out-to-top {
    background: transparent;
}
.hor-nav, .hor-nav-two {
    background: none repeat scroll 0 0 #212121;
}
.independent-page-nav ul li a {
    color: #ffffff;
}
.blog-title h3 {
    color: #9e9c9d;
}
.blog-title .blog-title-line {
    background: none repeat scroll 0 0 #00ccff;
}
.blog-date p {
    color: #00ccff;
}
.blog-author-main p {
    color: #9e9c9d;
}
.blog-author-main p span.name {
    color: #00ccff;
}
.blog-author-main p span.category {
    color: #00ccff;
}
.blog-content-container .content-section p {
    color: #212121;
}
.blog-content-container .tag-section span {
    background: none repeat scroll 0 0 #00ccff;
    color: #212121;
}
.blog-author .content-section .author-head h4 {
    color: #9e9c9d;
}
.blog-author .content-section .common-text p {
    color: #9e9c9d;
}
.comments-wrap .comments-text-section h3 {
    color: #9e9c9d;
}
.comments-wrap .comments-text-section h3 a {
    color: #00ccff;
}
.comments-wrap .comments-text-section .common-text p {
    color: #9e9c9d;
}
.blog-reply-form input, .blog-reply-form textarea {
    border: 1px solid #9e9c9d;
}
.thanks-page-wrap .thank-name * {
    border: 5px solid #00ccff;
    color: #00ccff;
}
.about-section .section-header-sub-content {
    color: #00ccff;
}


/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 03 - LAYOUT INITIALIZATION */
/*-------------------------------------------------------------------------------------------------------------------------------*/

@import "pace.preloader.css";
@import "animate.css";
@import "owl.carousel.css";
@import "owl.theme.css";
@import "owl.transitions.css";
@import "magnific-popup.css";
@import "jquery.tweet.css";
@import "YTPlayer.css";
@import "../ionicons/css/ionicons.css";


::-moz-selection { /* Code for Firefox */
    color: #fff;
    background: #0cf;
}

::selection {
    color: #fff;
    background: #0cf;
}


body
{
    overflow-x: hidden;
}
body{
	font-family: geared, sans-serif; font-weight:300;
	/*overflow-x:hidden !important; */
}

a, a:hover, a:focus{
	text-decoration: none;
}
a:focus {
    	outline: none;
}

a {
	color: #0cf;
}

a:hover {
	color: #0ad;
}

.animated{
	visibility: hidden;
}
.ease{
	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}
.ease:hover{
	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}
.text-center > .img-responsive{
	display: block;
	display: inline-block;
}

p{
	color: #333;
	font-family: 'geared', sans-serif;
	font-weight:300;
	font-size: 25px;
	line-height: 29px;
	margin-bottom: 15px;
}

ul {
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6{
	margin: 0;
	font-weight: normal;
}

@media (min-width: 1024px) and (max-width: 5000px) {
	.container{
		max-width: 1000px;
	}
	#sm-trigger {
		display: none;
	}
}
/*Common Spacing and Padding*/

.separator-section-more{
	padding: 400px 0;
}

.separator-section{
	padding: 260px 0;
}

.separator-section-add-top {
	padding-top: 260px;
}

.separator-section-add-bottom {
	padding-bottom: 260px;
}

.add-top{
	margin-top: 260px;
}
.add-bottom{
	margin-bottom: 260px;
}
.add-top-half{
	margin-top: 120px;
}
.add-bottom-half{
	margin-bottom: 120px;
}
.add-top-quarter{
	margin-top: 60px;
}

.add-bottom-quarter{
	margin-bottom: 60px;
}

.pad-top{
	padding-top: 260px;
}
.pad-bottom{
	padding-bottom: 260px;
}

.pad-top-half {
	padding-top: 120px;
}

.pad-bottom-half {
	padding-bottom: 120px;
}

.pad-top-min {
	padding-top: 60px;
}

.pad-bottom-min {
	padding-bottom: 60px;
}

.pad{
	padding-left: 20px;
	padding-right: 20px;
}
.remove-top{
	margin-top: 0;
}
.remove-bottom{
	margin-bottom: 0;
}
.remove-pad-top{
	padding-top: 0;
}
.remove-pad-bottom{
	padding-bottom: 0;
}

.mob-center > .img-responsive{
	display: inline-block;
}
.no-gutter{
	margin-left: -15px !important;
}
.valign{
	position: relative;
  	top: 50%;
  	-webkit-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
}
.absolute-overlay{
	position: absolute;
	top: 0;
	left: 0;
}


/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 04 - HEADER, INTRO & NAVIGATION */
/*-------------------------------------------------------------------------------------------------------------------------------*/


/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 05 - COMMON ELEMENTS & TYPOGRAPHY */
/*-------------------------------------------------------------------------------------------------------------------------------*/



/*Buttons*/
.btn-noname{
	border-radius: 0px;
	text-decoration: none;
	padding: 15px 20px;
	font-size: 12px;
	line-height: 19px;
	text-transform: uppercase;
	font-family: 'geared600', sans-serif; font-weight:400;
	letter-spacing: 1px;
	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}
.btn-noname-big{
	border-radius: 0px;
	text-decoration: none;
	padding: 15px 20px;
	font-size: 18px;
	line-height: 25px;
	text-transform: uppercase;
	font-family: 'geared600', sans-serif; font-weight:400;
	letter-spacing: 1px;
	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}
.btn-noname:hover{
	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}
.btn-noname-white{
	border:solid 1px #fff;
	background: transparent;
	color: #fff;
}
.btn-noname-white:hover{
	border:solid 1px #fff;
	background: #fff;
	color: #000;
}

.btn-noname-dark{
	border:solid 2px #000;
	background: transparent;
	color: #000;
}
.btn-noname-dark:hover{
	border:solid 2px #000;
	background: #000;
	color: #fff;
}

.btn-noname-color{
	background: transparent;
}
.btn-noname-color:hover{
	color: #fff;
}

.btn-missano-white-transparent{
	border-radius: 0;
	background: transparent;
	text-decoration: none;
	padding: 12px 25px;
	font-size: 14px;
	line-height: 21px;
	text-transform: uppercase;
	font-family: 'geared600';
	font-weight: 700;
	letter-spacing: 2px;

	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}

.btn-missano-white-transparent:hover{
	border-radius: 0;

	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}

.btn-missano-dark{
	border-radius: 0;
	text-decoration: none;
	padding: 12px 25px;
	font-size: 14px;
	line-height: 21px;
	text-transform: uppercase;
	font-family: 'geared600';
	font-weight: 700;
	letter-spacing: 2px;

	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}

.btn-missano-dark:hover{
	border-radius: 0;

	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}

.btn-missano-white-big{
	border-radius: 0;
	text-decoration: none;
	padding: 14px 20px;
	font-size: 14px;
	line-height: 21px;
	text-transform: uppercase;
	font-family: 'geared600';
	font-weight: 700;
	letter-spacing: 2px;

	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}

.btn-missano-white-big:hover{
	border-radius: 0;

	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}

.btn-missano-white-big-alt{
	border-radius: 0;
	text-decoration: none;
	padding: 14px 20px;
	font-size: 14px;
	line-height: 21px;
	text-transform: uppercase;
	font-family: 'geared600';
	font-weight: 700;
	letter-spacing: 2px;

	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}

.btn-missano-white-big-alt:hover{
	border-radius: 0;

	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}

.btn-missano-dark-outline{
	border-radius: 0;
	text-decoration: none;
	background: none;
	padding: 11px 16px 8px ;
	font-size: 14px;
	line-height: 21px;
	text-transform: uppercase;
	font-family: 'geared600';
	font-weight: 700;
	letter-spacing: 2px;

	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}

.btn-missano-dark-outline:hover{
	border-radius: 0;

	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}

.btn-missano-main{
	border-radius: 0;
	text-decoration: none;
	padding: 14px 20px;
	font-size: 14px;
	line-height: 21px;
	text-transform: uppercase;
	font-family: 'geared600';
	font-weight: 700;
	letter-spacing: 2px;

	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}

.btn-missano-main:hover{
	border-radius: 0;

	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}


.btn-missano-dark-main{
	border-radius: 0;
	text-decoration: none;
	padding: 14px 20px;
	font-size: 14px;
	line-height: 21px;
	text-transform: uppercase;
	font-family: 'geared600';
	font-weight: 700;
	letter-spacing: 2px;

	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}

.btn-missano-dark-main:hover{
	border-radius: 0;

	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}

.owl-theme .owl-controls {
	margin-top: 20px;
}

.intermediate-section .main-owl-pag-no-nav-container .owl-theme .owl-controls {
	margin-top: 10px;
}

.owl-theme .owl-controls .owl-page span {
	width: 15px;
	height: 15px;
	opacity: 1;
	border-radius: 50%;
}

.owl-theme .owl-controls .owl-page.active span {
	background: transparent;
}

.two-section-owl-nav-no-pag-container {
	position: relative;
}

.two-section-owl-nav-no-pag-container .customNavigation a {
	position: absolute;
	top: 50%;
	z-index: 100;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
}

.two-section-owl-nav-no-pag-container .customNavigation a.prev {
	left: 0px;
}

.two-section-owl-nav-no-pag-container .customNavigation a.next {
	right: 0px;
}

.main-mini-text h4 {
	font-size: 18px;
	line-height: 25px;
	font-family: "geared";
	font-weight: 200;			/*Heavy with letter spacing*/
	letter-spacing: 2px;
	padding-left: 2px;			/*Padding Left must be equal to letter spacing*/
	text-transform: inherit;
	color: inherit;
	margin-bottom: 30px;
}

.main-section-text h3 {
	font-size: 48px;
	line-height: 55px;
	font-family: "geared700";
	font-weight: 700;			/*Heavy without letter spacing*/
	text-transform: inherit;
	color: inherit;
	letter-spacing: inherit;
}

.main-section-text h4 {
	font-size: 70px;
	line-height: 44px;
	font-family: "titulo";
	font-weight: 300;
	text-transform: inherit;
	color: inherit;
	letter-spacing: inherit;
}

.main-section-text h5 {
	font-size: 18px;
	line-height: 25px;
	font-family: "geared";
	font-weight: 700;			/*Heavy without letter spacing*/
	text-transform: inherit;
	color: inherit;
	letter-spacing: inherit;
}

.main-section-text h6 {
	font-size: 16px;
	line-height: 23px;
	font-family: "geared";
	font-weight: 700;			/*Heavy without letter spacing*/
	text-transform: inherit;
	color: inherit;
	letter-spacing: inherit;
}

.mini-text h3 {
	font-size: 20px;
	line-height: 27px;
	font-family: "geared";
	font-weight: 700;			/*Heavy without letter spacing*/
	text-transform: inherit;
	color: inherit;
	letter-spacing: inherit;
}

.mini-text h5 {
	font-size: 14px;
	line-height: 21px;
	font-family: "geared";
	font-weight: 700;			/*Heavy without letter spacing*/
	text-transform: inherit;
	color: inherit;
	letter-spacing: inherit;
}

.mini-text h6 {
	font-size: 12px;
	line-height: 19px;
	font-family: "geared";
	font-weight: 700;			/*Heavy without letter spacing*/
	text-transform: inherit;
	color: inherit;
	letter-spacing: inherit;
}

.main-section-sub-text h4 {
	font-size: 32px;
	line-height: 44px;
	font-family: "geared";
	font-weight: 600;			/*Medium without letter spacing*/
	color: inherit;
}

.main-section-sub-text h5 {
	font-size: 14px;
	line-height: 21px;
	font-family: "geared";
	font-weight: 200;			/*Medium without letter spacing*/
	color: inherit;
}

.main-section-sub-text h6 {
	font-size: 14px;
	line-height: 21px;
	font-family: "geared";
	font-weight: 400;			/*Medium without letter spacing*/
	color: inherit;
}


.section-header-content h4{
	text-transform: uppercase;
	display: inline-block;
	padding: 10px 22px;
	padding-bottom: 7px;
	letter-spacing: 4px;
}

.section-header-sub-content {
	width: 80%;
	margin-left: 10%;
}

.main-section-sub-text-two h5 {
	font-size: 16px;
	line-height: 25px;
	font-family: "geared";
	font-weight: 400;
	color: inherit;
	letter-spacing: inherit;
}

.main-section-sub-text-two h2 {
	font-size: 60px;
	line-height: 67px;
	font-family: "geared";
	font-weight: 700;
	color: inherit;
	letter-spacing: inherit;
}

.main-section-text-two h5 {
	font-size: 18px;
	line-height: 25px;
	font-family: "geared";
	font-weight: 700;			/*Heavy without letter spacing*/
	text-transform: inherit;
	color: inherit;
	letter-spacing: 4px;
}

.clear-float {
	clear: both;
}

.player {
	display:block;
	margin: auto;
	background: rgba(0,0,0,0.5);
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 06 - PAGES & SECTIONS SETUP */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.divider1 {
	margin-top: -50px;
	margin-left: -6px;
}


/*Navigation Section (Horizontal)*/

.hor-nav-container {
	position: relative;
}

.hor-nav {
	position: absolute;
	z-index: 1000;
	bottom: 0;
	width: 100%;
	text-align: center;
	transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
}

.hor-nav .logo {
	position: fixed;
	left: 0;
	top: 0;
	width: 200px;
	height: 60px;
	background: transparent;
	overflow: visible;
	display: none;
	/*transition: all 1s ease-in;
	-moz-transition: all 1s ease-in;
	-webkit-transition: all 1s ease-in;
	-o-transition: all 1s ease-in;
	-ms-transition: all 1s ease-in;*/
}

.hor-nav .logo img {
	position: absolute;
	left: -100%;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
}

.logo-visible {
	left: 20px !important;
}

.hor-nav.hor-nav,
.header-fixed-nav.header-fixed-nav {
	background: #333 url(../images/chalk_bck_2.jpg) no-repeat;
	background-position: center bottom;
	background-size: cover;
}

.header-fixed-nav.header-fixed-nav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
}

.hor-nav ul {
	padding: 20px 0px;
}

.header-fixed-nav ul {
	padding: 18px 0px !important;
}


.hor-nav ul li {
	display: inline-block;
	list-style: none;
	margin-right: 10px;
	padding-right: 10px;
}

.hor-nav ul li:last-child {
	margin-right: 0;
	padding-right: 0;
}

.hor-nav ul li a {
	font-size: 26px;
	line-height: 21px;
	font-family: geared100;
	font-weight: 100;
	text-transform: uppercase;
	padding: 5px;
	color: #fff;
	transition: color 500ms ease-in-out;
}

.hor-nav ul li a:hover {
	color: #0cf;
}

/*About Section*/

.about-content-head h4{
	text-transform: uppercase;
	padding: 10px 22px 7px 22px;
	display: inline-block;
	letter-spacing: 4px;
}

.about-content-text {
	width: 80%;
	margin-left: 10%;
}

/*Intermediate Section (Quote)*/

.quote-text {
	position: relative;
	padding-bottom: 20px;
}

.quote-text:after {
	content: "";
	position: absolute;
	width: 30px;
	height: 10px;
	bottom: 0px;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
  	-ms-transform: translateX(-50%);
  	transform: translateX(-50%);
	z-index: 100;
}

.quote-person {
	text-transform: uppercase;
	margin:15px 0px 5px;
}

.quote-source {
	text-transform: uppercase;
}

.quote-source p {
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 20px;
}

/*Services Section*/


.service-head {
	text-transform: uppercase;
	margin: 25px 0px 15px 0;
}

.service-content {
	padding: 15px;
}

.service-img-container {
	display: inline-block;
	width: 120px;
	height: 120px;
	background: transparent;
	position: relative;
	border-radius: 50%;
	transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
}

.service-img-inner-container {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 10;
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
  	-ms-transform: translateX(-50%) translateY(-50%);
  	transform: translateX(-50%) translateY(-50%);

  	transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
}

.service-content:hover .service-img-inner-container {
	/*width: 175px;
	height: 175px;*/
	/*border:10px solid black;*/
}

.service-img-container .service-img-inner-container .fa {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 20;
	font-size: 48px;
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
  	-ms-transform: translateX(-50%) translateY(-50%);
  	transform: translateX(-50%) translateY(-50%);

  	transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
}

.service-content .service-desc {
	padding: 0px 20px;
}


/*Service Offers Section*/

.service-offers-container {
	padding: 140px;
}

.service-offers-wrap {
	display: inline-block;
	width: 100%;
	padding: 15px;
}

.service-offers-wrap .service-offers-icon {
	float: left;
	width: 30%;
}

.service-offers-wrap .service-offers-icon .icon-wrap {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	position: relative;
}

.service-offers-wrap .service-offers-icon .icon-wrap .fa {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 30px;
	font-weight: 900 !important;
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
  	-ms-transform: translateX(-50%) translateY(-50%);
  	transform: translateX(-50%) translateY(-50%);
}


.service-offers-wrap .service-offers-content {
	float: left;
	width: 70%;
	padding: 5px;
	padding-top: 0;
}

.service-offers-wrap .service-offers-content .heading {
	letter-spacing: 1px;
	margin-bottom: 10px;
}

.service-offers-wrap .service-offers-content p {
	font-size: 14px;
	line-height: 21px;
	font-family: "geared";
	font-weight: 300;
}


/*Portfolio Section*/

.works-gallery .category div.filter {
	display: inline-block;
	cursor: pointer;
	padding: 12px 20px;
	font-size: 24px;
	line-height: 21px;
	font-family: 'geared';
	font-weight: 200;
	text-transform: uppercase;
	letter-spacing: 2px;
	transition: all 0.8s;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
}

.works-gallery #Grid {
	overflow: hidden !important;
	margin-left: 0.1px;
}

.works-gallery #Grid .mix{
	display: none;
	width: 20%;
	height: auto;
	vertical-align: top;
}

.custom-margin-center {
	/*margin-left: 26px;*/
}

.works-gallery .category {
	margin-left: 0;
	margin-right: 0;
}

.works-gallery #Grid .mix .works-content {
	position: relative;
	overflow: hidden;
}

.works-gallery #Grid .mix .works-content .works-details-blur-img-section {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.works-gallery #Grid .mix .works-content .works-details-blur-img-section img {
	opacity: 0;
	transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
}

.works-gallery #Grid .mix .works-content:hover .works-details-blur-img-section img {
	opacity: 1;
}

.works-gallery #Grid .mix .works-details-section {
	position: absolute;
	bottom: -80px;
	left: 0;
	width: 100%;
	height: 50px;
/*	z-index: 50;*/
	text-transform: uppercase;
	letter-spacing: 1px;
	transition: all 0.8s;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
}

.works-gallery #Grid .mix .works-content:hover .works-details-section {
	bottom: 0;
}

.works-gallery #Grid .mix .works-details-section:after {
	content: "";
	width: 20px;
	height: 20px;
	position: absolute;
	left: 50%;
	top:-10px;
/*	z-index: 10;*/
	-moz-transform: translateX(-50%) rotate(45deg);
	-webkit-transform: translateX(-50%) rotate(45deg);
  	-ms-transform: translateX(-50%) rotate(45deg);
  	transform: translateX(-50%) rotate(45deg);
}

.works-details-section {
	padding: 15px 0px;
}

#item_content {
	margin-left: 26px;
	margin-right: 26px;
	margin-top: 100px;
}

div#works_item {
	display: none;
}

/* Slider starts*/
#item_slider {
    margin: 0;
    padding: 0;
}

#item_slider a:active {
    outline: none;
}

.slides,  .flex-control-nav,  .flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.flex-control-nav {
	display: none;
}

#item_slider .slides > li {
    display: none;
}

#item_slider .slides img {
    max-width: 100%;
    display: block;
}

#item_slider {
    position: relative;
    zoom: 1;
}

#item_slider .slides {
    zoom: 1;
}

#item_slider .slides > li {
    position: relative;
}

#item_slider .flex-direction-nav li a {
    width: 30px;
    height: 30px;
    line-height: 26px;
    position: absolute;
    top: 0px;
    cursor: pointer;
    text-indent: 1px;
    font-size: 18px;
    font-family: 'geared';
	font-weight: 700;
    text-align: center;
    z-index: 10;
    transition: all 0.8s;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
}

#item_slider .flex-direction-nav li .flex-next {
    left: 31px;
}

#item_slider .flex-direction-nav li .flex-prev {
    left: 0px;
}

/* Slider ends*/

.portfolio-ajax-head {
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 2px;
	float: left;
	margin-top: 38px;
}

.project-details {
	float: right;
	position: relative;
	width: 170px;
	height: 150px;
	overflow: hidden;
}

.project-details span {
	position: absolute;
}

.project-details span.month {
    display: inline-block;
    font-family: "geared";
    font-size: 40px;
    font-weight: 400;
    height: 30px;
    left: -9px;
    line-height: 37px;
    text-align: right;
    top: 34px;
    width: 100px;
}

.project-details span.date {
	font-family: "geared";
    font-size: 64px;
    font-weight: 400;
    height: 50px;
    left: -13px;
    line-height: 60px;
    text-align: right;
    top: 66px;
    width: 100px;
}

.project-details span.year {
	font-family: "geared";
    font-size: 38px;
    font-weight: 400;
    height: 45px;
    left: 78px;
    line-height: 26px;
    text-align: right;
    top: 52px;
    transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    width: 95px;
    padding-top: 8px;
    padding-right: 7px;
}


/* Video */
#item_video_wrapper {
}

#item_video {
    height: 0;
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
}

#item_video iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
}




/* Control buttons starts*/
#control_buttons {
    padding-top: 25px;
}

#control_buttons a {
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 31px;
    border-radius: 50%;
    /*margin-left: 5px;*/
    position: relative;
	background: transparent;
    font-size: 24px;
    font-family: 'geared';
	font-weight: 400;
	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}

#control_buttons a span {
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
  	-ms-transform: translateX(-50%) translateY(-50%);
  	transform: translateX(-50%) translateY(-50%);

  	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}

/*#control_buttons a:hover {
	opacity: 1;
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 31px;
    margin-left: 5px;
	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}*/


/* Control buttons ends*/

/*Portfolio Magnific Popup Image starts*/

.image-source-link {
	color: #98C3D1;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
		opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
		opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}

/*Portfolio Magnific Popup Image ends*/

/*Portfolio Magnific Popup Video starts*/

.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.800s ease-out;
	-moz-transition: all 0.800s ease-out;
	transition: all 0.800s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.800s ease-out;
	-moz-transition: all 0.800s ease-out;
	transition: all 0.800s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}

.mfp-wrap {
	background: rgba(0, 0, 0, 0.5);
}

/*Portfolio Magnific Popup Video ends*/

.mfp-preloader {
  width: 30px;
  height: 30px;
  opacity: 0.65;
  margin: 0 auto;
  -webkit-animation: rotateplane 1.2s infinite ease-in-out;
  animation: rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes rotateplane {
  0% { transform: perspective(120px) rotateX(0deg) rotateY(0deg) }
  50% { transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg) }
  100% { transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg) }
}

/*Pricing Section*/


.pricing-container .pricing-header {
    padding: 35px 0;
}
.pricing-container .pricing-header h2 {
    font-family: "geared";
    letter-spacing: 4px;
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
    text-transform: uppercase;
}

.pricing-container .pricing-header .pricing  {
	margin-top: 15px;
}

.pricing-container .pricing-header .pricing p {
    font-family: "geared";
    font-size: 40px;
    line-height: 47px;
    font-weight: 700;
}
.pricing-container .pricing-header .pricing p span {
    font-family: "geared";
    font-size: 40px;
    line-height: 47px;
    margin-right: 10px;
}
.pricing-container .pricing-header h4 {
    font-family: "geared";
    font-size: 14px;
    line-height: 21px;
    margin-top: -5px;
}

.pricing-container .pricing-features .each h2 {
    font-family: "geared";
    font-size: 12px;
    line-height: 21px;
    padding-top: 20px;
    padding-bottom: 20px;
}
/*.pricing-container .pricing-features .each h2:last-child {
    margin-bottom: 30px;
}*/
.pricing-container .pricing-features .pricing-buy {
    padding: 30px 0px;
}



/*Works section*/

.work-container {
	overflow: hidden;
}

.work-img-container img {
	opacity: 1;
	width: 100%;
	height: auto;
	transition: all 0.8s;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
}

.work-content-container {
	position: relative;
	padding: 80px;
	transition: all 0.8s;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
}

.work-content-container:after {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	top: -10px;
	left: 50%;
	-moz-transform: translateX(-50%) rotate(45deg);
	-webkit-transform: translateX(-50%) rotate(45deg);
  	-ms-transform: translateX(-50%) rotate(45deg);
  	transform: translateX(-50%) rotate(45deg);

  	transition: all 0.8s;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
}

.work-head {
	text-transform: uppercase;
	transition: all 0.8s;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
}

.work-content {
	margin-top: 15px;
	transition: all 0.8s;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
}


/*Contact Section*/

.contact-icon {
	display: inline-block;
	padding: 5px;
	margin: 120px 0 20px 0;
	position: relative;
	cursor: pointer;
}

.contact-icon img {
	display: block;
	margin-bottom: 5px;
}

.contact-icon-content {
	font-size: 24px;
	line-height: 24px;
	font-family: "geared";
	font-weight: 700;
	text-transform: uppercase;
}

.contact-icon-content:hover {
	color: #0cf;
}

.contact-icon .contact-triangle-container {
	position: absolute;
	top: 210px;
	left: 50%;
	opacity: 0;
	width: 80px;
	height: 40px;
	padding-top:12px;
	overflow: hidden;
	display: block;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);

	transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -webkit-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    -ms-transition: opacity 0.6s;
}

.contact-icon.contact-active .contact-triangle-container {
	opacity: 1;
}

.contact-icon .contact-triangle-container .contact-triangle {

	width: 40px;
	height: 40px;
	opacity: 1;
	display: block;
	margin: 0 auto;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}

.contact-content-dumper-section {
	width: 100%;
	height: 800px;
	position: relative;
	overflow: hidden;
}

.contact-content-dumper-section .contact-content-dumper {
	width: 100%;
	height: inherit;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 1;
	text-align: center;
	background: rgba(30, 30, 30, 0.75);
	transition: opacity 0.8s, z-index 0.8s;
    -moz-transition: opacity 0.8s, z-index 0.8s;
    -webkit-transition: opacity 0.8s, z-index 0.8s;
    -o-transition: opacity 0.8s, z-index 0.8s;
    -ms-transition: opacity 0.8s, z-index 0.8s;
}


.contact-content-dumper-section .contact-content-dumper .contact-content-inner-dumper  {
	position: absolute;
	top: 50%;
	display: block;
	width: 100%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.contact-hidden-content {
	display: none;

/*	height: 0px;
	overflow: hidden;*/
}

.map-frame {
    width: 100%;
    height: 500px;
    box-shadow: inset 0px 1px 3px rgba(0,0,0,0.5);
}

.address-info {
	display: inline-block;
	padding: 10px;
}

.address-info img {
	margin-bottom: 10px;
	max-width: 120px;
}

.address-info p {
	font-size: 23px;
	line-height: 25px;
	font-family: geared100;
	font-weight: 300;
	margin-bottom: 10px;
	color: #000;
}

.mail-info {
	width: 30%;
	margin-left: 35%;
	padding: 50px;
}

#contactForm .alert-danger, .contact-form .alert-error {
	background: transparent;
    padding: 6px 8px;
    color: #fff;
    border-radius: 0px;
    font-family:"geared" !important;
    font-weight: 700;
    font-size:16px !important;
    text-shadow:none;
    width: 100%;
    margin-bottom: 10px;
}

#contactForm input
{
    box-shadow: none !important;
    border: none;
    border-bottom: 1px solid #868686;
    border-radius:0!important;
	font-family:"geared" !important;
	font-weight: 700;
    font-size:14px !important;
    margin-bottom:25px;
    padding:8px 10px;
    width:100%;
    height: 40px !important;
    background: #fff;
    color: #000;
}

.cnt-input::-webkit-input-placeholder { color:#868686 !important; opacity: 0.8; font-weight: 700; }
.cnt-input:-moz-placeholder { color:#868686 !important; opacity: 0.8; font-weight: 700; }
.cnt-input::-moz-placeholder { color:#868686 !important; opacity: 0.8; font-weight: 700; }
.cnt-input:-ms-input-placeholder { /* IE10+ */ color:#868686; opacity: 0.8; font-weight: 700; }

#contactForm input:focus, .contact-form textarea:focus {
}

#contactForm form {
	margin: 0px;
}

#contactForm textarea
{
    box-shadow: none !important;
    border: none;
    border-bottom: 1px solid #868686;
    border-radius:0!important;
	font-family:"geared" !important;
	font-weight: 700;
    font-size:14px !important;
    height:140px;
    margin-top:0px;
    margin-bottom: 10px;
    padding:5px 10px;
    resize:none;
    width:100%;
    letter-spacing: inherit;
    background: #fff;
    color: #000;
}

.contact-content-dumper .contact-content-inner-dumper .content-hidden {
	display: none;
}

/*Footer Section*/
.footer-section {
	background: #333 url(../images/chalk_bck_2.jpg) no-repeat;
	background-position: center bottom;
	background-size: cover;
}


.footer-icon-container {
	text-align: center;
	padding:10px 0px;
}

.footer-copyright {
	text-align: center;
	padding:10px 0px;
}

.footer-icon-container ul {
	margin: 0;
	padding: 0;
}

.footer-icon-container ul li {
	display: inline-block;
	padding-right: 10px;
}

.footer-icon-container ul li:last-child {
	padding-right: 0px;
}

.footer-icon-container ul li a {
	display: inline-block;
	width: 60px;
	height: auto;
}

.footer-copyright span {
	font-size: 20px;
	line-height: 17px;
	font-family: "geared";
	font-weight: 300;
	display: inline-block;
	color: #fff;
}

.footer-copyright a {
	color: #fff;
}

.out-to-top{
	padding: 15px 0;
}
.out-to-top a {
	display: inline-block;
	padding: 8px;
}

.box-facebook {
	display: none;
	margin-top: 10px;
}

.box-twitter {
	display: none;
	margin-top: 10px;
}

.box-twitter iframe {
	margin-left: 60px;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/*07 - PARALLAX LAYERS */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.parallax-custom-separator-section-more{
	padding-top: 140px;
	padding-bottom: 130px;
}


.parallax{
background-position: center center;
background-repeat: no-repeat !important;
background-size: cover !important;
background-attachment: fixed !important;
}

/*this class will be activated on mobile devices in order to switch off the parallax effect*/
.parallax-off, .no-parallax {
background-attachment:scroll !important;
background-size:cover !important;
}

.parallax-slide-01{
    background: url(../images/4_sw.jpg);
    min-height: 800px;
}

.parallax-slide-02{
	background-image: url(../images/1_sw.jpg);
}

.parallax p,
.parallax a,
.parallax h3,
.parallax h4,
.parallax span {
	text-shadow: 1px 1px 1px #000;
}


/*MISC*/
.about-text{
	margin-top: 20px;
}
.team-img-section {
border-bottom:solid 20px;
}

.text-white {
	color: #fff;
}

.text-highlight.text-highlight {
	color: #0cf;
}


.text-white p {
    color: #ddd;
}

h2, h3, h4 {
    font-family: 'geared', sans-serif;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 32px;
}

h4 {
    font-size: 25px;
}
