﻿/*@import url('normalize.css');*/
@import url(http://fonts.googleapis.com/css?family=Lato:400,900italic,700,700italic);
/*@import url('http://fonts.googleapis.com/css?family=Indie+Flower');*/
/*@import url('http://fonts.googleapis.com/css?family=Varela+Round');  the timeline arrows*/
/*@import url('http://fonts.googleapis.com/css?family=Raleway:400,300,500,600,700');*/
/*@import url('css/grid.css');*/

/* 
    Document   : ${name}
    Created on : ${date}, ${time}
    Author     : ${user}
    Description: Purpose of the stylesheet follows.
*/

/*Default*/
/*/////////////////////////////////////////*/
h1, h2, h3, h4, h5, h6 {
	color: #333333;
	text-transform: uppercase;
	font-family: 'Lato', Helvetica, Arial;
	font-weight: 700;
}

/*Grid*/
/*/////////////////////////////////////////*/
.container {
	/*padding-right: 15px;
	padding-left: 15px;
	padding: 0;*/
}
h4 {
	margin-top: 25px;
}
.row {
	margin-bottom: 30px;
	/*margin:0 0 30px 0;*/
	padding: 30px 0;
	margin-left: 0;
	margin-right: 0;
}
.row .row {
	margin-top: 10px;
	margin-bottom: 0;
}
 [class*="col-"] {
  /*padding-top: 15px;
  padding-bottom: 15px;
  background-color: #eee;
  background-color: rgba(86,61,124,.15);
  border: 1px solid #ddd;
  border: 1px solid rgba(86,61,124,.2);*/
  background: none;
  float:none;
  /*display:inline-block;*/
}
hr {
	margin-top: 40px;
	margin-bottom: 40px;
}
blockquote {
	border-left: 0px solid #EEEEEE;
	margin: 0;
	padding: 0px;
}

/*Base structure*/
/*/////////////////////////////////////////*/
html, body {
	border-top: none;
	height: 100%;
	/*background-color: #333;*/
  /* The html and body elements cannot have any padding or margin. */
	-webkit-font-smoothing: antialiased;
	/*}
body {*/
	/*color: #333333;*/
	text-align: center;
	text-shadow: none;
	box-shadow: none;
	font-family: 'Lato', Helvetica, Arial;
	font-size: 16px;
	color: #919191;
	font-weight: 400;
	letter-spacing: 1px;
}
/*html { 
  background: url(img/header-img.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}*/

/*General*/
/*/////////////////////////////////////////*/
.co {
	color: #DC4F49;
}
.bggray {
	background-color: #F8F8F8;
}
.clearfix {
	overflow: auto;
	zoom: 1;
}
.scroll-top {
	position: fixed;
	bottom: 0;
	right: 1%;
	z-index: 100;
	background: #f2f3f2;
	font-size: 24px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.scroll-top a:link, .scroll-top a:visited {
	color: #222;
}

/*Header*/
/*/////////////////////////////////////////*/
.cover {
/*padding: 0 20px;
  padding: 0 130px;*/
}
.cover .btn-lg {
	margin-top: 30px;
	padding: 10px 20px;
	font-weight: bold;
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.2);
	border-radius: 0;
	color: #FFF;
	width: 185px;
}
.pwhite {
	color: #FFF;
}
.site-wrapper {
	display: table;
	width: 100%;
	height: 100%; /* For at least Firefox */
	min-height: 100%;
	/* full screen background image can be fixed or not*/
	background: url(../images/header-img.jpg) no-repeat center top;/* fixed; */
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.site-wrapper-inner {
	display: table-cell;
	/*vertical-align: middle;*/
	vertical-align: bottom;
}
.cover-container {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 2%;
}
/* Padding for spacing */
.inner {
	padding: 30px;
}
.cover-heading {
	color: #FFF;
	text-decoration: underline overline;
	font-size: 60px;
	line-height: 63px;
	/*border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	padding: 0px 100px;*/
}

/* Navigation */
/* Extra markup and styles for table-esque vertical and horizontal centering */
#nav {
	width: 100%;
	position: static;
	top: -32px;
}
#nav.affix {
	position: fixed;
	top: 0;
	z-index: 1000;
	-webkit-transition: all .6s ease-in-out;
}
/*.affix {
	position: fixed;
	top: 0;
	width: 100%;
	left: 0;
	right: auto;
	z-index: 10000;
}*/
/*.affix-top{
	background-color:#252e30;
	border:none;
}*/
.navbar-default {
	background-color: #444444;
	border: none;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: -0.7px;
	word-spacing: -3px;
}
.navbar {
	border-radius: 0px;
	margin-bottom: 0px;
	min-height: 50px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	background-color: #DC4F49;
	/*color: #555555;*/
	color: #FFF;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	background-color: rgba(0, 0, 0, 0);
	color: #DC4F49;
}
.navbar-default .navbar-nav > li > a {
	color: #FFF;
}
.navbar-nav>li>a {
	padding-top: 20px;
	padding-bottom: 20px;
}

