/*------------------------------------------------------------------
[Table of contents]

1. GLOBAL STYLES
2. TYPOGRAPHY
3. LOADER
4. NAVIGATION BAR
5. PAGES
	5.1. BACKGROUND PAGES
6. HOMEPAGE
7. ABOUT ME
8. WORK
9. SKILLS
10. CONTACT
11. FOOTER
12. CAROUSEL
13. CUSTOM CSS

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

/*------------------------------------------------------------------
1. GLOBAL STYLES
-------------------------------------------------------------------*/

html,
body { 
	height:100%;
	width:100%;
}

body {
	background: #000;
	color: #000;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 14px;
	line-height: 22px;
	overflow: hidden;
	letter-spacing: 0.025em;
}

a,
a:hover,
a:focus,
a:active { 
	outline: none !important;
	text-decoration: none;
	color: #000;
}

ul,li { 
	list-style:none;
}

hr {
	display: block;
	margin: 30px 0px;
}


textarea,
input,
input:hover,
input:focus,
input:active,
input[type="text"], 
input[type="text"]:focus, 
input[type="text"]:hover, 
input[type="text"]:active, 
input[type="email"],
input[type="email"]:focus,
input[type="email"]:hover,
input[type="email"]:active,
button,
button[type="submit"]{
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
		-ms-box-shadow: none;
		 -o-box-shadow: none;
			box-shadow: none;
	outline:0px !important;
}

.no-overflow {
	overflow: hidden !important;
}

.css3Animate {
    -webkit-transition: all .2s linear .1s;
    	-moz-transform: all .2s linear .1s;
    	-ms-transition: all .2s linear .1s;
    	 -o-transition: all .2s linear .1s;
    		transition: all .2s linear .1s;
}

.css3AnimateSlow {
    -webkit-transition: all 1s linear 0.5s;
    	-moz-transform: all 1s linear 0.5s;
    	-ms-transition: all 1s linear 0.5s;
    	 -o-transition: all 1s linear 0.5s;
    		transition: all 1s linear 0.5s;
}

#backSlider {
    width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
}

.backSliderOver {
	background: #000;	
}

#pattern {
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(../img/pattern.png) repeat;
    z-index: 1;
    opacity: 0.75;
}
section {
	padding: 75px 0px;
}

.clearfix{
	margin: 20px 0px;
}

.hide{
	display: none;
}

#gradient-1 {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	background: -webkit-linear-gradient(135deg, #268fd0, #5f56ac); /* For Safari */
	background: -o-linear-gradient(135deg, #268fd0, #5f56ac); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(135deg, #268fd0, #5f56ac); /* For Firefox 3.6 to 15 */
	background: linear-gradient(135deg, #268fd0, #5f56ac); /* Standard syntax */
	Filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#268fd0', endColorstr='#5f56ac'); /* For IE */
	opacity: 0.75;
}

#gradient-2 {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	background: -webkit-linear-gradient(135deg, #fe7259, #ffc456); /* For Safari */
	background: -o-linear-gradient(135deg, #fe7259, #ffc456); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(135deg, #fe7259, #ffc456); /* For Firefox 3.6 to 15 */
	background: linear-gradient(135deg, #fe7259, #ffc456); /* Standard syntax */
	Filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe7259', endColorstr='#ffc456'); /* For IE */
	opacity: 1;
}

.poster-image {
	background: url('/img/resume-background.jpg');
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
		-ms-background-size: cover;
		 -o-background-size: cover;
			background-size: cover;
	width: 100%;
	height: 100%;
	z-index: -1 !important;
	backface-visibility: hidden;
	background-position: center center;
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	overflow: hidden;
}

#video-content{
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	overflow: hidden;
	z-index: -999;
	height: 100%;
	width: 100%;
}

#controlBar_bgndVideo,
#controlBar_video-content {
	display: none !important;
}

#fullscreen-vimeo {
    background-color: #000000;
    height: 100%;
    left: 0;
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -2;
	overflow: hidden;
}
#fullscreen-wrap {
    height: 360px;
    left: 0;
    position: absolute;
    top: 0;
    width: 640px;
}
#fullscreen-vimeo iframe {
    border: none;
    display: block;
    height: 100%;
    width: 100%;	
}

/*------------------------------------------------------------------
2. TYPOGRAPHY
-------------------------------------------------------------------*/

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

}

