/*
 * Author: Falconerie Badayos II
 * URL: respooonsive.com
 *
 * Template Name: CeeVee
 * Version: 1.0
 * URL: http://respooonsive.com/ceevee
 */



/*------------------------------
    Table of Contents
---------------------------------
    I. 		Defaul Selectors
    II.  	Header
    III. 	About Me
	IV. 	Skills
	V. 		Work Experience
	VI. 	Education
	VI. 	Portfolio
	VII. 	Contact Form
	VIII.	Mediaqueries
	IX.

*/


/*   I. 	Defaul Selectors
==============================*/

body {
  background-color: #fff;
  font: 16px/1.5em "Helvetica Neue", Helvetica, Arial, sans-serif;
/*    font-weight: 300;
    font-size: 16px;*/
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
	overflow-x: hidden;
}

/* Titles */
h1, h2, h3, h4, h5, h6 {
    font: 16px/1.5em "Helvetica Neue", Helvetica, Arial, sans-serif;
	/*font-weight: 300;*/
    color: #dd675b;
    text-transform: uppercase;
}

.row h2 {
font-size: 26px;
letter-spacing: -1px;
line-height: 1.4em;
margin-bottom: 0;
color: #dd675b;
margin-bottom:15px;
}


/* Paragraph & Typographic */
p {
    line-height: 28px;
    margin-bottom: 25px;
	text-align:justify;
}


/* Links */
a {
    color: #DD675B;
    word-wrap: break-word;
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    color: #7b7b7b;
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}


::-webkit-input-placeholder { /* WebKit browsers */
    color:    #fff;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #fff;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #fff;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #fff;
}

/* White Wrap */

.white{
	background: #ffffff;
	padding-top: 35px;
	padding-bottom: 35px;
	text-align: center;
	color: #84868d;
}
.white.about {
    background: #fafbfc;
}
.white h3 {
	margin-top: 0;
}
.pattern {
background:url('../img/white-bg.png') repeat;
padding:35px 0;
}


/* Grey Wrap */

.grey {
background: #f2f2f2;
text-align: center;
padding-top: 35px;
padding-bottom: 35px;
}

nav select {
  display: none;
}

@media (max-width: 960px) {
  nav a     { display: none; }
  nav select { display: inline-block; }
}

.hero {
    background:url(../img/header.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}

.flexslider {
    width: 100%;
    background: none;
    border: none;
    box-shadow: none;
}

.hero .flexslider li {
    height: 60px;
}

/* Dark Grey Wrap */
.darkgrey {
    padding:35px 0;
	background: #e0e0e0;
	text-align: center;
}
.portfolio h6 {
    color: #84868d;
    padding: 5px 10px;
}

/* Footer Wrap */

.headlines {

    width: 100%;
    text-align: center;

}
.hero .headlines {
    position: absolute;
    top: 30%;
    left: 0px;
    right: 0px;
}

.headlines p {
	color: #84868d;
	font-size: 16px;
	line-height: 18px;
	text-align: center;
}
.headlines h2 {
    text-align: center;
    font-size: 48px;
    font-weight: bold;
    letter-spacing: -0.083333em;
    line-height: 1.3em;
}
.hero .headlines h3, .hero .headlines h2 {
    color:#fff;
}


/*   I. Defaul Selectors End

==============================*/



/*   II. Header
==============================*/
.cbp-af-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: none;
	z-index: 10000;
	height: 70px;
	overflow: hidden;
	-webkit-transition: all .3s;
	transition: all .3s;
	-moz-transition: all .3s;
	opacity: 0;
	top: -100px;
}

.cbp-af-header .cbp-af-inner {
	width: 90%;
	max-width: 69em;
	margin: 0 auto;
	padding: 0 1.875em;
}

.cbp-af-header h1,
.cbp-af-header nav {
	display: none;
	position: relative;
}

 /* We just have one-lined elements, so we'll center the elements with the line-height set to the height of the header */
.cbp-af-header h1,
.cbp-af-header nav a {
	line-height: 70px;
}

.cbp-af-header.cbp-af-header-shrink nav a {
line-height: 60px;
}
.cbp-af-header.cbp-af-header-shrink {
	background: #2f3238;
	display: block;
	-webkit-transition: all .3s;
	transition: all .3s;
	-moz-transition: all .3s;
	opacity: 1;
	top: 0px !important;
}