.navbar-brand{
	padding: 10px 15px;
}
/*.navbar{position:relative;z-index:1000;min-height:50px;margin-bottom:20px;border:none;}
.navbar-default{background:none;border:none;}*/
/* End Navigation */
.myasseen {
	font-family: 'Indie Flower', 'cursive';
	font-weight: 700;
	text-transform: capitalize;
	font-size: 25px;
	letter-spacing: -2px;
	color: #FFF !important;
}
.navbar-default .navbar-nav > li > a.current {
	background-color: #DC4F49;
	color: #FFF !important;
}
.container > .navbar-header, .container > .navbar-collapse {
	margin-left: 0;
	margin-right: 0;
}

.navbar-brand img {height: 40px;}
.navbar-collapse .navbar-nav.navbar-right:last-child {margin: 0 -15px 0 0;}
.navbar-toggle {margin-top: 17px;}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {background-color: transparent;}
.navbar-default .navbar-toggle .icon-bar {background-color: #dc4f49;}
.navbar-default .navbar-toggle {border-color: #dc4f49;}

/* Header */ 
.masthead-brand {
 margin-top: 10px;
 margin-bottom: 10px;
}

/*Cover Letter*/
/*/////////////////////////////////////////*/
#cover p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

/*Skills*/
/*/////////////////////////////////////////*/
#skills ul {
    padding-left: 0;
}
#skills li {
	width: 80px;
	height: 80px;
	display: inline-block;
	background: url(../images/skills-sprite-80.png) no-repeat;
	/*float:left;*/
	text-indent: -9999px;
	margin: 25px;
	cursor: pointer;
	-webkit-transition: all 250ms cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-moz-transition: all 250ms cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-o-transition: all 250ms cubic-bezier(0.000, 0.000, 0.580, 1.000);
	transition: all 250ms cubic-bezier(0.000, 0.000, 0.580, 1.000); /* ease-out */
}
#skills li:hover {
	/*text-indent: 0px;
	line-height:180px;
	text-align:center;*/
		
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
	transform: scale(1.3);
	-webkit-transition: all 250ms cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-moz-transition: all 250ms cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-o-transition: all 250ms cubic-bezier(0.000, 0.000, 0.580, 1.000);
	transition: all 250ms cubic-bezier(0.000, 0.000, 0.580, 1.000); /* ease-out *//*-webkit-transition-timing-function: cubic-bezier(0.000, 0.000, 0.580, 1.000);
   -moz-transition-timing-function: cubic-bezier(0.000, 0.000, 0.580, 1.000);
     -o-transition-timing-function: cubic-bezier(0.000, 0.000, 0.580, 1.000);
        transition-timing-function: cubic-bezier(0.000, 0.000, 0.580, 1.000);  ease-out */
}
#skills li.HTML5 {
	background-position: 0; /* Icon is at the top of our master image */
}
#skills li.CSS3 {
	background-position: -80px;
}
#skills li.jQuery {
	background-position: -160px;
}
#skills li.WordPress {
	background-position: -240px;
}
#skills li.Photoshop {
	background-position: -320px;
}
#skills li.Illustrator {
	background-position: -400px;
}
#skills li.Flash {
	background-position: -480px;
}
#skills li.Dreamweaver {
	background-position: -560px;
}
#skills li.Audition {
	background-position: -640px;
}
#skills li.After {
	background-position: -720px;
}
#skills li.Analytics {
	background-position: -800px;
}
#skills li.SharePoint {
	background-position: -880px;
}
#skills li.Visual {
	background-position: -960px;
}
#skills li.SQL {
	background-position: -1040px;
}
#skills li.asp {
	background-position: -1120px;
}
#skills li.Office {
	background-position: -1200px;
}
/*Javascript C*/

/*Certificates*/
/*/////////////////////////////////////////*/
#Certificates div.col-md-4 {
	background-color: #f8f8f8;
	/*margin: 5px;*/
	min-height: 100px !important;
	display: inline-block;
	margin: 3px;
	width:31%;
	float:none;
}
#Certificates .col-md-4:nth-child(2n-1) img {
/*width: 100%;*/
	/*border: medium solid #0C0;*/
}
#Certificates div.col-md-4 > img {
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
	position: absolute;
	padding: 10px;
	display:block;
	max-width:100%;
}