h1 {
	margin: 0px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}

h2 {
    font-family: 'Montserrat', sans-serif;
	font-weight: 700;
    font-size: 5em;
    letter-spacing: -0.05em;
    margin: 0px;
    text-transform: uppercase;
    line-height: 1.05em;
}

h3 {
    font-size: 1.4em;
    font-weight: 200;
    letter-spacing: 0.025em;
    line-height: 1.45em;
}

h4 {
    font-family: 'Montserrat', sans-serif;
	font-weight: 700;
    font-size: 3.4em;
    letter-spacing: -0.05em;
    margin: 0px;
    text-transform: uppercase;
    line-height: 1.35em;
    text-align: center;
}

h5 {
    font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 1.15em;
    line-height: 1.35em;
    text-transform: uppercase;
}

/*------------------------------------------------------------------
3. LOADER
-------------------------------------------------------------------*/

.loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    z-index: 1100;
}

#loader-content {
	border-radius: 163px;
    position: fixed;
    z-index: 9999;
    top: 50%;
    left: 50%;
    margin-left: -80px;
    margin-top: -80px;
    width: 160px;
    height: 160px;	
}

.loader-logo,
#loader-circle {
	position: absolute;
}

.loader-logo {
	top: 26%;
    left: 14%;
    margin: 0;
    color: #fff!important;
    font-weight: 700;
    font-size: 5em;
    line-height: 1em;
    font-family: "interstate_monobold";
    letter-spacing: -0.22em;
    font-style: italic;
    width: 100%;
}

/*------------------------------------------------------------------
4. NAVIGATION BAR
-------------------------------------------------------------------*/

#mainNav {
	position: fixed;
    z-index: 9;
    width: 100%;
    top: -100px;
    padding-top: 20px;
    height: 84px;
    font-size: 0.7em;
    font-style: normal;
    font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}

#mainNav .navbar-brand {
    margin: auto;
    width: 139px;
    height: 62px;
    float: none;
    background: none;
    display: block;
}

a#logo {
    font-family: "interstate_monobold";
    letter-spacing: -0.2em;
    font-style: italic;
    font-size: 1.5em!important;
    margin: 0 auto;
    opacity: 1!important;
}

#mainNavTop {
	top: -61px;
}

.lightNav .round-logo {
	border: 2px solid rgba(256,256,256,0.5);
}

.darkNav .round-logo {
	border: 2px solid rgba(51,51,51,0.5);
}

.lightNav .round-logo:hover {
    border: 2px solid rgba(256,256,256,1);
}

.darkNav .round-logo:hover {
    border: 2px solid rgba(51,51,51,1);
}

#mainNav .navbar-brand svg {
    width: 1.6em;
    margin-top: -6px;
}

#mainNav .round-logo {
	display: block;
    border-radius: 50%;
    text-align: center
}

#mainNav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin-top: -55px;
}

#mainNav ul li {
    text-transform: uppercase;
    letter-spacing: .3em;
    margin-right: 30px;
}

#mainNav ul li: last-child {
    margin-right: 8px;
}

#mainNav ul li button {
    display: inline-block;
    height: 50px;
    position: relative;
    background: none;
    border: 0px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 1.1em;
}

.darkNav ul li button {
	color: #000;
}

#mainNav ul li button:hover,
#mainNav ul li button:active {
	background: none;
    cursor: pointer;
}

#mainNav ul li .right-margin {
    margin-right: 60px;
}

#mainNav ul li .left-margin {
    padding-left: 0;
    margin-left: 60px;
}

#mainNav ul li button .line {
    height: 1px;
    display: block;
    width: 0px;
    margin-top: 1px;
    margin-left: 50%;
}

.lightNav ul li button .line {
	background: #fff;
}

.darkNav ul li button .line {
	background: #000;
}

#mainNav ul li button:hover .line {
    width: 97%;
    margin-left: 0%;
}

.navTop{
	padding-top: 0px !important;
	height: 60px !important;
}

.navTop .round-logo,
.navTop .round-logo:hover {
    border: 0px;
}

.navTop .navbar-brand svg {
    width: 1.3em;
    margin-top: -6px;
}

.navTop ul li button {
	font-size: 0.8em;
}

.lightNav a,
.lightNav button{
    color: #fff;
}

.darkNav a ,
.darkNav button{
    color: #000;
}

