/*
1CV Template
Description: A one page template suitable for resumes.
Author: Kay
URL: 1cv.klementine.net
Version: 0.1
*/
/* General Settings
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
html, body {
	height: 100%
}
body {
	color: rgb(51,51,51);
	font-family: 'Source Sans Pro', sans-serif;
}
p {
	margin: 0px 0px 15px
}
ul {
	margin: 0px;
	padding: 0px
}
ul li {
	list-style: none
}
ol {
	padding-left: 20px;
	margin-top: 0px
}
a, a:hover, a:focus { 
	outline:0px
}
h1 {
	font-family: 'Anton', sans-serif;
	font-size: 120px;
	margin: 0px;
	text-shadow: 1px 1px #ccc, -1px -1px #444;
	color: #fff;
	line-height: 1em;
	margin-bottom: 27px
}
.depth:before, .depth:after {
	content: attr(title);
	padding: 50px;
	color: rgba(255,255,255,.1);
	position: absolute;
}
h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: bold
}
h2 {
	font-size: 72px;
	letter-spacing: -7px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #eee;
	display: inline-block;
	padding: 5px 33px 5px 22px;
	line-height: 1.2;
	position: relative;
	margin: 70px 0px 50px
}
h2:before {
	content: "";
	position: absolute;
	bottom: 0px;
	right: 0px;
	border-right: solid 2px #ace256;
	border-bottom: solid 2px #ace256;
	width: 70px;
	height: 60px
}
h3 {
	font-size: 45px;
	letter-spacing: -5px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #eee;
	display: inline-block;
	padding: 5px 33px 5px 22px;
	line-height: 1.2;
	position: relative;
	margin: 0 0 40px
}
h3:before {
	content: "";
	position: absolute;
	bottom: 0px;
	right: 0px;
	border-right: solid 2px #ace256;
	border-bottom: solid 2px #ace256;
	width: 50px;
	height: 35px
}
h4 {
	font-size: 24px;
	font-weight: bold;
	margin: 10px 0px
}
h5 {
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0px
}
.list li {
	padding-left: 12px;
	position: relative
}
.list li:before {
	content: '';
	width: 7px;
	height: 7px;
	border-bottom: solid 2px #ace256;
	border-right: solid 2px #ace256;
	color: #ace256;
	position: absolute;
	left: 0px;
	top: 8px;
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg); /* IE 9 */
	-webkit-transform: rotate(-45deg); /* Safari and Chrome */
}
.noscroll {
	overflow: hidden
}

.btn, .btn:hover{
	color:rgb(51,51,51);
	background-color:rgb(221, 221, 221);
	display:inline-block!important;
	border:none
}
.btn:hover{
	border:none;
	zoom: 1;
	filter: alpha(opacity=80);
	opacity: 0.8;
	-webkit-transition: opacity .15s ease-in-out;
	-moz-transition: opacity .15s ease-in-out;
	-ms-transition: opacity .15s ease-in-out;
	-o-transition: opacity .15s ease-in-out;
	transition: opacity .15s ease-in-out;
}