/*Education*/
/*/////////////////////////////////////////*/
#Education .col-md-6 {
	background-color: #F8F8F8;
	display: inline-block;
	/*float: none;
    margin: 0 20px;*/
	padding: 10px;
	margin: 5px;
	width: 48%;
	min-height: 220px !important;
	vertical-align: top;
}

/*Experiance*/
/*/////////////////////////////////////////*/
.timeline {
	position: relative;
}
/*== vertical line ==*/
.timeline:before {
	content: '';
	display: block;
	position: absolute;
	width: 10px;
	bottom: -200px;
	left: 50%;
	margin-left: -5px;
	top: 80px;
	;
	background: #F8F8F8;
	z-index: -50;
}
/*.timeline {
	white-space: nowrap;
	overflow-x: scroll;
	padding:30px 0 10px 50px;
	margin: 30px auto;
	position: relative;
	width:100% !important;
	background-color:#333;
    display: table;
	
	height: 100% !important;
	text-align: center;
	vertical-align: middle;
	padding: 30px;
}*/

/*.timeline:after {
    border-left: 10px solid red;
	border-top: none;
	
    width: 50%;
	left: 50%;
	
    height: 200%;
    position: absolute;
    bottom: 0;
	margin-left: -5px;
	top:180px;
    content: '';
	z-index:-10;
}*/

.timeline .col-full {
	position: relative;
	min-height: 400px;
	padding: 80px 20px 0 20px;
	width: 100%;
	white-space: nowrap;/*overflow:hidden;
	overflow-x: scroll
	background-color:#03C;
	z-index:-61;*/
}
/* the TOP raw /////////////////////////////////////*/
.entry {
	background: none repeat scroll 0 0 padding-box #E5E5E5;
	border-radius: 5px;
	color: #000000;
	display: block;
	margin-bottom: 3.631em;
	padding: 1em;
	position: relative;
	text-align: center;
	transition: top 0.2s ease-in-out 0s;
	font-size: 12px;
	text-align: center;
	position: relative;
	/*border-top:4px solid #06182E;*/
	border-radius: 3px;
	/*min-width:200px;*/
	max-width: 100%;
	cursor: pointer;
}
.entry:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: 15px solid #e5e5e5;
	border-color: #e5e5e5 transparent transparent transparent;
	position: absolute;
	left: 50%;
	margin-left: -15px;
	bottom: -30px;
	z-index: 1;
}
.entry:after {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	background: #00cbe9;
	-webkit-border-radius: 300px;
	border-radius: 300px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	position: absolute;
	left: 50%;
	margin-left: -10px;
	bottom: -28px;
	z-index: 0;
}
.entry:hover {
	/*top: auto;*/
	background: #cccccc;
	-webkit-transform: scale(1.02);
	-moz-transform: scale(1.02);
	-ms-transform: scale(1.02);
	-o-transform: scale(1.02);
	transform: scale(1.02);/*margin-bottom: .857em;
	bottom: 15px;
	top: 1em;*/
}
.entry:hover:before {
	border-color: #cccccc transparent transparent transparent;
	bottom: -29px;
}
.entry:hover:after {
	background-color: #20f292;
}

.blockquote-reverse{
	text-align: center;
}

/*Portfoio*/
/*/////////////////////////////////////////*/
blockquote {
	background: none;
	float: none;
	font: italic 16px/17px Helvetica, Arial, sans-serif;
	width: 100%;
}
.arrow_box {
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 20px 30px 0 30px;
	border-color: #f8f8f8 transparent transparent transparent;
	top: -30px;
	/*top: 0px;
	left: 50%;
	left: -moz-calc(50% - 30px);*/ /*50%; width: */
	display: inline-block;
	position: relative;/*position: relative; background: #88b7d5; */
}
/*.arrow_box:after {
	top: -30px; 
	left: 50%; 
	border: solid transparent; 
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #F8F8F8; 
	border-width: 30px; 
	margin-left: -30px; 
}*/