#mainNav a {
	font-size: 3.5em;
	opacity: 0.75;
	margin-top: 15px;
	margin-right: 20px;
	float: right;
}

#mainNav a:hover {
	font-size: 3.5em;
	opacity: 1;
}

.menu-mobile {
	position: absolute;
	z-index: 100;
	background: rgba(0,0,0,0.75);
	width: 100%;
	height: 100%;
	display: none;
}

.menu-mobile a {
	position: absolute;
	z-index: 110;
	font-size: 3em;
	right: 20px;
	top: 20px;
	opacity: 0.75;
	color: #fff;
}

.menu-mobile a:hover {
	opacity: 1;
}

.menu-mobile ul {
	list-style: none;
	text-align: center;
	width: 100%;
	height: 280px;
	margin-left: 0px; 
	margin-right: 0px;
}

.menu-mobile ul li {
	display: block;
	clear: both;
	width: 100%;
}

.menu-mobile ul li button {
	background: none;
	font-size: 2.5em;
	font-weight: 200;
	width: 300px;
	text-align: center;
	line-height: 2em;
	border: 0px;
	box-shadow: none;
	text-shadow: none;
	opacity: 0.75;
    color: #fff;
}

.menu-mobile ul li button:hover {
	opacity: 1;
}

/*------------------------------------------------------------------
5. PAGES
-------------------------------------------------------------------*/

.pt-page {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;
    	-ms-backface-visibility: hidden;
    	 -o-backface-visibility: hidden;
    		backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
    	-ms-transform: translate3d(0, 0, 0);
   		 -o-transform: translate3d(0, 0, 0);
    		transform: translate3d(0, 0, 0);
    -webkit-transform-style: preserve-3d;
       -moz-transform-style: preserve-3d;
    	-ms-transform-style: preserve-3d;
    	 -o-transform-style: preserve-3d;
    		transform-style: preserve-3d;
    overflow: auto;
	padding-top: 50px;
}

.pt-page-current, .no-js .pt-page {
    visibility: visible;
    z-index: 1;
}

.pt-page a { 
	padding: 10px 15px;
	border: 1px solid #ddd;
	display: inline-block;
	cursor: pointer;
	border-radius: 3px;
}

.pt-page a:hover {
    background-color: #0fa9ce;
    border: 1px solid #0fa9ce;
    color: #fff;
}

/*------------------------------------------------------------------
5.1. BACKGROUND PAGES
-------------------------------------------------------------------*/

.homepage-background {
	background: #000;	
}

.aboutme, .work, .single-work, .myskills,
.navTop .aboutmeNav, .navTop .skillsNav, .navTop .workNav {
    background: #fff;
}

.contact, 
.navTop .contactNav {
    background: #fff;
}

/*------------------------------------------------------------------
6. HOMEPAGE
-------------------------------------------------------------------*/

.homepage{
	opacity: 0;
	padding: 0px;
}

.homepage section{
	padding: 0px;	
}

.homepage .messages{
	text-align: center;
	color: #fff;
}

/*------------------------------------------------------------------
7. ABOUT ME
-------------------------------------------------------------------*/

.aboutme .section-author-image,
.aboutme .section-author-image-2 {
	padding: 100px 0 0 0;
}

.aboutme .section-author-image .container,
.aboutme .section-author-image-2.container {
    border-bottom: 1px solid rgb(230, 230, 230);
}

.aboutme a{
	margin-top: 20px;
	margin-bottom: 10px;
}

.aboutme .author-image-content{
	text-align: center;
}

.aboutme .author-image{
    display: block;
    padding: 25px 25px 0 25px;
	overflow: hidden;
/*	width: 400px;
	height: 400px;
	border: 1px solid #ddd;*/
}

.aboutme .section-author-image-2{
	padding-bottom: 0px;
}

.aboutme .section-author-image ul{
	padding-left: 0px;
}