/* Banner
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
.bg-img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	min-width: 50%;
	min-height: 50%;
	background-image: url(../img/bg-section.png), url(../img/shoot.jpg);
	background-attachment: fixed, fixed;
	background-repeat: repeat, no-repeat;
	-webkit-background-size: auto, cover;
	-moz-background-size: auto, cover;
	background-size: auto, cover;
	background-position: center center;
	z-index:-1
	
}
.home-bnr {
	height: 100%;
	width: 100%;
	position: relative;
	overflow: hidden;
	display: table;
	margin-bottom:77px
}
.home-bnr-content {
	z-index: 1;
	position: relative;
	width: 100%;
	text-align: center;
	display: table-cell;
	vertical-align: middle
}
.home-bnr-content h2 {
	background: none;
	font-family: "Century Gothic", "Trebuchet MS", Tahoma, Arial;
	font-size: 36px;
	letter-spacing: 0px;
	text-shadow: 1px 1px #ccc, -1px -1px #444;
	color: #fff;
	margin: 0px;
	line-height: 1.2em;
	margin-bottom: 30px
}
.home-bnr-content h2:before {
	display: none
}
.home-bnr-content p {
	margin: 0px;
	color: #fff;
	font-size: 36px;
	font-style: italic;
	margin-bottom: 5px
}
.arrow-down a {
	position: relative;
	display: block;
	width: 70px;
	height: 70px;
	margin: 0 auto;
	border: none
}
.arrow-down a:before {
	content: "";
	position: absolute;
	bottom: 0px;
	right: 0px;
	border-right: solid 5px #ace256;
	border-bottom: solid 5px #ace256;
	width: 70px;
	height: 70px;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg); /* IE 9 */
	-webkit-transform: rotate(45deg); /* Safari and Chrome */
}
.header {
	text-align: center
}
.header-content {
	width: 670px;
	margin: 0 auto
}
/* Social 
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
.social {
	padding: 0px;
	margin: 0 auto;
	background: none!important;
	overflow: hidden;
	width: auto
}
.social li {
	display: inline-block;
	width: 44px;
	height: 44px;
	margin-right: 3px;
	margin-bottom: 3px;
	list-style: none;
}
.social li:last-child {
	margin-right: 0px
}
.social li a {
	width: 42px;
	height: 42px;
	display: block;
	background-color: #fff;
	-moz-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	text-align: center;
	color: #000;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.social li a .fa {
	vertical-align: middle;
	font-size: 25px;
	margin-top: 9px
}
.social li a:hover {
	background-color: #ace256;
	-moz-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
/* Navigation
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
#home .navbar-default {
	position: absolute;
}
.navbar-default {
	bottom: 0px;
	width: 100%;
	z-index:2;
	padding: 15px 0px
}
.navbar-default .container {
	padding: 0px;
	position: relative;
}
.nav {
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 17.5px;
	float: right
}
.nav a {
	border: none
}
.navbar-default .navbar-nav>.active>a {
	transition: all 0.5s cubic-bezier(.10, .10, .25, .90);
	-webkit-transition: all 0.5s cubic-bezier(.10, .10, .25, .90);
	-moz-transition: all 0.5s cubic-bezier(.10, .10, .25, .90);
	background-color: transparent
}
.navbar-default .navbar-nav>.active>a:hover {
	background-color: transparent;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	background-color: #eee;
	transition: all 0.5s ease;
	color: #000
}
.navbar-default .navbar-nav>.active>a:before {
	content: "";
	position: absolute;
	bottom: 0px;
	right: 0px;
	border-right: solid 2px #ace256;
	border-bottom: solid 2px #ace256;
	width: 30px;
	height: 30px
}
/*.navbar-default .navbar-nav a:hover:after{
	content:""; position:absolute; top:0px; left:0px; border-left:solid 2px #ccc; border-top:solid 2px #ccc; width:30px; height:30px}	
*/
.brand {
	font-family: 'Anton', sans-serif;
	display: block;
	font-size: 47px;
	color: rgb(51,51,51);
	font-weight: normal;
	text-transform: uppercase;
	line-height: 1;
	border: none;
}
.brand:hover {
	border: none
}
.brand span {
	color: #000
}
.fixed-nav {
	position: fixed!important;
	top: 0px;
	bottom: auto;
}
/* Portfolio 
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
.portfolio .subnavigation {
	padding: 40px 0px 50px;
	line-height: 15px;
	margin-bottom: 0px;
	overflow: hidden
}
.portfolio .subnavigation li {
	display: inline-block;
	list-style: none;
	text-transform: uppercase;
	margin-top: 9px;
	font-weight: bold;
	font-size: 16px;
	list-style: none;
	overflow: hidden;
	position: relative;
	margin-right: 5px
}
.portfolio .subnavigation li a {
	font-family: 'Roboto Condensed', sans-serif;
	color: #777;
	padding: 15px 15px;
	display: block;
	border: none;
}
.portfolio .subnavigation li a:hover {
	background-color: #eee;
	transition: all 0.5s ease;
	color: #000
}
.portfolio .subnavigation li.active a {
	color: #000
}
.portfolio .subnavigation li.active a:hover {
	background: transparent
}
.portfolio .subnavigation li.active a:before {
	content: "";
	position: absolute;
	bottom: 0px;
	right: 0px;
	border-right: solid 2px #ace256;
	border-bottom: solid 2px #ace256;
	width: 30px;
	height: 30px
}
.portfolio .container-portfolio {
	overflow: visible!important
}
/*.container-portfolio{ width:1170px; margin:0 auto}*/
.container-portfolio .element {
	position: relative;
	display:inline-block
}
.container-portfolio .element .thumb {
	z-index: 1;
	position: relative
}
.container-portfolio .element .text {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	padding: 13px 15px 15px;
	background-color: #ace256;
	text-align: center;
	z-index: 0
}
.container-portfolio .element .text h3 {
	font-size: 100%;
	background-color: transparent;
	padding: 0px;
	margin-bottom: 7px;
	letter-spacing: -1px;
	text-transform: none;
	line-height: 1.35em
}
.container-portfolio .element .text button {
	padding: 9px 15px;
	border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-transform: uppercase;
}
.container-portfolio .element a {
	display: block;
	border: none
}
.container-portfolio .element a:hover {
	border: none
}
.container-portfolio img {
	width: 270.2px
}
/* Isotope 
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */	
.isotope, .isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}
/* Lightbox
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */	
.load-lightbox {
	background-image: url(../img/load-lightbox.gif);
	background-repeat: no-repeat;
	background-position: 50% 300px;
	height: 100%
}
.overlay {
	position: fixed;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	background: -moz-linear-gradient(top, rgba(51,51,51,0.3) 0%, rgba(51,51,51,0.3) 1%, rgba(51,51,51,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(51,51,51,0.3)), color-stop(1%, rgba(51,51,51,0.3)), color-stop(100%, rgba(51,51,51,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(51,51,51,0.3) 0%, rgba(51,51,51,0.3) 1%, rgba(51,51,51,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(51,51,51,0.3) 0%, rgba(51,51,51,0.3) 1%, rgba(51,51,51,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(51,51,51,0.3) 0%, rgba(51,51,51,0.3) 1%, rgba(51,51,51,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(51,51,51,0.3) 0%, rgba(51,51,51,0.3) 1%, rgba(51,51,51,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0 ); /* IE6-9 */
	height: auto;
	width: auto;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 5000;
	overflow: auto;
	overflow-y: hidden;
}
.overlay-container {
	width: 100%;
	height: 100%;
	top: 0px;
	position: fixed;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	z-index: 5002;
	left: 0
}
.popup-back {
	width: 100%;
}
.popup {
	width: 100px;
	z-index: 5003;
	top: 0px;
	left: 50%;
	background-color: #e4e6e5;
	padding: 0px;
	position: absolute;
}
.close-btn {
	background: #eee;
	width: 40px;
	height: 45px;
	display: block;
	z-index: 5002;
	font-size: 24px;
	padding: 20px;
	position: fixed;
	top: 0px;
	right: 47px;
	color: #08c;
	text-shadow: none;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
	-moz-box-shadow: 1px 1px 1px 1px #ddd;
	-webkit-box-shadow: 1px 1px 1px 1px #ddd;
	box-shadow: 1px 1px 1px 1px #ddd;
}
.close-btn span.left {
	position: absolute;
	z-index: 5010;
	top: 13px;
	right: 3px;
	width: 18px;
	height: 18px;
	border: 6px solid #ccc;
	border: 6px solid #ccc;
	border-right: none;
	border-top: none;
	cursor: pointer;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.close-btn span.right {
	position: absolute;
	z-index: 5010;
	top: 13px;
	left: 3px;
	width: 18px;
	height: 18px;
	border: 6px solid #ccc;
	border: 6px solid #ccc;
	border-left: none;
	border-bottom: none;
	cursor: pointer;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.close-btn:hover, .close-btn:focus {
	color: #005580
}
.no-scroll {
	overflow-y: scroll;
}
.popup .content-element {
	padding: 30px;
	width: 100%
}
.content-element {
	width: 75%;
	margin: 0 auto;
}
.content-element .media {
	margin: 0 0 30px;
	position: relative;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	box-shadow: 0 1px 4px rgba(0,0,0,.2);
	zoom: 1;
	height: auto;
}
.content-element .media img {
	width: 100%;
	height: auto;
}
.content-element .txt-right {
	position: relative;/*height:475px*/
}
.content-element .txt {
	display: inline-block;
	bottom: 15px
}
.content-element h1 {
	font-family: 'Montserrat', sans-serif;
	text-shadow: none;
	color: rgb(51,51,51);
	font-size: 40px;
	font-weight: bold;
	line-height: 1.1em;
	position: relative;
	margin: 0px;
	padding: 10px 0px
}
.content-element .head {
	background-color: #eee;
	padding: 0px 33px 0px 22px;
	margin-bottom: 20px;
	overflow: hidden
}
.content-element h2 {
	font-size: 30px;
	margin: 0px;
	letter-spacing: -1px;
	background-color: transparent;
	text-transform: none;
	padding: 0px;
	line-height:1.2em;
	margin-bottom:10px
}
.content-element h2:before {
	border: none;
}
.content-element .txt {
	padding: 0px 33px 0 22px
}
/* SINGLE PROJECT 
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */	
.project .navbar-header {
	float: right;
}
.project .navbar-default {
	height: 77px
}
.project .section {
	padding: 50px 0;
	z-index: 0
}
.project .go-back {
	position: relative;
	float: right;
	padding: 9px 10px;
	background-color: transparent;
	color: #000;
	font-weight: bold;
	border: none;
	font-family: 'Roboto Condensed', sans-serif;
}
.project .go-back:before {
	content: "";
	position: absolute;
	bottom: 0px;
	right: 0px;
	border-right: solid 2px #ace256;
	border-bottom: solid 2px #ace256;
	width: 30px;
	height: 30px;
}
/* ABOUT ME 
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */	
.header-about {
	padding: 0px 0px 0px 20px;
	border-left: solid 2px #ace256
}
.header-about-content {
	padding: 0px 0px 5px 20px;
	border-left: solid 2px #fff;
	margin-bottom: 30px
}
.timeline h4, .timeline h5 {
	margin: 0px
}
.timeline h4 {
	line-height: 1.2em;
}
.timeline h5 {
	line-height: 2.2em;
}
.sidebar h3 {
	font-size: 23px;
	letter-spacing: -2px;
	font-weight: bold;
	text-transform: uppercase;
	display: inline-block;
	padding: 0px;
	line-height: 1.55;
	position: relative;
	background-color: transparent;
	margin-bottom: 20px
}
.sidebar h3:before {
	display: none
}
.aboutme .container .row + .row {
	margin-top: 50px
}
.header-about-content + h3 {
	margin-top: 30px
}
.timeline {
	padding-bottom: 80px
}
.download-resume {
	background-color: #ace256;
	border: none;
	padding: 10px 15px;
	margin-top: 30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-transform: uppercase
}
/* TESTIMONIAL 
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */	
.testimonials {
	position: relative;
	margin-bottom: 50px
}
.nav-testimonials {
	position: absolute;
	top: -50px;
	right: 0px
}
.nav-testimonials li {
	display: inline-block;
	margin-right: 5px
}
.nav-testimonials li a {
	display: block;
	width: 20px;
	height: 20px;
	background-color: grey;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-indent: -999em;
	border: none
}
.nav-testimonials li.active a {
	background-color: #ace256
}
.content-testimonials li {
	display: none;
}
.content-testimonials li.active {
	display: block
}
.testimonial-name {
	text-align: right;
	position: relative;
	padding: 15px 20px
}
.testimonial-name:before {
	content: "";
	position: absolute;
	bottom: 0px;
	right: 0px;
	border-right: solid 2px #ace256;
	border-bottom: solid 2px #ace256;
	width: 30px;
	height: 30px;
}
/* Progress bar 
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
.progressbars {
	margin-bottom: 50px
}
.progressbar {
	position: relative;
	margin-bottom: 20px
}
.entry-meta {
	float: left;
	font-weight: bold;
	font-size: 18px;
	background: rgba(0,0,0, 0.1);
	/*position:absolute;*/
	padding: 0px 5px
}
.entry-meta strong {
	padding-left: 10px;
	font-size: 17px
}
.progress {
	background: none;
	background-color: #eeeeee;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	clear: both
}
.progress .bar {
	background: none;
}
.progress .bar span {
	background-color: #ace256;
	display: block;
	height: 30px;
	width: 0;
	-webkit-transition: width 0.7s ease-in-out;
	-moz-transition: width 0.7s ease-in-out;
	-o-transition: width 0.7s ease-in-out;
	transition: width 0.7s ease-in-out;
}
.inview .bar span {
	width: 100%;
}
/* TABS 
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */	
.nav-tabs {
	float: none;
	border-bottom: 2px solid #ace256;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover{
	border-top: 2px solid #ace256;
	border-left: 2px solid #ace256;
	border-right: 2px solid #ace256;
}
.tab-content .tab-pane {
	padding-top: 20px
}
/* CONTACT 
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */	
.contact {
	background-color: #ace256;
	padding-bottom: 80px
}
.contact h2:before {
	content: "";
	position: absolute;
	bottom: 0px;
	right: 0px;
	border-right: solid 2px rgb(51,51,51);
	border-bottom: solid 2px rgb(51,51,51);
	width: 70px;
	height: 60px
}
.contact .col-md-6 {
	margin: 0 auto;
	float: none
}
.contact button {
	float: right
}
.contact-map .container {
	position: relative
}
.contact-map address {
	position: absolute;
	z-index: 1;
	background-color: #eee;
	padding: 20px;
	width: 33%;
	top: 70px;
	right: 0px;
	line-height:1.7em
}
.contact-map address .fa-phone {
	font-size: 1.15em
}
.contact-map address .fa-mobile {
	font-size: 1.3em
}
.contact .form .btn {
	color: rgb(51,51,51)
}
.contact .form {
	position:relative;
	overflow:hidden
}
.loading {
	background: url(../img/load.gif) no-repeat;
	width: 23px;
	height: 23px;
	position: absolute;
	bottom: 12px;
	right: 105px;
	display: none
}
.results {
	position: absolute;
	bottom: 10px;
	right: 110px
}
.map {
	width: 100%;
	height: 300px;
	border-top: solid 5px #ccc
}
/* FOOTER 
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */	
.footer {
	background-color: #eee;
	text-align: center;
	padding: 50px 0px
}
.footer .social li a {
	background-color: #fff
}
/* ROTATE NAV 
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */	
#transDemo3 {
	-webkit-perspective: 800px;
	-webkit-perspective-origin: 50% 100px;
	-moz-perspective: 800px;
	-moz-perspective-origin: 50% 100px;
	-ms-perspective: 800px;
	-ms-perspective-origin: 50% 100px;
	perspective: 800px;
	perspective-origin: 50% 100px;
	margin: 50px auto;
	width: 100%;
	float: left;
}
#transDemo3 #cube {
	position: relative;
	margin: 0 auto;
	height: 107px;
	width: 100%;
	-webkit-transform-style: preserve-3d;
	-webkit-transform-origin: 50% 25px 0;
	-moz-transform-style: preserve-3d;
	-moz-transform-origin: 50% 25px 0;
	-ms-transform-style: preserve-3d;
	-ms-transform-origin: 50% 25px 0;
	transform-style: preserve-3d;
	transform-origin: 50% 25px 0;
	-moz-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
#transDemo3 #Ycube, #transDemo3 #Zcube {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
#transDemo3 .face {
	position: absolute;
	/*height: 160px;*/
	width: 100%;
	padding: 29px 0px;
	background-color: rgba(238, 238, 238, 1);
	-webkit-backface-visibility: visible;
	-moz-backface-visibility: visible;
	-ms-backface-visibility: visible;
	backface-visibility: visible;
	/*border: 1px #aaa solid;*/
}
#transDemo3 .face p {
	font-size: 60px;
	line-height: 1;
	text-align: center;
	margin: 0;
	padding: 0;
	color: rgba(255,255,255,0.75);
}
#cube .one {
	-webkit-transform: rotateX(90deg) translateZ(50px);
	-moz-transform: rotateX(90deg) translateZ(50px);
	-ms-transform: rotateX(90deg) translateZ(50px);
	transform: rotateX(90deg) translateZ(50px);
	background-color: #f8f8f8;
	-webkit-font-smoothing: subpixel-antialiased;
}
#cube .two {
	-webkit-transform: translateZ(50px);
	-moz-transform: translateZ(50px);
	-ms-transform: translateZ(50px);
	transform: translateZ(50px);
}
.rotate-cube {
	-webkit-transform: rotateX(-90deg);
	-moz-transform: rotateX(-90deg);
	-ms-transform: rotateX(-90deg);
	-o-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
	-moz-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}


/* IE 8 compatibility
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */	
.ie8 .chart {
	margin-right: 20px
}

.ie8 .project .section {
	padding-top: 10px;
	margin-top: -10px
}

.ie8 .bg-img{
	background-image: url(../img/shoot.jpg);
	background-repeat:  no-repeat;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	background-size: 100%;
	background-position: center center;
	
}
@media print {
html, body {
	height: auto!important
}
.wrap-content {
	width: 100%!important
}
.container {
	width: 100%!important
}
/* Switch style */
.switch-style {
	display: none!important
}
/* Navigation */
.navbar-default, .navbar-default .nav {
	display: none!important;
}
/* Section */
section {
	display: block;
	overflow: visible;
	clear: both!important;
	padding-top: 30px!important
}

.social, .arrow-down {
	display: none
}
/* Portfolio */
.portfolio .subnavigation {
	display: none
}
#container {
	overflow: hidden!important;
}
.portfolio #container {
	width: 100%!important;
	max-width: 100%!important
}
.portfolio .element {
	height: auto!important;
	position:static!important;
	display:inline
}
.portfolio .element .text{
	display:none
}
.portfolio {
	height: auto!important;
	page-break-before: always!important;
	position: static!important
}
.container-portfolio .element .thumb{
	display:inline-block!important;
	width:230px!important
}
.container-portfolio, .portfolio .container {
	overflow: hidden!important;
	height: auto!important;
}
#container .col-md-4 {
	margin: 0px;
	height: auto;
	overflow: hidden;
	position: static!important;
	display: inline-block!important;
	width: 47%!important;
	padding: 0px;
	transform: none!important;
	-ms-transform: none!important;
	-webkit-transform: none!important;
}
#container .col-md-4 img {
	width: auto!important
}
.overlay-container, .more {
	display: none
}
.ie9 #container .col-md-4 {
	float: left!important;
	width: 45%!important;
}
/* Contact */
.form {
	display: none!important
}
/* Others */
.message, .td1, .bull {
	display: none!important
}
.tab-content>.tab-pane {
	display: block!important
}
.progress {
	border: solid 3px #000
}
.progress .bar {
	border-right: solid 3px #000
}
.contact{ padding-bottom:0px!important}
.contact-map address{ position:relative; top:0px; width:100%!important; padding:50px!important; text-align:center!important}
}