.cbp-af-header h1 {
	text-transform: capitalize;
	color: #fff;
	letter-spacing: 4px;
	font-size: 2.5em;
	margin: 0;
	float: left;
}

.cbp-af-header nav {
	float: right;
}

.cbp-af-header nav a {
	color: #fff;
	font-weight: 300;
	margin: 0 0 0 20px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

.cbp-af-header nav a:hover {
	color: #666;
}

/* Transitions and class for reduced height */
.cbp-af-header h1,
.cbp-af-header nav a {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.cbp-af-header.cbp-af-header-shrink {
	height: 60px;
}

.cbp-af-header.cbp-af-header-shrink h1,
.cbp-af-header.cbp-af-header-shrink nav {
		line-height: 60px;
		display: block;
}

.cbp-af-header.cbp-af-header-shrink h1 {
	font-size: 2em;
}



#slideshow {
	position: relative;
    background: #fff;
}
#slideshow p {
    font-size: 17px;
    text-align: left;
}
.slideshow > nav {
    margin-top: -40px;
    z-index: 10;
    padding-top: 10px;
    background: rgba(0, 0, 0, 0);
    position: relative;
}

.slideshow > nav span {
    border-top: 0;
    border-bottom: 0;
    height: 10px;
}

/*   II. Menu End
==============================*/



/*   II.  	Header
==============================*/

#headerwrap {
	margin-top: -10px;
	position: relative;
	background-position: center center;
	width: 100%;
}
.slides {
	/*background: url(../img/design-tools.jpg) repeat;*/
}

#headerwrap h1 {
	margin-top: 130px;
	color: white;
	font-size: 140px;
	font-weight: 700;
	letter-spacing: 3px;
}

#headerwrap h2 {
    font: 16px/1.5em "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fff;
	font-size: 48px;
    font-weight: bold;
    letter-spacing: -0.083333em;
    line-height: 1.3em;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
    line-height: 1;
}


#overlay {
margin: 0px;
padding: 0px;
position: absolute;
z-index:2;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
/* background-image: url(http://www.catthemes.net/demos/themes/prest/img/overlay.png); */
background: #74c9be;
opacity: .8;
}


/*   II.	Header End
==============================*/

/*   II.	About
==============================*/
.masked {
height: 8em;
width: 8em;
display: inline-block;
margin: auto;
position: relative;
}
.masked img {
border: 0;
display: block;
margin: 0 auto 2em auto;
height: 8em;
}
.masked::after {
background: url("../img/mask.png");
background-size: 100%;
bottom: 0;
content: '';
left: 0;
position: absolute;
pointer-events: none;
top: 0;
right: 0;
}
.masked.gray::after {
background-image: url("../img/mask-gray.png");
}

h2.panel-title {
    margin-bottom: 0;
}
.panel-title a {
    display: block;
    width: 100%;
}
/*   II.	About End
==============================*/

/*   III.	Portfolio
==============================*/
.stats {
    background: url(../img/about.jpg) center center no-repeat;
   background-size: cover;
   text-align: center;
   color: #fff;
   padding: 0;
}
.stats .count {
    padding: 60px 0;
}
.count .single {
    margin-bottom: 20px;
}
.col-wrapper {
    border: 1px solid #E1E1E1;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    padding: 40px 20px 25px;
    position: relative;
    min-height: 245px;
}

.col-wrapper:hover, .col-wrapper:hover:before {
border-color: #DD675B;
}
.col-wrapper:hover h2, .col-wrapper:hover h4 {
    color: #fff;
}
.col-wrapper i {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    top: 0px;
}
.col-wrapper:hover i {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
    top: -8px;
    color: #DD675B;
}

.overlay {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 40px 0;
}

/* pie chart */
.chart {
  position: relative;
  display: inline-block;
  width: 110px;
  height: 110px;
  margin-bottom: 50px;
  text-align: center;
}
.chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.percent {
  display: inline-block;
  line-height: 110px;
  z-index: 2;
}
.percent:after {
  content: '%';
  margin-left: 0.1em;
  font-size: .8em;
}
.col-wrapper:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    border: 1px solid #E1E1E1;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
}
.count h3, .count h2 {
    color: #fff;
}