.aboutme .author-image-2{
	padding-bottom: 100px;
	background: url(http://placehold.it/715x1106&text=Author+image) top left no-repeat;
	background-size: 55%;
	position: relative;
}

.aboutme ul li{
	clear: both;
	position: relative
}

.aboutme ul li label{
	display: inline-block;
	background: #ddd;
	padding: 5px 10px;
	float: left;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}

.aboutme ul li span{
	padding: 5px 0px;
	position: absolute;
	left: 110px;
}

.aboutme .skills{
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
		-ms-background-size: cover;
		 -o-background-size: cover;
			background-size: cover;
	background-position: top center;
}

.aboutme .skills h3, 
.aboutme .services h3 {
	margin-bottom: 0px;
	text-align: center;

}

.aboutme .skills h5 {
	margin-bottom: 20px;
}

.aboutme .skills span {
	font-size: 1.6em;
	color: #aaa;
	vertical-align: -20%;
	margin-right: 15px;
}

.aboutme .skills .skill{
	margin-bottom: 30px;
}

.aboutme .bar-graph {
	position:relative;
	margin-bottom:25px;
}

.aboutme .bar-graph .main-layer {
	background-color: #ddd;
	height: 3px;
	position: relative;
	z-index: 1;
}

.aboutme .bar-graph .percent-layer {
	height: 3px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.aboutme .bar-graph .general_bg {
	background-color: #000;
}

.percent-1 {
	width: 95%;
}

.percent-2 {
	width: 70%;
}

.percent-3 {
	width: 82%;
}

.percent-4 {
	width: 92%;
}

.easyPieChart {
    position: relative;
    text-align: center;
}

.easyPieChart canvas {
    position: absolute;
    top: 0;
    left: 0;
}

.pie-chart {
	margin-bottom: 10px;
	margin: 0px 15px 15px 0px;
	padding: 0px;
	float: left;
	position: relative;
}

.pie-chart .percentage,
.pie-chart .percentage-title{
	width: 100%;
	text-align: center;
	position: absolute;
}

.pie-chart .percentage {
	font-size: 2em;
	font-weight: 200;
	top: 5px;
}

.pie-chart .percentage-title{
	top: 10px;
	font-size: 10px;
}

.pie-chart .percentage{
	opacity: 0;
}

.pie-chart:hover .percentage-title{
	opacity: 0;
}

.pie-chart:hover .percentage{
	opacity: 1;
}

.experience{
	border: 0px;
	background: none;
	box-shadow: none;
	border-bottom: 1px dotted #bcbcbc;
	padding: 20px 0px;
}

.experience a{
	width: 100%;
	margin: 0px;
	border-radius: 0px;
	border: 0px;
	padding: 0px 20px;
}

.experience a:hover{
	background: none;
	color: #333;
	border: 0px;
}

.panel-group {
	border-top: 1px dotted #bcbcbc;
}

.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group{
	border: 0px;
	border-left: 1px dotted #bcbcbc;
	margin-left: 137px;
}

.experience .panel-body{
    padding: 20px;
}

.experience p{
	display: inline-block;
	vertical-align: top;
	margin-bottom: 0px;
}

.experience .panel-heading{
	padding: 0px;
}

.experience hr{
	margin: 0px 0px 10px 0px;
	border-color: #aaa;
	border-width: 2px;
	width: 25px;
}

.experience .panel-heading{
	background: none;
	border: 0px;
}

.experience .date{
	width: 113px;
}

.experience .job{
	border-left: 1px dotted #bcbcbc;
	padding-left: 20px;
}

@media screen and (max-width: 400px) {
	.experience .job {
	    border-left: 0;
	    padding-left: 0px;
	    width: 75%;
	}
}

.experience .arrow-down{
	float: right;
	vertical-align: middle;
	font-size: 2em;
	opacity: 0;
}

.experience:hover a .arrow-down{
	opacity: 1;
}

.testimonials{
  overflow: hidden;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
		-ms-background-size: cover;
		 -o-background-size: cover;
			background-size: cover;
	background-position: center center;
	color: #fff;
	text-align: center;
	position: relative;
	padding: 0px;
}

.testimonials-over-image{
    width: 100%;
	height: 100%;
	position: absolute;
	background: rgba(0,0,0,0.97);
	opacity: 0.9;
	z-index: 1;
}

.testimonials-messages,
.testimonials-messages2{
	padding: 100px 0px;
	z-index: 2;
	height: 330px;
}

.testimonials-messages .comment,
.testimonials-messages2 .comment{ 
	font-weight: 700;
    font-size: 3em;
    margin: 0px;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 20px;
}

.testimonials-messages .comment-author,
.testimonials-messages2 .comment-author{ 
	font-weight: 200;
    font-size: 1.4em;
    margin: 0px;
    line-height: 1.35;
    text-align: center;
}

.services{
	padding-bottom: 0px;
}

.services h4{
	margin-bottom: 10px;
}

.services .media a{
	padding: 20px;
	margin-top: 0px;
	margin-right: 5px;
	font-size: 2em;
}

.services .media{
	margin-bottom: 30px;
}

.services .twitter-content{
	text-align: center;
}

.services .twitter-content a{
	font-weight: 700;
	padding: 0px;
	border: 0px;
	background: none;
}

.services .twitter-content a:hover{
	color: #000;
	background: none;
	text-decoration: underline;
}

.services .twitter-content .twitter-heading {
	text-align: center;
	margin-bottom: 20px;
	font-size: 1.75em;
	opacity: 0.5;
}

.services .twitter-content .twitter-heading span {
	display: inline-block;
	position: relative;  
}

.services .twitter-content .twitter-heading span{
	border-radius: 50%;
	border: 1px solid #ddd;
	padding: 18px 20px;
}
	
.services .twitter-content .twitter-heading span i{
	color: #000; 
}

.services .twitter-content .twitter-heading span::after,
.services .twitter-content .twitter-heading span::before{
	margin-top: 28px;
}

.services .twitter-content .twitter-heading span:before,
.services .twitter-content .twitter-heading span:after {
	content: "";
	position: absolute;
	height: 5px;
	border-top: 1px solid #ddd;
	top: 0;
	width: 350px;
}

.services .twitter-content .twitter-heading span:before {
	right: 100%;
	margin-right: 15px;
}

.services .twitter-content .twitter-heading span:after {
	left: 100%;
	margin-left: 15px;
}

.services #twitter-feed {
	height: 80px;
	line-height: 1em;
	overflow: hidden;
}

.services #twitter-feed a{
	margin: 0px; 
	padding: 0px;
}