.sspdc_album_matrix, .sspdc_album_preview {
	display: block !important;
	/*padding-top: 5px;
	margin-left: 25px;
	text-align: left;
	width: auto;*/
	margin: 0 auto;
	max-width: 1092px !important;
	min-width: 156px !important;
	width: 100%;
}
.sspdc_album_text {
	margin-left: 0;
	margin-top: 5px;
}
.sspdc_album_preview img {
	border: 1px solid #CCCCCC;
	display: inline;
	float: left;
	margin-right: 20px;
	padding: 2px;
	position: relative;
}
.sspdc_image img {
	border: 1px solid #CCCCCC;
	margin-top: 10px;
	padding: 2px;
}
.sspdc_thumbnail, .sspdc_widget_thumbnail {
	display: inline-block;
	/*float: left;*/
	margin: 1 px;
	overflow: hidden; /* this is important */
	position: relative; /* this is important too */
	width: 156px;
	height: 156px;
}
/* .sspdc_thumbnail img {
    padding: 3px;
   top:-20px;
left:-55px;
position:absolute;
position: relative;

}*/
.sspdc_thumbnail img {
	display: block;
	margin: 0;
	padding: 3px;
	position: relative;
	width: 156px;
	height: 156px;
}
.sspdc_thumbnail a {
	position: relative;
}
.stars {
	background-image: url("http://www.masterscene.com/ms/wp-content/plugins/fancybox/images/magnifier.png");
	background-position: inherit;
	width: 156px;
	height: 156px;
	/*position: absolute;*/
	margin-top: -30px;
	display: none;
}
.sspdc_thumbnail a:hover .stars {
	background-image: url("http://www.masterscene.com/ms/wp-content/plugins/fancybox/images/magnifier.png");
	display: block;
	position: relative;
	right: 0px;
	top: -185px;
}
.sspdc_widget {
	margin: 0 0 3px;
	padding: 0 0 3px;
}
.sspdc_widget img {
	border: 1px solid #CCCCCC;
	margin: 1px;
	padding: 1px;
}
.sspdc_photostrip {
	border-bottom: 1px solid #CCCCCC;
	margin: 0;
	padding: 7px 0 2px;
	text-align: center;
	width: 848px;
}
.sspdc_photostrip img {
	border: 1px solid #CCCCCC;
	height: 58px;
	margin: 1px;
	padding: 1px;
	width: 58px;
}
/* Portfolio Casousel */
.creative-process {
	padding: 0 0 60px 0;
}
.carousel-indicators {
	position: absolute;
	bottom: 100%;
	margin-bottom: -44px;
	left: 0;
	z-index: 15;
	width: 100%;
	padding-left: 0;
	margin-left: 0;
	text-align: right;
	list-style: none;
}
.carousel-indicators li {
	display: inline-block;
	width: auto;
	height: auto;
	margin: 0 0 0 -6px;
	text-indent: 0;
	cursor: pointer;
	border: 1px solid #bdc3c7;
	border-radius: 0;
	color: #95a5a6;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 11px 10px;
}
.carousel-indicators li:first-child {
	-webkit-border-top-left-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-bottomleft: 2px;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}
.carousel-indicators li:last-child {
	-webkit-border-top-right-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	-moz-border-radius-topright: 2px;
	-moz-border-radius-bottomright: 2px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
}
.carousel-indicators .active {
	width: auto;
	height: auto;
	margin: 0 0 0 -6px;
	border: 1px solid #3498db;
	color: #3498db;
	background: transparent;
	position: relative;
	z-index: 10;
}
#carousel-creative-process .item {
/*padding-top: 104px;*/
}
#carousel-creative-process .item img {
	margin-bottom: 60px;
}
#carousel-creative-process .item h4 {
	margin-bottom: 30px;
}
#carousel-creative-process .item p {
	padding: 0 30px;
}
.carousel-control {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: auto;
	height: 44px;
	border: 1px solid #bdc3c7;
	border-radius: 0;
	padding: 11px 20px;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: #95a5a6;
	text-align: center;
	text-shadow: none;
	opacity: 1;
}
.carousel-control.left {
	background: none;
	left: 50%;
	margin-left: -80px;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-bottomleft: 2px;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}
.carousel-control.right {
	background: none;
	right: 50%;
	margin-right: -83px;
	-webkit-border-top-right-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	-moz-border-radius-topright: 2px;
	-moz-border-radius-bottomright: 2px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
}
.carousel-control:hover, .carousel-control:focus {
	opacity: 1;
	color: #3498db;
	border: 1px solid #3498db;
	z-index: 10;
}