.noPadding {
	margin:0;
	padding: 0;
}

.projects-container {
overflow: hidden;
}
.filters {
margin-bottom: 30px;
padding:0;
}

.filters li {
float: left;
margin-right: 10px;
cursor: pointer;
transition: all .5s ease;
-webkit-transition: all .3s ease;
border:1px solid #ccc;
}
.filters .active {
	border-color: #dd675b;
	background: #dd675b;

}
.filters .active h6 {
	color:#fff;
}

#about-toggle, .filters {
overflow: hidden;
display: inline-block;
list-style: none;
}
.project {
position: relative;
z-index: 1;
-webkit-backface-visibility: hidden;
transition: all .3s ease;
opacity: 1;
overflow: hidden;
padding:0;
}
.project img {
    max-width: 100%;
	width: 100%;
}
.hide-project {
opacity: 0.2;
}

.hide-project:hover {
cursor: default !important;
}
.hide-project:hover .project-hover {
display: none !important;
}
.project:hover .project-hover .hover-inner {
bottom: 0px;
}
.project:hover .project-hover {
opacity: 1;
}

.project-hover {
background-color: rgba(255,255,255,0.5);
opacity: 0;
-webkit-transition: all .3s ease;

}
.hover-inner {
position: absolute;
width: 100%;
height: 40%;
bottom: -300px;
background: #fff;
padding: 15px;
-webkit-transition: all .3s ease;
text-align: center;
}
.hover-inner h4 {
margin-top: 17px;
}
.highlight {
color: #d4a16b;
}
/* Clicked project */

.noscroll {
	overflow: hidden;
}

.grid-wrap {
	margin: 10px auto 0;
	max-width: 1090px;
	width: 100%;
	padding: 0;
	-webkit-perspective: 1500px;
	perspective: 1500px;
}