/*------------------------------------------------------------------
8. WORK
-------------------------------------------------------------------*/

.work h2 {
	margin-top: 0px;
}

.work h3 {
	margin-bottom: 0px;
	font-weight: 200;
}

.work h2,
.work h3 {
	text-align: center;
}
#filters {
	text-align: center;
	margin-bottom: 40px;
}

#filters button {
	padding: 7px 15px;
	border: 1px solid #ddd;
	display: inline-block;
	cursor: pointer;
	border-radius: 3px;
	background: none;
	font-size: 0.9em;
	margin: 0px 3px;
}

#filters button:hover,
#filters button.checked {
	background: #000;
	color: #fff;
}

#gallery {
	margin-bottom: 20px;
	display: block;
}

#gallery:after {
	content: '';
	display: block;
	clear: both;
}

.item,
#gallery .grid-sizer {
	width: 50%; /* juse a lil under  47 */
	margin: 0px;
	float: left;
	border-radius: 0px;
    clear: none;
    overflow: hidden;

}

#gallery .grid-sizer {
	position: absolute;
}

.item,
#gallery .grid-sizer {
	width: 25%;
}

.item.w2 {
	width: 50%;
}

.item img {
	max-width: 106%;
    border: 7px solid transparent;
    position: relative;
}

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

.item .item-content{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 97%;
    opacity: 0;
    overflow: hidden;
}

.item:hover .item-content{
    opacity: 1;
}

.item .item-content a{
	border-radius: 0px;
	border: 0px;
	width: 100%;
    padding: 10px 15px 0;
    margin: 6px;
    background: #fff;
}

.item .item-content a p {
	color: #000;
	font-size: 1em;
	line-height: 1em;
	text-align: left;
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -o-transform: scale(1.25);
    transform: scale(1.25);	
}

.item:hover .item-content a{
    border-radius: 0px;
	border: 0px;
}

.item .item-content a h4 {
	color: #fff;
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -o-transform: scale(1.25);
    transform: scale(1.25);
}

.item .item-content a h4{
	font-size: 1.3em;
    text-align: left;
}