/*Footer*/
/*/////////////////////////////////////////*/
#Contacts div.col-md-4{
	width: 33%;
}
#Contacts .col-md-4 > img {
	width: 130px;/*width:30%;
	height:100%;*/
}
address {
	margin: 0 auto;
	text-align: justify;
	/*width: 50%;*/
	display: table;
}
.footerbg {
	background-color: #444444;
	border-bottom: 7px solid #333333;
}
.footerbg, .footerbg h2 {
	color: #FFF;
}
.mastfoot {
	color: #999; /* IE8 proofing */
	color: rgba(255,255,255,.5);
}
/* footer social icons */
/*@font-face {
	font-family: 'socicon';
	src: url('../fonts/socicon-webfont.eot'); 
	src: url('../fonts/socicon-webfont.eot?#iefix') format('embedded-opentype'), 
		 url('../fonts/socicon-webfont.woff') format('woff'), 
		 url('../fonts/socicon-webfont.ttf') format('truetype'), 
		 url('../fonts/socicon-webfont.svg#sociconregular') format('svg'); 
	font-weight: normal;
	font-style: normal;
}
.socicon {
	position: relative;
	top: 1px;
	display: inline-block;
	color: #EEEEEC;
	font-family: 'socicon' !important;
	font-size: 30px;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;	
}
.socicon:empty {
	width: auto;
}
[class*="socicon-"]:before {
	margin:2px;	
	padding:2px;
}
.socicon-easid:before {
	content: "5";
}
.socicon-twitter:before {
	content: "a";
	background-color: #0F0
}
.socicon-facebook:before {
	content: "b";
}
.socicon-google:before {
	content: "c";
}
.socicon-pinterest:before {
	content: "d";
}
.socicon-foursquare:before {
	content: "e";
}
.socicon-yahoo:before {
	content: "f";
}
.socicon-skype:before {
	content: "g";
}
.socicon-yelp:before {
	content: "h";
}
.socicon-feedburner:before {
	content: "i";
}
.socicon-linkedin:before {
	content: "j";
	background-color: #0177B5;
	margin: 3px;
	padding: 3px;
}
.socicon-viadeo:before {
	content: "k";
}
.socicon-xing:before {
	content: "l";
}
.socicon-myspace:before {
	content: "m";
}
.socicon-soundcloud:before {
	content: "n";
}
.socicon-spotify:before {
	content: "o";
}
.socicon-grooveshark:before {
	content: "p";
}
.socicon-lastfm:before {
	content: "q";
}
.socicon-youtube:before {
	content: "r";
	background-color: #EB3836;
	margin: 3px;
	padding: 3px;
}
.socicon-vimeo:before {
	content: "s";
}
.socicon-dailymotion:before {
	content: "t";
}
.socicon-vine:before {
	content: "u";
}
.socicon-flickr:before {
	content: "v";
}
.socicon-500px:before {
	content: "w";
}
.socicon-instagram:before {
	content: "x";
}
.socicon-wordpress:before {
	content: "y";
}
.socicon-tumblr:before {
	content: "z";
}
.socicon-blogger:before {
	content: "A";
}
.socicon-technorati:before {
	content: "B";
}
.socicon-reddit:before {
	content: "C";
}
.socicon-dribbble:before {
	content: "D";
}
.socicon-stumbleupon:before {
	content: "E";
}
.socicon-digg:before {
	content: "F";
}
.socicon-envato:before {
	content: "G";
}
.socicon-behance:before {
	content: "H";
	background-color: #005CFF;
	margin: 3px;
	padding: 3px;
}
.socicon-delicious:before {
	content: "I";
}
.socicon-deviantart:before {
	content: "J";
}
.socicon-forrst:before {
	content: "K";
}
.socicon-play:before {
	content: "L";
}
.socicon-zerply:before {
	content: "M";
}
.socicon-wikipedia:before {
	content: "N";
}
.socicon-apple:before {
	content: "O";
}
.socicon-flattr:before {
	content: "P";
}
.socicon-github:before {
	content: "Q";
}
.socicon-chimein:before {
	content: "R";
}
.socicon-friendfeed:before {
	content: "S";
}
.socicon-newsvine:before {
	content: "T";
}
.socicon-identica:before {
	content: "U";
}
.socicon-bebo:before {
	content: "V";
}
.socicon-zynga:before {
	content: "W";
}
.socicon-steam:before {
	content: "X";
}
.socicon-xbox:before {
	content: "Y";
}
.socicon-windows:before {
	content: "Z";
}
.socicon-outlook:before {
	content: "1";
}
.socicon-coderwall:before {
	content: "2";
}
.socicon-tripadvisor:before {
	content: "3";
}
.socicon-netcodes:before {
	content: "4";
}
.socicon-lanyrd:before {
	content: "7";
}
.socicon-slideshare:before {
	content: "8";
}
.socicon-buffer:before {
	content: "9";
}
.socicon-rss:before {
	content: ",";
}
.socicon-vkontakte:before {
	content: ";";
}
.socicon-disqus:before {
	content: ":";
}*/