.grid {
	position: relative;
	-webkit-transition: all 0.5s cubic-bezier(0,0,0.25,1);
	transition: all 0.5s cubic-bezier(0,0,0.25,1);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.view-full .grid {
	-webkit-transform: translateZ(-1500px);
	transform: translateZ(-1500px);
}

.grid figure,
.grid .placeholder {
	width: 340px;
	height: 300px;
}

.grid figure {
	margin: 10px;
	display: inline-block;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.grid figure.active {
	opacity: 0;
}

.grid .placeholder {
	pointer-events: none;
	position: absolute;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.placeholder > div {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.placeholder .front img {
	width: 100%;
	height: 100%;
}

.placeholder .back {
	background: white;
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.view-full .placeholder {
	-webkit-transition: all 0.5s 0.1s cubic-bezier(0,0,0.25,1);
	transition: all 0.5s 0.1s cubic-bezier(0,0,0.25,1);
}

.vertical .view-full .placeholder {
	-webkit-transform: translateZ(1500px) rotateX(-179.9deg);
	transform: translateZ(1500px) rotateX(-179.9deg); /* FF, Chrome, can we agree on one direction, pleeease? */
}

.horizontal .view-full .placeholder {
	-webkit-transform: translateZ(1500px) rotateY(-179.9deg);
	transform: translateZ(1500px) rotateY(-179.9deg);
}

.grid figure img {
	display: block;
	width: 100%;
}
.clients img {
width: 150px;
margin: 0 20px;
}
.content,
.loading {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events: none; /* Careful, does not work in IE < 11 http://caniuse.com/#search=pointer-events */
}

.content {
	overflow-y: scroll;
	height: 0; /* What seems to be the problem, officer? Well, we have a second scroll bar in Chrome! */
	background: #fff;
	visibility: hidden;
	z-index: 400;
	-webkit-overflow-scrolling: touch;
}

.loading {
	opacity: 0;
	z-index: 1;
	background: transparent url(../img/preloader.gif) no-repeat center center;
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
	-webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
	transition: opacity 0.5s, transform 0.5s;
}

.loading.show {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.content.show {
	height: auto;
	pointer-events: auto;
	visibility: visible;
}

.content > div {
	z-index: 10;
	position: absolute;
	top: 0;
	width: 100%;
	overflow: hidden;
	height: 0;
	opacity: 0;
	background: #fff;
}

.content > div.show {
	height: auto;
	opacity: 1;
	-webkit-transition: opacity 0.6s;
	transition: opacity 0.6s;
}

.icon:before {
	font-family: 'fontawesome';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.close-content {
	position: fixed;
	z-index: 1000;
	top: 0;
	right: 10px;
	font-size: 1.6em;
	color: #aaa;
	cursor: pointer;
	pointer-events: none;
	padding: 1em;
	opacity: 0;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.close-content:hover {
	color: #999;
}

.content > div.show ~ .close-content {
	opacity: 1;
	pointer-events: auto;
}

.close-content:before {
	content: "\&#xf00d";
}

/*   VII. Contact Start
==============================*/
#contact-wrap {
    background: #fff;
    background-size:cover;
    -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
}

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

.contact-list li span {
    float: left;
    width: 37px;
    height: 37px;
    border: 1px solid #818181;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    text-align: center;
}

.contact-list li span i {
    font-size: 14px;
    line-height: 37px;
    color: #333333;
}

.contact-list li p {
    margin-left: 60px;
    line-height: 37px;
}

input[type="text"].form-control, input[type="email"].form-control, textarea.form-control{
	background:#fff;
	border-radius:0;
	height:50px;
	border:1px solid #ddd;
    font-weight: 200;
    font-size: 14px;
    letter-spacing: 1px;
	/* color:#fff; */
}

textarea#input-message {
height:150px;
}

.form-control {
    -webkit-box-shadow:none;
    box-shadow: none;
}
.form-control:focus {
box-shadow:none;
-webkit-box-shadow:none;
border-color: #ddd;
}

.btn-primary {
background: #3276B1;
    border:none;
    -webkit-transition: all 150ms ease-in;
    -moz-transition: all 150ms ease-in;
    -o-transition: all 150ms ease-in;
    transition: all 150ms ease-in;
}
.btn-primary:hover {
    background: #31373A;
}
input[type="submit"] {
border-radius: 0;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
font-size: 12px;
}

/*   VII. Contact End
==============================*/




/*   VIII.	Footer
==============================*/
.main {
    z-index: 1;
    margin-bottom: 244px;
    position: relative;
    background:#fff;
}

#footer {
    background: #2F2F2F;
    text-align: center;
    position: fixed;
    left: 0;
    bottom: 0;
    min-height: 100px;
    width: 100%;
    overflow-y: auto;
    z-index: 0;
}
#footer a {
cursor:pointer;
}

/* Copyright Wrap */

#copy {
	padding: 10px 0;
	text-align: right;
}


/*   IX.	Mediaqueries
==============================*/

/* Media Queries */
/* Let's redefine the width of each anchor and the margins */

@media screen and (min-width: 1200px){

}


@media screen and (max-width: 27em) {

}


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


}


/* Portrait tablet to landscape and desktop */
@media (max-width: 768px) {


}


@media (max-width: 767px) {

}

@media (max-width: 480px) {
    .col-wrapper {
        min-height: 245px;
    } }

/* Example Media Queries */
@media screen and (max-width: 55em) {

	.cbp-af-header .cbp-af-inner {
		width: 100%;
	}

	.cbp-af-header h1, img {
		display: block;
        float: left;
	}
    .cbp-af-header nav {
        float: right;
    }

	.cbp-af-header h1,
	.cbp-af-header nav a {
		line-height: 115px;
	}

	.cbp-af-header nav a {
		margin: 0 10px;
	}


/*	.cbp-af-header.cbp-af-header-shrink h1,
	.cbp-af-header.cbp-af-header-shrink nav a {
		line-height: 45px;
	}*/

	.cbp-af-header.cbp-af-header-shrink h1 {
		font-size: 2em;
	}

	.cbp-af-header.cbp-af-header-shrink nav a {
		font-size: 1em;
	}
}

@media screen and (max-width: 32.25em) {
	.cbp-af-header nav a {
		font-size: 1em;
	}


}

@media screen and (max-width: 24em) {
	.cbp-af-header nav a,
	.cbp-af-header.cbp-af-header-shrink nav a {
		line-height: 1;
	}
}
/*   IX.	Mediaqueries End
==============================*/