.item:hover .item-content a h4,
.item:hover .item-content a p{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

	/*------------------------------------------------------------------
	8.1 WORK CONTENT
	-------------------------------------------------------------------*/
	.single-work section{
		padding-top: 0px;
		position: relative;
	}
			
	.work-container{
		position: relative;
	}
	
	.work-container button{
		position: absolute;
		top: 28px;
		right: 0px;
		width: 50px;
		height: 50px;
		border: 1px solid #333;
		border-radius: 50%;
		background: none;
		font-size: 1.7em;
		z-index: 100;
	}
	
	.work-container button:hover {
	    background: #0fa9ce;
	    border-color: #0FA9CE;
	    color: #fff;
	    -webkit-transform: scale(1.2);
	    -moz-transform: scale(1.2);
	    -ms-transform: scale(1.2);
	    -o-transform: scale(1.2);
	    transform: scale(1.2);
	}
	
	#work-content h4{
		text-align: left;
		color: #0FA9CE;
	}
	
	#work-content img{
		margin-bottom: 20px;
	}
	
	#work-content .tags li {
	    display: inline-block;
	    background: #0FA9CE;
	    margin-right: 10px;
	    margin-top: 10px;
	    padding: 5px 10px;
	    color: #fff;
	    text-transform: uppercase;
	}

	#work-content .col-md-12{
		margin-bottom: 50px;
	}

	#work-content a{
		color: #0fa9ce;
    	border: 1px solid #0fa9ce;
	}
	
	#work-content .videoWrapper {
		position: relative;
		padding-bottom: 53%; /* 16:9 */
		padding-top: 25px;
		height: 0;
		margin-top: 14px
	}

	.videoWrapper iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

/*------------------------------------------------------------------
9. SKILLS
-------------------------------------------------------------------*/

.myskills section{
	padding-bottom: 0px;
}

.myskills h2 {
	margin-top: 0px;
}

.myskills h3 {
	margin-bottom: 0px;
	font-weight: 200;
}

.myskills h2,
.myskills h3 {
	text-align: center;
}

.myskills ul li{
	clear: both;
	position: relative
}

.myskills ul li label{
	display: inline-block;
	background: #ddd;
	padding: 5px 10px;
	float: left;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}

.myskills ul li span{
	padding: 5px 0px;
	position: absolute;
	left: 110px;
}

.myskills .skills{
	background-color: white;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
		-ms-background-size: cover;
		 -o-background-size: cover;
			background-size: cover;
	background-position: center center;
}

.myskills .skills h3, 
.myskills .services h3 {
	margin-bottom: 0px;
	text-align: center;

}

.myskills .skills h5 {
	margin-bottom: 20px;
}

.myskills .skills span {
	font-size: 1.6em;
	color: #aaa;
	vertical-align: -20%;
	margin-right: 15px;
}

.myskills .skills .skill{
	margin-bottom: 30px;
}

.myskills .bar-graph {
	position:relative;
	margin-bottom:25px;
}

.myskills .bar-graph .main-layer {
	background-color: #ddd;
	height: 3px;
	position: relative;
	z-index: 1;
}

.myskills .bar-graph .percent-layer {
	height: 3px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.myskills .bar-graph .general_bg {
	background-color: #0fa9ce;
}


.GaugeMeter {
  position: Relative;
  text-align: Center;
  overflow: Hidden;
  cursor: Default;
  display: inline-block;
}

.GaugeMeter SPAN, .GaugeMeter B {
  width: 54%;
  position: Absolute;
  text-align: Center;
  display: Inline-Block;
  color: RGBa(0,0,0,.8);
  font-weight: 100;
  font-family: "Open Sans", Arial;
  overflow: Hidden;
  white-space: NoWrap;
  text-overflow: Ellipsis;
  margin: 0 23%;
}

.GaugeMeter[data-style="Semi"] B {
  width: 80%;
  margin: 0 10%;
}

.GaugeMeter S, .GaugeMeter U {
  text-decoration: None;
  font-size: .60em;
  font-weight: 200;
  opacity: .6;
}

.GaugeMeter B {
  color: #000;
  font-weight: 200;
  opacity: .8;
}



/*------------------------------------------------------------------
10. CONTACT
-------------------------------------------------------------------*/

.contact{
	text-align: center;
	color: #000;
}

.contact h2 {
	margin-top: 0px;
}

.contact h3 {
	margin-bottom: 0px;
	font-weight: 200;
}

.contact footer .container {
    border-top: 0!important;
}

input.form-control,
textarea.form-control{
	background: none;
	background-color: none;
	box-shadow: none;
	border: 0px;
	border-bottom: 1px solid rgba(0,0,0,0.25);
	border-radius: 0px;
	color: rgba(0,0,0,0.75);
	padding: 20px 30px
}

input.form-control:focus,
input.form-control:active,
textarea.form-control:focus,
textarea.form-control:active {
	outline: none;
  	border: none ;
  	border-bottom: 1px solid #000;
  	color: #000;
 	-webkit-box-shadow: none !important;
  	   -moz-box-shadow: none !important;
  		-ms-box-shadow: none !important;
  		 -o-box-shadow: none !important;
  			box-shadow: none !important;
}

input.form-control:-moz-placeholder,
textarea.form-control:-moz-placeholder {
	color: black;
	opacity: 0.7;
}

input.form-control::-moz-placeholder,
textarea.form-control::-moz-placeholder {
	color: black;
	opacity: 0.7;
}

input.form-control:-ms-input-placeholder,
textarea.form-control:-ms-input-placeholder {
	color: black;
	opacity: 0.7;
}

input.form-control::-webkit-input-placeholder,
textarea.form-control::-webkit-input-placeholder {
	color: black;
	opacity: 0.7;
}

.send-div{
	margin-top: 40px;
}

.send-div button{
	border-color: rgba(0,0,0,0.25);
	background: none;
	padding: 10px 45px;
	color: #000;
	text-shadow: none;
	text-transform: uppercase;
}

.send-div button:hover{
	border-color: #000;
	background: #000;
	color: #fff;
}

.success-message,
.error-message {
	height: 30px;
}

#map {
	height: 500px;
}