@font-face {
    font-family: 'myfont';
    src: url('../fonts/myfont.eot'); /* IE9 Compat Modes */
    src: url('../fonts/myfont?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/myfont.woff') format('woff'), /* Modern Browsers */
         url('../fonts/myfont.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/myfont.svg#myfont') format('svg'); /* Legacy iOS */
    font-weight: normal;
    font-style: normal;
}

.myicon{
	color: #EEEEEC;
	font-family: "myfont";
	font-size: 20px;
	position: relative;
	top: 1px;
	display: inline-block;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

a.myicon:hover {text-decoration: none;}

.myicon-linkedin:before {
    background-color: #0177b5;
    content: "I";
	border-radius: 50%;
    padding: 10px;
}
.myicon-linkedin:hover:before {
    background-color: #ffffff;
	color:#0177b5;
}

.myicon-behance:before {
    background-color: #005cff;
    content: "B";
	border-radius: 50%;
    padding: 10px;
}
.myicon-behance:hover:before {
    background-color: #ffffff;
	color:#005cff;
}

.myicon-youtube:before {
    background-color: #eb3836;
    content: "Y";
	border-radius: 50%;
    padding: 10px;
}
.myicon-youtube:hover:before {
    background-color: #ffffff;
	color:#eb3836;
}

.myicon-email:before {
    content: "E";
	font-size: 15px;
	margin-right: 5px;
    position: relative;
    top: 2px;
}
.myicon-web:before {
    content: "w";
	font-size: 15px;
	margin-right: 5px;
    position: relative;
    top: 2px;
}

.myicon-phone:before {
    content: "M";
	font-size: 15px;
}
.myicon-address:before {
    content: "A";
	font-size: 15px;
}

.myicon-prev:before {
    content: "y";
	position: relative;
	top: 38%;
}
.myicon-next:before {
    content: "z";
	position: relative;
	top: 38%;
}
/* Media Queries ------------------------- */
/* Print styles. - Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/ */
@media print {
* {
	background: transparent !important;
	color: black !important;
	text-shadow: none !important;
	filter: none !important;
	-ms-filter: none !important;
} /* Black prints faster: sanbeiji.com/archives/953 */
a, a:visited {
	color: #444 !important;
	text-decoration: underline;
}
a[href]:after {
	content: " (" attr(href) ")";
}
abbr[title]:after {
	content: " (" attr(title) ")";
}
.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
	content: "";
}  /* Don't show links for images, or javascript/internal links */
pre, blockquote {
	border: 1px solid #999;
	page-break-inside: avoid;
}
thead {
	display: table-header-group;
} /* css-discuss.incutio.com/wiki/Printing_Tables */
tr, img {
	page-break-inside: avoid;
}
img {
	max-width: 100% !important;
}
 @page {
margin: 0.5cm;
}
p, h2, h3 {
	orphans: 3;
	widows: 3;
}
h2, h3 {
	page-break-after: avoid;
}
}

/* Smartphones (portrait) ----------- */ 
@media only screen and (max-width : 480px) {
	
}