@media (max-width:1200px) {
	.bg-img{background-attachment: scroll, scroll;}
}

@media (max-width:992px) {
	.navbar-default .col-md-3{ width:38%; float:left }
	.navbar-default .col-md-9{ width:62%; float:left }
	.nav > li > a{ padding:10px 11px }
	.nav > li { margin-left:5px}
	.row-aboutme .col-md-8{ width:66.6%; float:left; }
	.row-aboutme .col-md-4{ width:33.3%; float:left}
	.row-aboutme .col-md-4 img{ width:100%}
	.aboutme .sidebar{ padding-top:50px}
}

@media (max-width:800px) {
	h1{ font-size:100px }
	h2{ font-size:65px}
	h3{ font-size:38px}
	.contact-map address{ top:50px}
	
	

}
@media (max-width:767px){
	.navbar-default .col-md-3{ width:75%; }
	.navbar-default .col-md-9{ width:100%; margin-top:-50px  }
	.navbar-default .col-md-9 .nav{ width:100% }
	.navbar-default .col-md-9 .nav li{ text-align:right}
	.navbar-default .col-md-9 .nav li{ margin-bottom:10px }
	.contact-map .container{ padding:0px; text-align:center}
	.contact-map address { position:static; width:100% }
}
@media (max-width:700px) {
	.row-aboutme .col-md-8{ width:100%; float:none; }
	.row-aboutme .col-md-4{ width:100%; float:none}
	.row-aboutme .col-md-4 img{ width:100%}
	
	.header-content{ width:100%}
	h1{ font-size:80px }
	.home-bnr-content h2, .home-bnr-content p{ font-size:30px}
	h2{ font-size:55px; letter-spacing:-4px; margin-bottom:40px}
	h3{ font-size:35px; letter-spacing:-3px}
}

@media (max-width:500px) {
	h1{ margin-bottom: 0px; font-size: 60px;}
	.home-bnr-content h2, .home-bnr-content p{ font-size:25px; }
	.home-bnr-content h2{ margin-bottom:10px!important}
	.arrow-down{ display:none}
	h2{ font-size:45px; letter-spacing:-3px; margin-bottom:15px}
	h3{ font-size:30px; letter-spacing:-2px}
	h4{ font-size:22px }
	.social li a{ width:38px; height:38px}
	.social li a .fa{ margin-top:7px}
	.content-element{ width:100%}
	.content-element h1{ font-size:26px}
	.content-element h2{ font-size:22px }
}
@media (max-width:320px) {
	.brand{ font-size:35px; margin-top:0px; line-height:1.38em; letter-spacing:-1px }
	h1{ margin-bottom:13px}
	h2{ font-size:40px; letter-spacing:-3px; margin: 60px 0px 30px;}
	
	.home-bnr-content h2{ margin-bottom:15px}
	.project .section{ padding:50px 0px}
	

}
@media (max-height:220px) {
	.home-bnr{ display:none}
	#home .navbar-default{ position:relative}
	h2{ margin-top:50px}
	.project .section { padding-top:20px }
}