#map .gm-style-cc{
	display: none;
}

#map a{
	display: none !important;
}

.contact footer hr {
	margin-top: 0px;
}

#cd-zoom-in, 
#cd-zoom-out {
	height: 32px;
	width: 32px;
	cursor: pointer;
	margin-left: 30px;
	opacity:.7;
	font-size: 1.3em
}

#cd-zoom-in span, 
#cd-zoom-out span{
	width: 100%;
	float: left;
	margin-top: 7px;
}

.no-touch #cd-zoom-in:hover, .no-touch #cd-zoom-out:hover {
	opacity:1;
}

#cd-zoom-in:hover, #cd-zoom-out:hover {
	opacity:1;
}

#cd-zoom-in {
	background-position: 50% 0;
	margin-top: 400px;
	margin-bottom: 1px;
}

#cd-zoom-out {
	background-position: 50% -32px;
}

#cd-zoom-in,
#cd-zoom-out {
	background-color:#fff;
}

/*------------------------------------------------------------------
11. FOOTER
-------------------------------------------------------------------*/

footer hr{
	opacity: 0.2;
	margin: 50px 0px;
}

footer.darkFooter .container{
    border-top: 1px solid rgb(230, 230, 230);
    margin-top: 50px;
    padding-top: 50px;
}

footer.lightFooter hr{
	border-color: #fff;
}

footer{
	text-align: center;
	bottom: 0px;
	width: 100%;
	padding-bottom: 20px;
	position: relative;
}

footer a{
	border: 0px;	
}

.info{
	font-size: 2em;
}

footer.lightFooter,
footer.lightFooter a{
	color: #fff;
}

footer.darkFooter,
footer.darkFooter a{
	color: #000;
}

footer .footer-social {
	margin: 20px 0px;
	padding: 0;
}

footer .footer-social li{
	display: inline-block;
	margin: 0px 10px;
}

footer .footer-social li a{
	padding: 15px;
	font-size: 1.5em;
	opacity: 0.5;
	border-radius: 4px;
	border: 0px;
	margin-top: 20px;
	margin-bottom: 10px;	
}

footer .footer-social li a:hover{
	opacity: 0.8;
	color: #fff;
	border: 0px;
}

footer .footer-social a.facebook:hover { 
	background: #3b5998;
}

footer .footer-social a.twitter:hover { 
	background: #00aced;
}

footer .footer-social a.instagram:hover { 
	background: #3f729b;
}

footer .footer-social a.pinterest:hover { 
	background: #cb2027;
}

footer .footer-social a.googleplus:hover { 
	background: #dd4b39;
}

footer .copyright a{
	border: 0px;
	padding: 0px;
}

footer a.toTop{
	position: absolute;
	bottom: 20px;
	right: 20px;
	font-size: 2.5em;
	z-index: 100;
	padding: 10px;
	border-radius: 50%;
	border: 0px;
}