/* up to 768px ----------- */
@media (max-width : 767px) {
	h2, h4, p {
	/*margin: 0 10px;*/
	}
	#cover div.container {
    padding: 0 15px;
	}
	.cover-heading {
		font-size: 30px;
		line-height: 32px;
	}
	/*///////////////////*/
	#skills.container {
    padding: 0 15px;
	}
	#skills div.row {
		margin-bottom: 30px;
		margin-left: 0;
		margin-right: 0;
		margin-top: 0;
		padding: 30px 0;
	}
	#skills div.col-md-12 {
		padding: 0;
	}
	#skills li {
    margin: 27px;
	}
	/*///////////////////*/
	#Certificates div.col-md-12 {
		display: block;
	}
	#Certificates div.col-md-4 {
		width: 100%;
		margin: 3px 0;
	}
	#Certificates .col-md-4:nth-child(2n-1) img {
		padding: 10px;
		max-width: 100%;
		max-height: 100%;
		display:block;
	}
	/*///////////////////*/
	#Education .col-md-6 {
		background-color: #f8f8f8;
		display: inline-block;
		margin: 5px 0;
		min-height: 220px !important;
		padding: 10px;
		width: 100%; /*auto;*/
	}
	#Education div.row {
		margin: 0;
	}
	/*///////////////////*/
	#Experiance .container {
    padding: 0 15px;
	}
	#Experiance div.container {
    padding: 0 15px;
	}
	#Experience h4 {
		font-size: 17px;
	}
	/*///////////////////*/
	#Portfolio.container {
    padding: 0 15px;
	}
	.carousel-indicators {
		/*bottom: 10px;
		margin-left: -30%;
		padding-left: 0;
		position: absolute;*/
		left: 199px;
		list-style: none outside none;
		text-align: center;
		width: auto;
		z-index: 15;
		top: 9px;
	}
	.carousel-indicators li {
		/*background-color: #95A5A6;*/
		border: 1px solid #3498DB;
		border-radius: 10px;
		cursor: pointer;
		display: inline-block;
		height: 12px;
		margin: 0px;
		text-indent: -999px;
		width: 12px;
		padding: 6px;
	}
	.carousel-indicators li:first-child {
		-webkit-border-top-left-radius: 10px;
		-webkit-border-bottom-left-radius: 10px;
		-moz-border-radius-topleft: 10px;
		-moz-border-radius-bottomleft: 10px;
		border-top-left-radius: 10px;
		border-bottom-left-radius: 10px;
	}
	.carousel-indicators li:last-child {
		-webkit-border-top-right-radius: 10px;
		-webkit-border-bottom-right-radius: 10px;
		-moz-border-radius-topright: 10px;
		-moz-border-radius-bottomright: 10px;
		border-top-right-radius: 10px;
		border-bottom-right-radius: 10px;
	}
	.carousel-indicators .active {
		background-color: #3498DB;
		height: 12px;
		margin: 0;
		width: 12px;
	}
	.sspdc_thumbnail, .sspdc_widget_thumbnail {
		display: inline-block;
		height: 119px;
		overflow: hidden;
		position: relative;
		width: 119px;
	}
	.sspdc_thumbnail img {
		display: block;
		height: 119px;
		margin: 0;
		padding: 3px;
		position: relative;
		width: 119px;
	}
	.stars {
		background-image: url("http://www.masterscene.com/ms/wp-content/plugins/fancybox/images/magnifier.png");
		background-position: inherit;
		display: none;
		height: 150px;
		margin-left: -18px;
		margin-top: -12px;
		width: 150px;
	}
	/*///////////////////*/
	#Contacts div.container {
    padding: 0 15px;
	}
	#Contacts div.col-md-4 {
		border-top: thin dashed #FFF;
		display: inline-block;
		padding-bottom: 20px;
		padding-top: 20px;
		text-align: center;
		width: 90%;
	}
	#Contacts div.col-md-4:first-of-type {
		border-top: none;
	}
	#Contacts div.row {
		margin-bottom: 0px;
		padding: 0px;
	}
}