footer.lightFooter a.toTop{
	color: #ddd;	
}

footer.darkFooter a.toTop{
	color: #aaa;	
}

footer a:hover.toTop{
	border: 0px;
}

footer.lightFooter a:hover.toTop{
	color: #000;
	background: #fff;
}

footer.darkFooter a:hover.toTop{
	color: #fff;
	background: #000;
}

footer .copyright a:hover{
	background: none;
	border: 0px;
}

footer.darkFooter .copyright a:hover{
	color: #000;
}

/*------------------------------------------------------------------
12. CAROUSEL
-------------------------------------------------------------------*/

.slick-prev,
.slick-next {
	width: auto!important;
	background-color: #ffffff!important;
    z-index: 9999999999999!important;
    height: 100%!important;
}

.slick-prev:before,
.slick-next:before {
	font-family: ElegantIcons!important;
	font-size: 40px!important;
	line-height: 1!important;
	color: #cfcfcf!important;
	opacity: 0.75!important;
	-webkit-font-smoothing: antialiased!important;
	-moz-osx-font-smoothing: grayscale!important;
}

.slick-prev:hover,
.slick-next:hover {
	background-color: #f8f8f8!important;
}   

.slick-prev:before {
	content: "4"!important;
}

[dir="rtl"] .slick-prev:before {
	content: "4"!important;
}

[dir="rtl"] .slick-next {
	left: -10px!important;
	top: 70px!important;
	right: auto!important;
}

.slick-next:before {
	content: "5"!important;
}

[dir="rtl"] .slick-next:before {
	content: "5"!important;
}

/*------------------------------------------------------------------
12. CUSTOM CSS
-------------------------------------------------------------------*/

.imageSkills {
	text-align: center;
	margin: 40px 0;
}
.imageSkills img {
    max-width: 500px;
    width: 100%;
    padding: 0 7%;
}
.row.skills {
    margin-bottom: 50px;
}
area {
	outline: none;
}
.tags {
	display: table-row;
}
.couleur {color:#0FA9CE!important;}
#work-content .col-md-8.center {
    text-align: center;
}
.development {
	text-align: center;
}
.development h5 {
	text-align: left;
}
.pie-chart-content {
    display: inline-block;
}



/* PRELOAD */
:root:before {
  content: url(/img/resume-background.jpg)
           url(/img/akalmy-portfolio.jpg)
           url(/img/ass-1.jpg)
           url(/img/ass-portfolio.jpg)
           url(/img/be2m-portfolio.jpg)
           url(/img/be2m-responsive.jpg) 
           url(/img/belleiloise-responsive.jpg) 
           url(/img/booq-portfolio.jpg) 
           url(/img/breaking-bad.jpg)
           url(/img/ccr.jpg) 
           url(/img/couleur-soleil-responsive.png) 
           url(/img/couleur-soleil-portfolio.jpg) 
           url(/img/cypress-hill.jpg)
           url(/img/digit-portfolio.jpg)
           url(/img/digit-responsive.jpg)
           url(/img/dw-communication-portfolio.jpg)
           url(/img/dwcom-1.jpg)
           url(/img/dwcom-2.jpg)
           url(/img/dwcom-3.jpg)
           url(/img/dwcom-4.jpg)
           url(/img/dwcom-5.jpg)
           url(/img/dwcom-6.jpg)
           url(/img/gmex-portfolio.jpg)  
           url(/img/gmex-responsive.png)  
           url(/img/la-belle-iloise-portfolio.jpg)  
           url(/img/monkey-island.jpg)  
           url(/img/nba.jpg)  
           url(/img/oldboy.jpg)  
           url(/img/oneal.png)  
           url(/img/phrenology2.jpg)  
           url(/img/psg.jpg)  
           url(/img/rse-1.jpg)   
           url(/img/rse-5.jpg) 
           url(/img/rse-6.jpg) 
           url(/img/rse-8.jpg) 
           url(/img/rse-9.jpg) 
           url(/img/rse-portfolio.jpg) 
           url(/img/sf.jpg) 
           url(/img/terres-sens-portfolio.jpg)
           url(/img/ts-1.jpg)
           url(/img/ts-2.jpg)
           url(/img/ts-3.jpg)
           url(/img/ts-4.jpg)
           url(/img/bkg-testimonials.jpg)           
           url(/img/ts-responsive.jpg);
	display:none;
}