/* 768px and up ----------- */
@media (min-width: 768px) {
	/*.row {
		margin: 0 20px 30px;
		padding: 30px 0;
	}*/
	
	
	/* Start the horizontal time line */
	.timeline {
		/*text-align: right;
		width: 500px;*/
		overflow:hidden;
	}
	.timeline a {
		width: 200px;
		height: 100%;
		display: block;
		position: absolute;
	
		opacity: 0.3;
		z-index: 9;
		cursor: pointer;
	
		transition: opacity .2s;
	
		color: #FFF;
		/*font-size: 156pt;*/
		font-size: 100px;
		text-align: center;
		/*line-height: 380px;*/
		/*font-family: "Varela Round", sans-serif;*/
		background-color: rgba(255, 255, 255, .3);
		text-shadow: 0px 0px 15px rgb(119, 119, 119);
	}
	.timeline a:hover { opacity: 1; text-decoration:none;}
	.timeline .next { right: 0; }
	
	/*.timeline .col-full:hover {
	  margin-left: -200px;
	}*/
	/*== horizontal line ==*/
	.timeline:before {
		content: '';
		display: block;
		position: absolute;
		width: 100%;
		height: 10px;
		left: 0;
		top: 50%;
		background: #F8F8F8;
	}
	/*.timeline:after {
		border-top: 10px solid red;
		border-left: none;
		width: 100%;
		height: 10px;
		position: absolute;
		
		top: 50%;
		bottom: 50%;
		
		margin-top: 30px;
		left: 0;
		content: '';
		z-index:-10;
	}*/
	
	.timeline .col-full {
	  /*width:1430px;*/
	  -webkit-transition: left 1s ease;
		 -moz-transition: left 1s ease;
		   -o-transition: left 1s ease;
		  -ms-transition: left 1s ease;
			  transition: left 1s ease;	  
	}
	
	.entry {
		margin-bottom: 0.3em;
		display:inline-block;
		vertical-align:top;
		background:#E5E5E5;
		color:#000;
		padding:10px;
		font-size:12px;
		text-align:center;
		position:relative;
		/*border-top:4px solid #06182E;*/
		border-radius:3px;
		min-width:200px;
		max-width:500px;
		cursor:pointer;
		/*margin-top: 3%;*/
		margin-top: -28px;
	}
	.entry:before {
		-moz-border-bottom-colors: none;
		-moz-border-left-colors: none;
		-moz-border-right-colors: none;
		-moz-border-top-colors: none;
		border-color: #e5e5e5 transparent transparent transparent;
		border-image: none;
		border-style: solid;
		border-width: 15px;
		bottom: -30px;
		content: "";
		display: block;
		height: 0;
		left: 50%;
		margin-left: -15px;
		position: absolute;
		width: 0;
		z-index: 1;
	}
	.entry:after {
		background: none repeat scroll 0 0 padding-box #00CBE9;
		border-radius: 300px;
		bottom: -28px;
		content: "";
		display: block;
		height: 20px;
		left: 50%;
		margin-left: -10px;
		position: absolute;
		width: 20px;
		z-index: 0;
	}
	/*Animation on mouse over*/
	
	.entry:hover:before {
		border-color: #cccccc transparent transparent transparent;
	}
	.entry:hover:after {
		 background-color: #20f292;
	}
	/* the BOTTOM raw nth-child(2n) /////////////////////////////////////*/
	.entry:nth-child(2n)
	{
		/*top: 115px;*/
		bottom: auto;
		top: 171px;/*164px;*/
		/*background:#00F;*/
	}
	.entry:nth-child(2n):before {
		-moz-border-bottom-colors: none;
		-moz-border-left-colors: none;
		-moz-border-right-colors: none;
		-moz-border-top-colors: none;
		/*border-color: #E5E5E5 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);*/
		border-color: transparent transparent #e5e5e5 transparent;
		border-image: none;
		border-style: solid;
		border-width: 15px;
		/*bottom: -30px;
		bottom: auto;*/
		top: -29px;
		content: "";
		display: block;
		height: 0;
		left: 50%;
		margin-left: -15px;
		position: absolute;
		width: 0;
		z-index: 1;
	}
	.entry:nth-child(2n):after {
		background: none repeat scroll 0 0 padding-box #00CBE9;
		border-radius: 300px;
		/*bottom: -28px;
		bottom: auto;*/
		top: -28px;
		content: "";
		display: block;
		height: 20px;
		left: 50%;
		margin-left: -10px;
		position: absolute;
		width: 20px;
		z-index: 0;
	}
	/*Animation on mouse over*/
	.entry:nth-child(2n):hover {
		/*margin-top: .857em;
		top: 180px;*/
		/*3margin-top: -12px;5/71px;*/
		background:#cccccc;
	}
	.entry:nth-child(2n):hover:before {
		border-color: transparent transparent #cccccc transparent;
		bottom: -29px;
	}
	.entry:nth-child(2n):hover:after {
		background-color: #20f292;
	}
	
	#Contacts div.col-md-4 {
		display: inline-block;
		width: 32%;
	}
}

/* 1024px and down ----------- Change the navbar collapse breakpoint */
@media (max-width : 1024px){
	.navbar-header {
		float: none;
	}
	.navbar-toggle {
		display: block;
	}
	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	}
	.navbar-collapse.collapse {
		display: none!important;
	}
	.navbar-nav {
		float: none!important;
		margin: 7.5px -15px;
	}
	.navbar-nav>li {
		float: none;
	}
	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	/* Pull out the header and footer */
	.masthead {
		position: fixed;
		top: 0;
	}
	.mastfoot {
		position: fixed;
		bottom: 0;
	}
	/* Start the vertical centering */
	.site-wrapper-inner {
		/*vertical-align: middle;*/
		vertical-align: bottom;
	}
	/* Handle the widths */
	.masthead,  .mastfoot,  .cover-container {
		width: 100%; /* Must be percentage or pixels for horizontal alignment */
	}
	.masthead-brand {
		float: left;
	}
	.masthead-nav {
		float: right;
	}
	.masthead,  .mastfoot,  .cover-container {
		width: 100%;
	}
}