@charset "UTF-8";
/* CSS Document */

/* Author Information */
/**********************

Name: Venkatesh Alagarsamy
Verson: CSS 3
No. of Column: 2
Colors: #00a3da, #ccc, #999, #aaa, #888, #666.
Mail: fd.venk@gmail.com

**********************/

/* Fonts */

@font-face{
    src: url(../fonts/SegoeWP.eot);
    font-family:SegoeWP;
}
@font-face{
	src: url(../fonts/SegoeWP.ttf);
	font-family:SegoeWP;
}
@font-face{
	src: url(../fonts/SegoeWP-Semibold.eot);
	font-family:SegoeWPSB;
}
@font-face{
	src: url(../fonts/SegoeWP-Semibold.ttf);
	font-family:SegoeWPSB;
}
@font-face{
	src: url(../fonts/Helvetica-Neue.eot);
	font-family: HelveticaNeue;
}
@font-face{
	src: url(../fonts/Helvetica-Neue.ttf);
	font-family: HelveticaNeue;
}
@font-face{
	src: url(../fonts/Helvetica-Neue-Bold.eot);
	font-family: HelveticaNeueBold;
}
@font-face{
	src: url(../fonts/Helvetica-Neue-Bold.ttf);
	font-family: HelveticaNeueBold;
}
@font-face {
  font-family: 'md-icon';
  src: url('../fonts/Material-Design-Iconic-Font.woff2?v=2.2.0') format('woff2'), url('../fonts/Material-Design-Iconic-Font.woff?v=2.2.0') format('woff'), url('../fonts/Material-Design-Iconic-Font.ttf?v=2.2.0') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/* Common */

body{
	font-family:SegoeWP, Georgia, Helvetica, Arial;
	color:#666;
	background: url(../images/bg.png) repeat 0 0 fixed;
	font-size:16px;
	margin:0;
	padding:0;

    color: rgba(35,35,63,.8);
}
h1, h2, h3, h4{
	font-family:SegoeWP, Georgia, Helvetica, Arial;
	color:#4E4E4E;
	font-weight:normal;
	padding:0;
	margin:0;
}
h2{
	font-size:24px;
	line-height:30px;
    font-family:SegoeWP, Georgia, Helvetica, Arial;
}
ul{
	padding: 0;
	margin:0;
	overflow:hidden;
}
li{
	padding:0;
	margin:0;
	list-style:none;
}
a{
	text-decoration:none;
	color:#fff;
}
p{
	font-size:16px;
	line-height:24px;
	margin:0;
}
figure, figcaption, section{
	padding:0;
	margin:0;
}
#wrapper{
	width:994px;
	margin:0 auto;
	position: relative;
}

/* Header */

header{
	/*background:url(../images/logo-bg.png) no-repeat 0px 0;*/
	position: relative;
}
.logo{
	float:left;
	background: #00a3da;
	padding: 20px 20px 0;
	height: 210px;
	position: absolute;
	z-index: -1;
}
.logo h1{
	float: left;
}
.topNav{
	float:right;
	padding-top:20px;
	overflow:visible;
}
.topNav nav{
	float: left;
}
.topNav ul{
	overflow:visible;
}
.topNav .compatible{
	float: left;
	background: #eee;
	border-radius: 20px;
	padding-right: 10px;
	height: 25px;
	margin-top: 8px;
}
.topNav .compatible .label{
	display: block;
	padding: 4px 3px 0 10px;
	float: right;
	font-size: 12px;
	color: #aaa;
}
.topNav .compatible ul{
	float: right;
	margin-top: -8px;
}
.topNav .compatible ul li:last-child{
	margin: 0;
}
.topNav .compatible ul li a.html5{
	background: url("../images/html5-1.png") no-repeat center #ccc;
}
.topNav .compatible ul li a.css3{
	background: url("../images/css3-1.png") no-repeat center #ccc;
}
.topNav ul li{
	float:left;
	background:#fff;
	border-radius:50px;
	padding:3px;
	width:35px;
	height:35px;
	margin-left:10px;
    position:relative;
    box-shadow:0px 4px 0px rgba(0, 0, 0, 0);
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms;
}
.topNav ul li a{
	display:block;
	background-position:center;
	background-repeat:no-repeat;
	text-align:center;
	height:35px;
	text-indent:-10000px;
	overflow:hidden;
	background-color:#ccc;
	border-radius:40px;
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms;
}
.topNav ul li a:after,
section.contact ul li a:after{
    content:'Linkedin';
    display:inline-block;
    opacity:0;
    background:#000;
    border-radius:3px;
    padding:2px 5px;
    position:absolute;
    left:calc(100%/2 - 50% - 4px);
    top:58px;
    min-width:100%;
    color:#fff;
    text-indent:0;
    font-size:11px;
    line-height:12px;
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms;
    white-space:nowrap;

    letter-spacing: .75px;
    padding: 3px 5px 4px;
    background: rgba(35,35,63,.75);
    font-size: 10px;
    text-transform: uppercase;
    left:calc(100%/2 - 50% - 10px);
}
.topNav ul li a:hover:after,
section.contact ul li a:hover:after{
    opacity:1;
    top:48px;
}
section.contact ul li a:hover:after{
    top:65px;
}
.topNav ul li a.facebook:after{
    content:'Facebook';
}
.topNav ul li a.twitter:after{
    content:'Twitter';
}
.topNav ul li a.download:after{
    content:'Download My Resume';
    
    left:calc(100%/2 - 50% - 50px);
}
.topNav ul li a.skype:after{
    content:'Skype ID: VENKATESH4U';
    left:calc(100%/2 - 70px/2 - 50% + 70px/4);
    
    left:calc(100%/2 - 100px/2 - 50%);
}
.topNav ul li a.gmail:after{
    content:'Email ID: venkatesh.alagarsamy@hotmail.com';
    left:calc(100%/2 - 145px/2 - 50% + 145px/4);
    
    left:calc(100%/2 - 235px/2 - 50%);
}
.topNav ul li a.locate:after{
    content:'Jacksonville, FL';
    left:calc(100%/2 - 84px/2 - 50% + 84px/4);
    
    left:calc(100%/2 - 84px/2 - 50% + 44px/4);
}
.topNav ul li a.call:after{
    content:'(904)-514-3439';
    left:calc(100%/2 - 93px/2 - 50% + 93px/4);
}
.topNav ul li a.facebook{
	background-image:url(../images/facebook.png);
}
.topNav ul li a.twitter{
	background-image:url(../images/twitter.png);
}
.topNav ul li a.skype{
	background-image:url(../images/skype.png);
}
.topNav ul li a.gmail{
	background-image:url(../images/mail.png);
}
.topNav ul li a.call{
    background-image:url(../images/call.png);
    background-size:18px;
}
.topNav ul li a.download{
    background-image:url(../images/icons/file-user.svg);
    background-size:14px;
}
.topNav ul li a.locate{
    background-image:url(../images/locate.png);
    background-size:20px;
}
.topNav ul li a:hover{
	background-color:#00a3da;
}
.topNav ul li:hover{
	box-shadow:0px 4px 0px rgba(0, 0, 0, 0.25);
}
.banner{
	overflow:hidden;
	margin-top:-10px;
	margin-bottom: 30px;
	clear:both;
}
.banner figure{
	float:left;
	overflow:hidden;
	display:block;
	width:325px;
	height:325px;
	border-radius: 170px;
	border:10px solid #00a3da;
	background: url(../images/mytn4.png) no-repeat 30px 15px #000;
    background-size:280px;
    -moz-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms;
}
/*.banner figure:hover{
    background-position: 0 -40px;
    background-size: 340px;
}*/
.banner figure img{
	margin: -10px;
	display: none;
}
.banner .caption{
	float:left;
	padding:120px 0 0 27px;
    color: #4E4E4E;
}
.banner .caption .normal{
	font-size:24px;
    text-transform: uppercase;
	color:#666;
	display:block;
	font-family:HelveticaNeueBold;
	cursor: default;
	line-height:18px;
	padding-left:3px;

    font-size: 20px;
    font-family: SegoeWP, Georgia, Helvetica, Arial;
    color: #4E4E4E;
}
.banner .caption .bold{
	font-size:67px;
	font-family:HelveticaNeueBold;
	text-transform:uppercase;
	display:block;
	cursor:default;
	line-height:62px;
    
	font-size:45px;
	line-height:45px;
}
.banner .caption ul{
	float:right;
	margin-right:5px;
}
.banner .caption ul li{
	float:left;
	text-transform:uppercase;
	/* font-family:HelveticaNeueBold; */
	font-size:14px;
	cursor:default;
	color:#777;
	background: url(../images/dot.png) no-repeat right center;
	padding:0px 15px 0px 0;
	margin-right:7px;

    color: #4E4E4E;
}
.steep-down .banner .caption ul li{
    color: #91919f;
    font-family: SegoeWP, Georgia, Helvetica, Arial;
}
.banner .caption ul li:last-child{
	background:none;
	padding-right:0;
	margin:0;
}

body header.float-header{
    display: none;
}
body.steep-down header.float-header{
    display: block;
}
body header.float-header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #323232;
    display: none;
    z-index: 9999;
    height: 60px;
    overflow: hidden;
}
body header.float-header .logo{
    height: auto;
    padding: 0px;
    display: none;
    background: none;
    top: 10px;
    left: calc(100%/2 - 994px/2);
}
body header.float-header .topNav{
    position: absolute;
    top: 0px;
    padding: 0;
    right: calc(100%/2 - 994px/2);
}
body header.float-header .topNav ul li{
    border-radius: 0;
    border:none;
    background: rgba(255,255,255,0.1);
    padding: 0;
    width:35px;
    height: 60px;
    margin-left: 1px;
}
body header.float-header .topNav ul li:hover{
    background:rgba(255,255,255,0.2);
}
body header.float-header .topNav ul li a{
    background-color: transparent;
    border-radius: 0;
    width:35px;
    height: 60px;
}
body header.float-header .topNav ul li a:after{
    display: none;
}
body header.float-header .banner{
    margin: 0;
}
body header.float-header .banner figure{
    width:60px;
    height: 60px;
    border:none;
    background-size: 70px auto;
    background-position: center;
    border-radius: 0;
    position: absolute;
    left: calc(100%/2 - 994px/2);
    top: 0px;
    
    width:48px;
    height: 48px;
    background-size: 48px auto;
    border-radius: 100%;
    top: 4px;
}
body header.float-header .banner .caption{
    position: absolute;
    float: none;
    padding: 0;
    left: calc(100%/2 - 994px/2 + 70px);
    top: 10px;
    
    left: calc(100%/2 - 994px/2 + 48px + 10px);
    top: 12px;
}
body header.float-header .banner .caption .bold{
    color: white;
    font:normal 22px/24px SegoeWP, Georgia, Helvetica, Arial;
}
body header.float-header .banner .caption ul{
    float: none;
    padding-left: 5px;
}
body header.float-header .banner .caption ul li{
    font-size: 10px;
    line-height: 14px;
    padding-right: 10px;
    margin-right: 5px;
    background-size: 5px auto;
}

/* Body */

#body{
	/* overflow:hidden; */
}

/* Left Container */

.leftContainer{
	float:left;
	max-width:180px;
	padding-top:50px;
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms;
    min-width:180px;
}
body.steep-down .leftContainer{
    position: fixed;
    top: 60px !important;
    z-index: 1000 !important; 
    width: 180px !important; 
    position: fixed !important; 
    left: calc(100%/2 - 944px/2 - 25px) !important;
}
body.steep-down .leftContainer + div{
    display: block !important;
    width: 180px !important; height: 349px !important; float: left !important;
}
.leftContainer nav{
	width:100%;
}
.leftContainer nav ul li{
	border-bottom:1px solid #fff;
}
.leftContainer nav ul li.works{
    display: none;
}
.leftContainer nav ul li.works.active{
    display: block;
}
.leftContainer nav ul li:last-child{
	border:none;
}
.leftContainer nav ul li ul{
	background:#888;
	padding:10px 0 0px 10px;
	display:none;
}
.leftContainer nav ul li:hover ul{
	display:block;
}
.leftContainer nav ul li ul li{
	border:none;
	float:left;
	background:#fff;
	padding:1px;
	width:30px;
	height:30px;
	margin:0 10px 10px 0;	
}
.leftContainer nav ul li ul li:hover{
	box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5);
}
.leftContainer nav ul li ul li a{
	background:#888;
	background-position:center;
	background-repeat:no-repeat;
	width:30px;
	height:30px;
	text-indent:-1000000px;
	overflow:hidden;
	padding:0;
}
.leftContainer nav ul li ul li a:hover{
	background-color: #0095c7;
}
.leftContainer nav ul li ul li a.facebook{
	background-image:url(../images/facebook.png);
}
.leftContainer nav ul li ul li a.twitter{
	background-image:url(../images/twitter.png);
}
.leftContainer nav ul li ul li a.skype{
	background-image:url(../images/skype.png);
}
.leftContainer nav ul li ul li a.gmail{
	background-image:url(../images/mail.png);
}
label.paneCollapser{
    display:block;
    position:absolute;
    left:154px;
    top:436px;
    cursor:pointer;
    width:15px;
    z-index:999;
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms;
}
label.paneCollapser.bottom{
    top:0;
    display:none;
}
label.paneCollapser.float{
    display:none;
}
label.paneCollapser.bottom.float{
    display:block;
}
label.paneCollapser:before{
    content:'';
    background:url(../images/ltArrow.png) no-repeat center rgba(255,255,255,0.3);
    background-size:18px auto;
    display:block;
    padding:25px 5px;
    width:15px;
}
input:checked + label.paneCollapser,
input.paneCollapser:checked ~ .leftContainer nav label.paneCollapser{
    left:34px;
}
input:checked + label.paneCollapser:before,
input.paneCollapser:checked ~ .leftContainer nav label.paneCollapser:before{
    background-image:url(../images/rtArrow.png);
}
input:checked + label.paneCollapser + .leftContainer,
input.paneCollapser:checked ~ .leftContainer{
    max-width:60px;
    min-width:60px;
}
input.paneCollapser:checked ~ .leftContainer + div{
    width:inherit !important;
    min-width:60px;
    max-width:60px;
}
input:checked + label.paneCollapser + .leftContainer > nav,
input.paneCollapser:checked ~ .leftContainer > nav{
    width:100%;
}
input:checked + label.paneCollapser + .leftContainer > nav ul li a,
input.paneCollapser:checked ~ .leftContainer > nav ul li a{
    font-size:0;
    background-position:20px center;
}
input:checked + label.paneCollapser + .leftContainer > nav ul li ul li a,
input.paneCollapser:checked ~ .leftContainer > nav ul li ul li a{
    font-size: 22px;
}
.leftContainer nav ul li a{
	display:block;
	cursor:pointer;
	background:#4E4E4E;
	padding:20px;
	text-transform:uppercase;
	font-size:14px;
	background-position:140px center;
	background-repeat:no-repeat;
    min-height:19px;
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms;
}
.leftContainer nav ul li:first-child a{
    border-radius: 24px 0 0 0;
}
.leftContainer nav ul li:last-child a{
    border-radius: 0px 0 0 24px;
}
.leftContainer nav ul li a:hover{
	background-color:#626262;
}
.leftContainer nav ul li a.active{
	background-color:#00a3da;
}
.leftContainer nav ul li a.home{
	background-image: url(../images/home.png);
}
.leftContainer nav ul li a.words{
	background-image: url(../images/speech-icon.png);
}
.leftContainer nav ul li a.about{
	background-image: url(../images/user.png);
}
.leftContainer nav ul li a.works{
	background-image: url(../images/portfolio.png);
}
.leftContainer nav ul li.active + li.works ul{
    display: block;
}
.leftContainer nav ul li ul li a.works{
    background-image: none;
    text-indent: 0;
    font-family: "md-icon";
    color: white;
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    border-radius: 0;
}
.leftContainer nav ul li a.skills{
	background-image: url(../images/skill.png);
}
.leftContainer nav ul li a.portrait{
	background-image: url(../images/portrait.png);
}
.leftContainer nav ul li a.awards{
	background-image: url(../images/award-icon.png);
}
.leftContainer nav ul li a.blog{
	background-image: url(../images/blog.png);
}
.leftContainer nav ul li a.network{
	background-image: url(../images/network.png);
}
.leftContainer nav ul li a.contact{
	background-image: url(../images/contact.png);
}

/* Right Container */

.rightContainer{
	background:#fff;
	border-left:4px solid #00a3da;
	overflow:hidden;
	padding:0 30px;
    max-width:calc(100% - 180px);
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms;
    margin-left:0;
    border-radius: 40px;
    box-shadow: 2px 4px 4px 1px rgba(35,35,63,0.08);
}
input.paneCollapser:checked ~ .rightContainer{
    max-width:calc(100% - 60px);
}
input.paneCollapser:not(:checked) + label.paneCollapser.float ~ .rightContainer{
    margin-left:180px;
}
.rightContainer section{
	padding: 30px 0 0;
	/*background:url(../images/separator.png) no-repeat center bottom;*/
	position: relative;
    background-size:30px;
}
.rightContainer section.work-process{
}
.rightContainer section.work-process .processes{
    position: relative;
    height: 650px;
}
.rightContainer section.work-process .processes .mypic{
    position: absolute;
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms;
    width:100px;
    height: 100px;
    border-radius: 100%;
    left: calc(100%/2 - 100px/2);
    top: calc(100%/2 - 100px/2);
    border:5px solid #ccc;
    overflow: hidden;
    background: url(../images/mytn6.png) no-repeat center;
    background-size: 100px auto;
    z-index: 1;

    width:120px;
    height: 120px;
    left: calc(100%/2 - 130px/2);
    top: calc(100%/2 - 166px/2);
    border:1px solid rgba(35,35,63,0.5);

}
.rightContainer section.work-process .processes .mypic:hover{
    width: 150px;
    height: 150px;
    background-size: 200px auto;
    border-color: #00a3da;
    left: calc(100%/2 - 150px/2);
    top: calc(100%/2 - 150px/2);
    
    left: calc(100%/2 - 130px/2 - 30px/2);
    top: calc(100%/2 - 166px/2 - 30px/2);
}
.rightContainer section.work-process .processes .mypic img{
    opacity: 1;
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms;
}
.rightContainer section.work-process .processes .mypic:hover img{
    opacity: 0;
}
.rightContainer section.work-process .processes:after,
.rightContainer section.work-process .processes:before{
    content: '';
    width: 500px;
    height: 500px;
    border-radius: 100%;
    border:1px solid rgba(35,35,63,0.5);
    position: absolute;
    left: calc(100%/2 - 500px/2);
    top: calc(100%/2 - 500px/2);
    display: block;
    z-index: 0;
    
    top: calc(100%/2 - 520px/2);
}
.rightContainer section.work-process .processes:before{
    /* height: 400px;
    border-bottom: 0;
    border-right: 0;
    border-left: 0;
    top: 192px; */
    height: 560px;
    border-bottom: 0;
    border-right: 0;
    border-left: 0;
    top: 220px;
    rotate: -24deg;
    left: 158px;
    width: 570px;

    width: 480px;
    height: 520px;
    top: 210px;
    left: 198px;
}
.rightContainer section.work-process .processes .mypic img{
    width: 100%;
}
.rightContainer section.work-process .processes .process{
    position: absolute;
    width: 100px;
    height: 100px;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    vertical-align: middle;
    background: #fff;
    border-radius: 100%;
    border:5px solid #ccc;
    color: #666;
    display: table;
    left: calc(100%/2 - 100px/2);
    top: calc(100%/2 - 100px/2 - 600px/2 + 100px/2);
    z-index: 1;
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms;
    cursor: default;

    border: 1px solid rgba(35,35,63,0.5);
    width: 72px;
    height: 72px;
    left: calc(100%/2 - 72px/2);
    top: calc(100%/2 - 72px/2 - 590px/2 + 72px/2);
}
.rightContainer section.work-process .processes .process:after{
    content: '';
    width: 0;
    height: 0;
    border-top:5px solid transparent;
    border-bottom:5px solid transparent;
    border-left:10px solid #91919f;
    display: block;
    position: absolute;
    left: 140px;
    top: 61px;
    transform: rotate(30deg);
    
    left: 130px;
    top: 50px;
    transform: rotate(22deg);
}
.rightContainer section.work-process .processes .mypic + .hover-pane{
    display: block;
    padding: 5px;
    position: absolute; 
    font-size: 11px;
    line-height: 12px;
    text-align: center;
    width: 200px;
    left: calc(100%/2 - 200px/2);
    bottom: 165px;

    bottom: 189px;
    width: 320px;
    left: calc(100%/2 - 340px/2);
}
.rightContainer section.work-process .processes .mypic + .hover-pane strong{
    display: inline-block;
    padding-bottom: 4px;
}
.rightContainer section.work-process .processes .mypic:hover + .hover-pane{
    display: block;
}
.rightContainer section.work-process .processes .process.b:after{
    top: 118px;
    left: 102px;
    transform: rotate(70deg);
    
    top: 108px;
    left: 84px;
    transform: rotate(66deg);
}
.rightContainer section.work-process .processes .process.c:after{
    top: 138px;
    left: 33px;
    transform: rotate(110deg);
    
    top: 123px;
    left: 14px;
}
.rightContainer section.work-process .processes .process.d:after{
    top: 103px;
    transform: rotate(155deg);
    left: -30px;
    
    top: 95px;
    left: -49px;
}
.rightContainer section.work-process .processes .process.e:after{
    top: 28px;
    transform: rotate(205deg);
    left: -60px;

    top: 8px;
    left: -80px;
}
.rightContainer section.work-process .processes .process.f:after{
    top: -33px;
    transform: rotate(250deg);
    left: -11px;

    top: -48px;
    left: -20px;
}
.rightContainer section.work-process .processes .process.g:after{
    top: -53px;
    transform: rotate(300deg);
    left: 60px;

    top: -70px;
    left: 54px;
}
.rightContainer section.work-process .processes .process.h:after{
    /* top: 80px;
    transform: rotate(0deg);
    left: 220px; */
    top: 134px;
    transform: rotate(-24deg);
    left: 170px;

    top: 152px;
    left: 134px;
}
@-moz-document url-prefix() {
    .rightContainer section.work-process .processes .process:after{
        top: 64px;
    }
    .rightContainer section.work-process .processes .process.b:after{
        left: 105px;
    }
    .rightContainer section.work-process .processes .process.c:after{
        left: 40px;
    }
    .rightContainer section.work-process .processes .process.d:after{
        top:111px;
    }
    .rightContainer section.work-process .processes .process.e:after{
        top:35px;
        left:-50px;
    }
    .rightContainer section.work-process .processes .process.f:after{
        left: -11px;
    }
    .rightContainer section.work-process .processes .process.g:after{
        left: 67px;
    }
    .rightContainer section.work-process .processes .process.h:after{
        left: 225px;
        top: 85px;
    }
}
@supports (-ms-ime-align:auto) {
    .rightContainer section.work-process .processes .process:after{
        top: 64px;
    }
    .rightContainer section.work-process .processes .process.b:after{
        left: 105px;
    }
    .rightContainer section.work-process .processes .process.c:after{
        left: 40px;
    }
    .rightContainer section.work-process .processes .process.d:after{
        top:111px;
    }
    .rightContainer section.work-process .processes .process.e:after{
        top:35px;
        left:-50px;
    }
    .rightContainer section.work-process .processes .process.f:after{
        left: -11px;
    }
    .rightContainer section.work-process .processes .process.g:after{
        left: 67px;
    }
    .rightContainer section.work-process .processes .process.h:after{
        left: 225px;
        top: 85px;
    }
}
.rightContainer section.work-process:before{
    content: '';
    width: 110px;
    height: 110px;
    position: absolute;
    border-radius: 100%;
    background: #fff;
    z-index: 1;
    display: block;
    left: calc(100%/2 - 110px/2 - 90px);
    top: 70px;
    
    width: 120px;
    height: 120px;
}
.rightContainer section.work-process .processes > span{
    position: absolute;
    display: block;
    width: 200px;
    left: calc(100%/2 - 200px/2);
    top: calc(100%/2 - 50px/2 + 150px);
}
.rightContainer section.work-process .processes .process:hover{
    color: #fff;
}
.rightContainer section.work-process .processes .process.a:hover{
    background: /*#81D4FA #c62828*/;
    border-color: /*4FC3F7 #ef5350*/#e53935;
}
.rightContainer section.work-process .processes .process.a:hover svg{
    fill: red;
}
.rightContainer section.work-process .processes .process.b{
    top: calc(150px - 48px);
    left: calc(100%/2 - 100px/2 + 85px*2);
    
    left: calc(100%/2 - 72px/2 + 88px*2);
}
.rightContainer section.work-process .processes .process.b:hover{
    background: /*#ef6c00 4FC3F7*/;
    border-color: /*#ffa726/*29B6F6*/#ff7043;
}
.rightContainer section.work-process .processes .process.c{
    top: calc(320px - 48px);
    left: calc(100%/2 - 100px/2 + 80px*3);
    
    left: calc(100%/2 - 72px/2 + 84px*3);
}
.rightContainer section.work-process .processes .process.c:hover{
    background: /*#f9a825 29B6F6*/;
    border-color: #f9a825/*#ffee58 03A9F4*/;
}
.rightContainer section.work-process .processes .process.d{
    top: calc(490px - 48px);
    left: calc(100%/2 - 100px/2 + 85px*2);
    
    left: calc(100%/2 - 72px/2 + 93px*2);
}
.rightContainer section.work-process .processes .process.d:hover{
    background: /*#558b2f/*03A9F4*/;
    border-color: #c0ca33/*#9ccc65/*039BE5*/;
}
.rightContainer section.work-process .processes .process.e{
    top: calc(565px - 48px);
    
    top: calc(565px - 38px);
}
.rightContainer section.work-process .processes .process.e:hover{
    background: /*#0277bd/*039BE5*/;
    border-color: #43a047/*#29b6f6/*0288D1*/;
}
.rightContainer section.work-process .processes .process.f{
    top: calc(490px - 48px);
    left: calc(100%/2 - 60px - 85px*2);
    
    left: calc(100%/2 - 51px - 85px*2);
}
.rightContainer section.work-process .processes .process.f:hover{
    background: /*#283593/*0288D1*/;
    border-color: #1e88e5/*#5c6bc0/*0277BD*/;
}
.rightContainer section.work-process .processes .process.g{
    top: calc(320px - 48px);
    left: calc(100%/2 - 45px - 85px*3);
    
    left: calc(100%/2 - 30px - 85px*3);
}
.rightContainer section.work-process .processes .process.g:hover{
    background: /*#6a1b9a/*0277BD*/;
    border-color: #5e35b1/*#ab47bc/*01579B*/;
}
.rightContainer section.work-process .processes .process.h{
    top: calc(150px - 48px);
    left: calc(100%/2 - 65px - 80px*2);
    
    top: calc(130px - 48px);
    left: calc(100%/2 - 38px - 80px*2);
}
.rightContainer section.work-process .processes .process.h:hover{
    background: /*#ad1457/*37A947*/;
    border-color: #d81b60/*#ec407a/*299939*/;
}
.rightContainer section.work-process .processes .process > span{
    display: table-cell;
    vertical-align: middle;
    padding: 0 10px;
    font-size:0;
}
.rightContainer section.work-process .processes .process > span > span{
    font-size: 10px;
    display: block;
    background: rgba(35,35,63,.9);
    color: #fff;
    padding: 3px 6px 4px;
    border-radius: 4px;
    position: absolute;
    left: 7px;
    top: 76px;
    white-space: nowrap;
    opacity: 0;
    transition: .5s ease-out;

    background-color: #e53935;
}
.rightContainer section.work-process .processes .process:hover > span > span{
    opacity: 100%;
}
.rightContainer section.work-process .processes .process > span:before{
    content:'';
    background:url(../images/icons/bullseye.svg) no-repeat center;
    width:80px;
    height:45px;
    display:block;
    position:absolute;
    top:26px;
    opacity:0.5;
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms;

    height: 40px;
    top: 17px;
    width: 52px;
    background:url(../images/icons/research.svg) no-repeat center;
}
.rightContainer section.work-process .processes .process.b span:before{
    background-image:url(../images/icons/user-chart.svg);
    height:35px;
    top:32px;
    
    height:32px;
    top:20px;
    background-image:url(../images/icons/analysis.svg);
    width: 48px;
}
.rightContainer section.work-process .processes .process.b > span > span{
    left: 11px;
    background-color: #ff7043;
}
.rightContainer section.work-process .processes .process.c span:before{
    background-image:url(../images/icons/lightbulb-on.svg);
    height:35px;
    top:32px;
    
    height:28px;
    top:24px;
}
.rightContainer section.work-process .processes .process.c > span > span{
    left: 17px;
    background-color: #f9a825;
}
.rightContainer section.work-process .processes .process.d span:before{
    background-image:url(../images/icons/pencil-ruler.svg);
    height:35px;
    top:32px;
    
    height:30px;
    top:20px;
    background-image:url(../images/icons/design.svg);
}
.rightContainer section.work-process .processes .process.d > span > span{
    left: 14px;
    background-color: #c0ca33;
}
.rightContainer section.work-process .processes .process.e span:before{
    background-image:url(../images/icons/palette.svg);
    height:45px;
    top:26px;
    
    height:42px;
    top:17px;
    background-image:url(../images/icons/testing.svg);
    width: 49px;
}
.rightContainer section.work-process .processes .process.e > span > span{
    left: 20px;
    background-color: #43a047;
}
.rightContainer section.work-process .processes .process.f span:before{
    background-image:url(../images/icons/users-class.svg);
    height:33px;
    top:32px;
    
    height:25px;
    top:24px;
    width: 52px;
    background-image:url(../images/icons/iterate.svg);
}
.rightContainer section.work-process .processes .process.f > span > span{
    left: 12px;
    background-color: #1e88e5;
}
.rightContainer section.work-process .processes .process.g span:before{
    background-image:url(../images/icons/laptop-code.svg);
    height:33px;
    top:32px;
    
    height:37px;
    top:18px;
    background-image:url(../images/icons/colaborate.svg);
}
.rightContainer section.work-process .processes .process.g > span > span{
    left: 0px;
    background-color: #5e35b1;
}
.rightContainer section.work-process .processes .process.h span:before{
    background-image:url(../images/icons/rocket-l.svg);
    height:40px;
    top:30px;
    width:76px;
    
    height:32px;
    top:20px;
    width: 54px;
    background-image:url(../images/icons/evaluate.svg);
}
.rightContainer section.work-process .processes .process.h > span > span{
    left: 8px;
    background-color: #d81b60;
}
.rightContainer section.work-process .processes .process:hover span:before{
    opacity:1;
}
.rightContainer section.words .list ul li{
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    position: relative;
}
.rightContainer section.words .list ul li:last-child{
    margin: 0;
}
.rightContainer section.words .list ul li .person-info{
    
    padding-left: 45px;
}
.rightContainer section.words .list ul li .person-info .pic{
    border-radius: 50px;
    width:35px;
    height: 35px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    background: #ccc;
}
.rightContainer section.words .list ul li .person-info .pic img{
    width:100%;
}
.rightContainer section.words .list ul li .person-info .name a{
    font-weight: bold;
    color: midnightblue;
    padding-right: 11px;
    
}
.rightContainer section.words .list ul li .person-info .name a:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
}
.rightContainer section.words .list ul li .person-info .name a:after{
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 9px;
    background: url(../images/redirect.png) no-repeat center;
    width: 8px;
    height: 8px;
    background-size: 8px auto;
    opacity: 0.5;
}
.rightContainer section.words .list ul li .person-info .name a:hover:after{
    opacity: 1;
}
.rightContainer section.words .list ul li .person-info .role{
    font-size: 11px;
}
.rightContainer section.words .list ul li .input{
    padding: 10px 0;
}
.rightContainer section.words .list ul li .input p:first-child{
    text-indent: 20px;
}
.rightContainer section.words .list ul li .input .content-from{
    font-size: 11px;
    display: block;
    padding-bottom: 5px;
}
.rightContainer section.words .list ul li .input p{
    font:italic 16px/20px Cambria, Cochin, Georgia, Times, Times New Roman, serif;
    padding-bottom: 5px;
}
.rightContainer section.words .list ul li .input p .quote{
    font-size: 16px;
    margin: 0 5px;
}
.rightContainer section h2 + p strong, 
.rightContainer section.about p:first-child strong{
    font-size:36px;
    line-height:40px;
    font-family: "HelveticaNeueBold";
    display:block;
}
.rightContainer section.about p:first-child{
    text-align: center;
    padding: 0 0 10px;
    display: none;
}
.rightContainer section p{
    padding-bottom:20px;
}
.rightContainer section > p{
    text-align:center;
}
.rightContainer section.about{
}
.rightContainer section.about > p + ul{
    text-align: center;
    padding-bottom: 20px;
    display: none;
}
.rightContainer section.about > p + ul li{
    display: inline-block;
    font-size: 11px;
    text-transform: uppercase;
}
.rightContainer section.about > p + ul li:after{
    content: '';
    width: 5px;
    height: 5px;
    background: #aaa;
    border-radius: 10px;
    display: inline-block;
    margin: 0 1px 0 5px;
    position: relative;
    top: -1px;
}
.rightContainer section.about > p + ul li:last-child:after{
    display: none;
}
.rightContainer section > p a.download{
    text-align:center;
    background:url(../images/resume.png) no-repeat center 5px #47BE9D;
    background-size:100px;
    border-radius:5px;
    padding:100px 10px 10px;
    display:inline-block;
    width:70px;
    position:relative;
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms;
    margin-top:30px;
}
.rightContainer section > p a.download:hover{
    background-color:#00a3da;
}
.rightContainer section > p a.download:after{
    content:'';
    width:30px;
    height:30px;
    background:url(../images/download.png) no-repeat center;
    background-size:30px;
    display:block;
    position:absolute;
    left:calc(100%/2 - 30px/2);
    top:0px;
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms;
    opacity:0;
}
.rightContainer section > p a.download:hover:after{
    top:75px;
    opacity:1;
}
.rightContainer section.works{
	overflow:hidden;
    margin-top: 0;
}
.rightContainer section.works.cs{
    overflow: visible;
}
.rightContainer section.works.certifications{
    overflow: visible;
}
.hide{
    display:none !important;
}
.show{
    display:block !important;
}
.rightContainer section.works .workList input + label{
    cursor:pointer;
}
.rightContainer section.works .workList > ul > li{
    float:left;
    width:calc(100%/3 - 11px);
    margin-right:15px;
    margin-bottom:30px;
    z-index: 2;
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms;
}
.rightContainer section.works.awards .workList > ul > li{
    height: 150px;
}
.rightContainer section.works .workList.patentDesign > ul > li:nth-child(3n+3),
.rightContainer section.works .workList.awards > ul > li:nth-child(3n+3){
    margin-right:0;
}
.rightContainer section.works .sl > ul > li .summary{
    position: absolute;
    width:calc(100%/3 - 30px - 15px);
    /* background:rgba(0,0,0,0.9); */
    background: rgba(35,35,63,.9);
    border-radius: 16px;
    height: auto;
    padding: 16px;
    z-index: 0;
    display: none;
    transition: .5s ease-out;
    margin-top: -150px;
}
.rightContainer section.works.cs .sl > ul > li .summary{
    width: calc(100% - 32px);
}
.rightContainer section.works .sl > ul > li:hover .summary{
    z-index: 99;
    width:calc(100%/3 - 15px - 15px - 12px);
    display: block;
    margin-top:8px;
}
.rightContainer section.works.cs .sl > ul > li:hover .summary{
    width: calc(100% - 32px);
    left: 0;

}
input.paneCollapser:checked ~ .rightContainer section.works .sl > ul > li:hover + .summary{
    left:calc(238px + 40px);
}
.rightContainer section.works .sl > ul > li:nth-child(3) + .summary,
.rightContainer section.works .sl > ul > li:nth-child(9) + .summary,
.rightContainer section.works .sl > ul > li:nth-child(15) + .summary,
.rightContainer section.works .sl > ul > li:nth-child(21) + .summary{
    left: calc(238px*2 + 7px*2);
}
input.paneCollapser:checked ~ .rightContainer section.works .sl > ul > li:nth-child(3) + .summary,
input.paneCollapser:checked ~ .rightContainer section.works .sl > ul > li:nth-child(9) + .summary,
input.paneCollapser:checked ~ .rightContainer section.works .sl > ul > li:nth-child(15) + .summary,
input.paneCollapser:checked ~ .rightContainer section.works .sl > ul > li:nth-child(21) + .summary{
    left: calc(278px*2 + 7px*2);
}
.rightContainer section.works .sl > ul > li:nth-child(5) + .summary,
.rightContainer section.works .sl > ul > li:nth-child(11) + .summary,
.rightContainer section.works .sl > ul > li:nth-child(17) + .summary{
    left: calc(238px + 14px);
}
input.paneCollapser:checked ~ .rightContainer section.works .sl > ul > li:nth-child(5) + .summary,
input.paneCollapser:checked ~ .rightContainer section.works .sl > ul > li:nth-child(11) + .summary,
input.paneCollapser:checked ~ .rightContainer section.works .sl > ul > li:nth-child(17) + .summary{
    left: calc(278px + 14px);
}
.rightContainer section.works .sl > ul > li:nth-child(7) + .summary,
.rightContainer section.works .sl > ul > li:nth-child(9) + .summary,
.rightContainer section.works .sl > ul > li:nth-child(11) + .summary{
    margin-top: 212px;
}
.rightContainer section.works .sl > ul > li:nth-child(13) + .summary,
.rightContainer section.works .sl > ul > li:nth-child(15) + .summary,
.rightContainer section.works .sl > ul > li:nth-child(17) + .summary{
    margin-top: calc(212px*2);
}
.rightContainer section.works .sl > ul > li:nth-child(19) + .summary,
.rightContainer section.works .sl > ul > li:nth-child(21) + .summary,
.rightContainer section.works .sl > ul > li:nth-child(22) + .summary{
    margin-top: calc(212px*3);
}
.rightContainer section.works .workList > ul > li:hover ~ li{
    z-index: 0;
}
.rightContainer section.works .workList > ul > li .summary h3{
    font-size: 10px;
    line-height: 11px;
}
.rightContainer section.works .workList > ul > li .summary h2{
    font-size: 16px;
    line-height: 16px;
}
.rightContainer section.works .workList > ul > li .summary h2 ~ h2{
    margin: 10px 0 5px;
}
.rightContainer section.works .workList > ul > li .summary label{
    font-style: italic;
    font-size:12px;
}
.rightContainer section.works.cs .workList > ul > li .summary label{
    font-style: italic;
    text-decoration: underline;
    font-size:14px;
    font-weight: bold;
    margin: 10px 0 5px;
    display: block;
}
.rightContainer section.works .workList > ul > li .summary p{
    font-size: 12px;
    line-height: 14px;
}
.rightContainer section.works.cs .workList > ul > li .summary p{
    font-size: 14px;
    line-height: 18px;
}
.rightContainer section.works .workList > ul > li .summary *{
    color: #fff;
    text-align: left;
    padding: 0;
}
.rightContainer section.works .sl > ul > li:nth-child(3),
.rightContainer section.works .sl > ul > li:nth-child(6),
.rightContainer section.works .sl > ul > li:nth-child(9),
.rightContainer section.works .sl > ul > li:nth-child(12){
    margin-right:0;
}
.rightContainer section.works .workList > ul > li > input + label{
    display:block;
    width:100%;
    height:150px;
    background:#fff;
    border:1px solid #dedee2;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 2px 2px rgba(35,35,63,0.08);
    transition: .5s ease-out;
}
.rightContainer section.works .workList > ul > li > input + label:hover{
    border-color: rgba(35,35,63,.5);
    box-shadow: 0 4px 2px rgba(35,35,63,0.24);
    
}
.rightContainer section.works.certifications .workList > ul > li > .ct{
    display: none;
    position: absolute;
    left:-21px;
    top: 240px;
    z-index: 999999;
}
.rightContainer section.works.certifications .workList > ul > li > label:hover ~ .ct{
    display: block;
}
.rightContainer section.works.certifications .workList > ul > li > .ct.d{
    top:420px;
}
.rightContainer section.works .workList > ul > li > input + label span.summary{
    display: block;
    position: fixed;
    right: calc(100%/2 - 200px/2 - 60px/2 - 200px/2 - 60px/2 - 994px/2 + 260px);
    background: rgba(0,0,0,.75);
    width: 200px;
    padding: 30px 30px 15px;
    color: #fff;
    /*top: calc(100%/2 - 300px/2 - 50px/2);*/
    top:50px;
    z-index: -1;
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms;
}
.rightContainer section.works .workList > ul > li > input + label span.summary h2{
    color: #fff;
    text-align: left;
    padding-bottom: 10px;
    line-height: 24px;
    font-size: 20px;
}
.rightContainer section.works .workList > ul > li > input + label span.summary h3{
    font-size: 14px;
    color: #fff;
    text-align: left;
    padding: 0;
}
.rightContainer section.works .workList > ul > li > input + label:hover span.summary{
    right: calc(100%/2 - 200px/2 - 60px/2 - 200px/2 - 60px/2 - 994px/2);
}
.rightContainer section.works .workList > ul > li > input + label.skypeExp img{
    height:auto;
    width:90%;
    margin:40px auto 50px;
}
.rightContainer section.works .workList > ul > li > input + label img{
    display:block;
    width:100%;
    height:150px;
}
.rightContainer section.works .workList > ul > li > input + label.patent{
    background:#fff;
}
.rightContainer section.works .workList > ul > li > input + label img + span.name{
    display:block;
    text-align:center;
    font-size:12px;
    padding-top:5px;
}
.rightContainer section.works .workList > ul > li > .detailPane{
    display:none;
    position:fixed;
    left:0;
    bottom:0;
    width:100%;
    height:100%;
    background:rgba(25,25,25,0.9);
    z-index:9999;
}
.rightContainer section.works .workList > ul > li > input:checked + label + .detailPane{
    display:block;
}
.rightContainer section.works .workList > ul > li > .detailPane label[for="close"]{
    position:absolute;
    top:0px;
    right:0px;
    padding: 10px;
    display:block;
    width:30px;
    height:30px;
    z-index: 9999;
}
.rightContainer section.works .workList > ul > li > .detailPane label[for="close"]:before{
    content: '';
    width: 30px;
    height: 30px;
    background: red;
    border-radius: 30px;
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: -1;
    display: none;
}
.rightContainer section.works .workList > ul > li > .detailPane label[for="close"] img{
    width:100%;
}
.rightContainer section.works .workList > ul > li > .detailPane .container{
    width:1366px;
    margin:0 auto;
    position:relative;
    height:100%;
}
.rightContainer section.works .workList > ul > li > .detailPane .container > input + label{
    width:60px;
    height:40px;
    background-color:#666;
    background-repeat:no-repeat;
    background-position:0 0;
    display:block;
    position:fixed;
    left:calc(100% - 70px);
    background-size:60px 40px;
    top:50px;
}
.rightContainer section.works .workList > ul > li > label.col2Thumb ~ .detailPane .container > input + label{
    left:calc(100% - 140px);    
}
.rightContainer section.works .workList > ul > li > .detailPane .container > input:checked + label:after{
    content:'';
    display:block;
    width:60px;
    height:40px;
    background:green;
    opacity:0.2;
    position:absolute;
    left:0;
    top:0;
}
.rightContainer section.works .workList > ul > li > label.skype ~ .detailPane .container > label.t1{
    background-image:url(../images/UX/Skype/thumb1.png);
}
.rightContainer section.works .workList > ul > li > .detailPane .container > input + label img{
    width:100%;
    display:block;
    height:100px;
}

.rightContainer section.works .workList > ul > li > .detailPane .container > label.t2,
.rightContainer section.works .workList > ul > li > .col2Thumb ~ .detailPane .container > label.t3{
    top:calc(50px + 40px + 10px);
}
.rightContainer section.works .workList > ul > li > .col2Thumb ~ .detailPane .container > label.t2{
    top:calc(50px);
    left:calc(100% - 70px);
}
.rightContainer section.works .workList > ul > li > .col2Thumb ~ .detailPane .container > label.t4{
    left:calc(100% - 70px);
    top:calc(50px + 40px + 10px);
}
.rightContainer section.works .workList > ul > li > .detailPane .container > label.t3,
.rightContainer section.works .workList > ul > li > .col2Thumb ~ .detailPane .container > label.t5{
    top:calc(50px + 40px*2 + 10px*2);
}
.rightContainer section.works .workList > ul > li > .detailPane .container > label.t4,
.rightContainer section.works .workList > ul > li > .col2Thumb ~ .detailPane .container > label.t7{
    top:calc(50px + 40px*3 + 10px*3);
}
.rightContainer section.works .workList > ul > li > .detailPane .container > label.t5,
.rightContainer section.works .workList > ul > li > .col2Thumb ~ .detailPane .container > label.t9{
    top:calc(50px + 40px*4 + 10px*4);
}
.rightContainer section.works .workList > ul > li > .detailPane .container > label.t6,
.rightContainer section.works .workList > ul > li > .col2Thumb ~ .detailPane .container > label.t11{
    top:calc(50px + 40px*5 + 10px*5);
}
.rightContainer section.works .workList > ul > li > label.col2Thumb ~ .detailPane .container > label.t6{
    left:calc(100% - 70px);
    top:calc(50px + 40px*2 + 10px*2);
}
.rightContainer section.works .workList > ul > li > label.col2Thumb ~ .detailPane .container > label.t8{
    left:calc(100% - 70px);
    top:calc(50px + 40px*3 + 10px*3);
}
.rightContainer section.works .workList > ul > li > label.col2Thumb ~ .detailPane .container > label.t10{
    left:calc(100% - 70px);
    top:calc(50px + 40px*4 + 10px*4);
}
.rightContainer section.works .workList > ul > li > label.col2Thumb ~ .detailPane .container > label.t12{
    left:calc(100% - 70px);
    top:calc(50px + 40px*5 + 10px*5);
}
.rightContainer section.works .workList > ul > li > label.col2Thumb ~ .detailPane .container > label.t13{
    top:calc(50px + 40px*6 + 10px*6);
}
.rightContainer section.works .workList > ul > li > label.col2Thumb ~ .detailPane .container > label.t14{
    left:calc(100% - 70px);
    top:calc(50px + 40px*6 + 10px*6);
}
.rightContainer section.works .workList > ul > li > label.col2Thumb ~ .detailPane .container > label.t15{
    top:calc(50px + 40px*7 + 10px*7);
}
.rightContainer section.works .workList > ul > li > label.col2Thumb ~ .detailPane .container > label.t16{
    left:calc(100% - 70px);
    top:calc(50px + 40px*7 + 10px*7);
}
.rightContainer section.works .workList > ul > li > label.col2Thumb ~ .detailPane .container > label.t17{
    top:calc(50px + 40px*8 + 10px*8);
}
.rightContainer section.works .workList > ul > li > .detailPane .container > .summary{
    width:470px;
    position:absolute;
    top:calc(50px + 100px*2 + 10px*2);
    right:0;
    color:#999;
}
.rightContainer section.works .workList > ul > li > .detailPane .container > .previewPane{
    position:fixed;
    left:30px;
    top:50px;
    width:calc(100% - 87px - 30px);
    height:calc(100% - 50px*2);
    background-repeat: no-repeat;
    background-position: center;
    background-size:850px auto;
    overflow:hidden;
    overflow-y:auto;
    background:rgba(255,255,255,0.05);
    text-align:center;
}
.rightContainer section.works .workList > ul > li > .detailPane .container > .previewPane img{
    margin:0 auto;
}
.rightContainer section.works .workList > ul > li > label.intel ~ .detailPane .container > .previewPane img{
    width:1000px;
}
.rightContainer section.works .workList > ul > li > label.col2Thumb ~ .detailPane .container > .previewPane{
    width:calc(100% - 160px - 30px);
}
.rightContainer section.works .workList > ul > li > label.onvia ~ .detailPane .container > .previewPane img{
    height:100%;
    width:auto;
}
.rightContainer section.works .workList > ul > li > .detailPane .container > .previewPane:before{
    content:'Please select the Thumbnail to view';
    position:absolute;
    left:0;
    top:0;
    bottom:0;
    right:0;
    margin:auto;
    width:220px;
    height:20px;
    font-size:14px;
    display:block;
    color:#fff;
    background:lightslategrey;
    border-radius:15px;
    padding:5px 15px;
    text-align:center;
    z-index:-1;
}
.rightContainer section.works .workList > ul > li > .detailPane .container > input:checked + label ~ .previewPane:before{
    display:none;
}
.rightContainer section.works .workList > ul > li > .detailPane .container > .previewPane img{
    display:none;
}
.rightContainer section.works .workList > ul > li > .detailPane .container > input:checked + label.t1 ~ .previewPane img.s1,
.rightContainer section.works .workList > ul > li > .detailPane .container > input:checked + label.t2 ~ .previewPane img.s2,
.rightContainer section.works .workList > ul > li > .detailPane .container > input:checked + label.t3 ~ .previewPane img.s3,
.rightContainer section.works .workList > ul > li > .detailPane .container > input:checked + label.t4 ~ .previewPane img.s4,
.rightContainer section.works .workList > ul > li > .detailPane .container > input:checked + label.t5 ~ .previewPane img.s5,
.rightContainer section.works .workList > ul > li > .detailPane .container > input:checked + label.t6 ~ .previewPane img.s6,
.rightContainer section.works .workList > ul > li > .detailPane .container > input:checked + label.t7 ~ .previewPane img.s7,
.rightContainer section.works .workList > ul > li > .detailPane .container > input:checked + label.t8 ~ .previewPane img.s8,
.rightContainer section.works .workList > ul > li > .detailPane .container > input:checked + label.t9 ~ .previewPane img.s9,
.rightContainer section.works .workList > ul > li > .detailPane .container > input:checked + label.t10 ~ .previewPane img.s10,
.rightContainer section.works .workList > ul > li > .detailPane .container > input:checked + label.t11 ~ .previewPane img.s11,
.rightContainer section.works .workList > ul > li > .detailPane .container > input:checked + label.t12 ~ .previewPane img.s12,
.rightContainer section.works .workList > ul > li > .detailPane .container > input:checked + label.t13 ~ .previewPane img.s13,
.rightContainer section.works .workList > ul > li > .detailPane .container > input:checked + label.t14 ~ .previewPane img.s14,
.rightContainer section.works .workList > ul > li > .detailPane .container > input:checked + label.t15 ~ .previewPane img.s15,
.rightContainer section.works .workList > ul > li > .detailPane .container > input:checked + label.t16 ~ .previewPane img.s16,
.rightContainer section.works .workList > ul > li > .detailPane .container > input:checked + label.t17 ~ .previewPane img.s17{
    display:block;
}
.rightContainer section.works .workList > ul > li > label.skype ~ .detailPane .container > label.t1{
    background-image:url(../images/UX/Skype/thumb1.png);
}
.rightContainer section.works .workList > ul > li > label.skype ~ .detailPane .container > label.t2{
    background-image:url(../images/UX/Skype/thumb2.png);
}
.rightContainer section.works .workList > ul > li > label.skype ~ .detailPane .container > label.t3{
    background-image:url(../images/UX/Skype/thumb3.png);
}
.rightContainer section.works .workList > ul > li > label.skype ~ .detailPane .container > label.t4{
    background-image:url(../images/UX/Skype/thumb4.png);
}
.rightContainer section.works .workList > ul > li > label.skype ~ .detailPane .container > label.t5{
    background-image:url(../images/UX/Skype/thumb5.png);
}
.rightContainer section.works .workList > ul > li > label.skype ~ .detailPane .container > label.t6{
    background-image:url(../images/UX/Skype/thumb6.png);
}
.rightContainer section.works .workList > ul > li > label.cam ~ .detailPane .container > label.t1{
    background-image:url(../images/UX/CloudAssetManager/thumb1.png);
}
.rightContainer section.works .workList > ul > li > label.cam ~ .detailPane .container > label.t2{
    background-image:url(../images/UX/CloudAssetManager/thumb2.png);
}
.rightContainer section.works .workList > ul > li > label.cam ~ .detailPane .container > label.t3{
    background-image:url(../images/UX/CloudAssetManager/thumb3.png);
}
.rightContainer section.works .workList > ul > li > label.cam ~ .detailPane .container > label.t4{
    background-image:url(../images/UX/CloudAssetManager/thumb4.png);
}
.rightContainer section.works .workList > ul > li > label.cam ~ .detailPane .container > label.t5{
    background-image:url(../images/UX/CloudAssetManager/thumb5.png);
}
.rightContainer section.works .workList > ul > li > label.cam ~ .detailPane .container > label.t6{
    background-image:url(../images/UX/CloudAssetManager/thumb6.png);
}
.rightContainer section.works .workList > ul > li > label.glimr ~ .detailPane .container > label.t1{
    background-image:url(../images/UX/GLIMR/thumb1.png);
}
.rightContainer section.works .workList > ul > li > label.glimr ~ .detailPane .container > label.t2{
    background-image:url(../images/UX/GLIMR/thumb2.png);
}
.rightContainer section.works .workList > ul > li > label.glimr ~ .detailPane .container > label.t3{
    background-image:url(../images/UX/GLIMR/thumb3.png);
}
.rightContainer section.works .workList > ul > li > label.glimr ~ .detailPane .container > label.t4{
    background-image:url(../images/UX/GLIMR/thumb4.png);
}
.rightContainer section.works .workList > ul > li > label.glimr ~ .detailPane .container > label.t5{
    background-image:url(../images/UX/GLIMR/thumb5.png);
}
.rightContainer section.works .workList > ul > li > label.glimr ~ .detailPane .container > label.t6{
    background-image:url(../images/UX/GLIMR/thumb6.png);
}
.rightContainer section.works .workList > ul > li > label.msslims ~ .detailPane .container > label.t1{
    background-image:url(../images/UX/Msslims/thumb1.png);
}
.rightContainer section.works .workList > ul > li > label.msslims ~ .detailPane .container > label.t2{
    background-image:url(../images/UX/Msslims/thumb2.png);
}
.rightContainer section.works .workList > ul > li > label.msslims ~ .detailPane .container > label.t3{
    background-image:url(../images/UX/Msslims/thumb3.png);
}
.rightContainer section.works .workList > ul > li > label.msslims ~ .detailPane .container > label.t4{
    background-image:url(../images/UX/Msslims/thumb4.png);
}
.rightContainer section.works .workList > ul > li > label.msslims ~ .detailPane .container > label.t5{
    background-image:url(../images/UX/Msslims/thumb5.png);
}
.rightContainer section.works .workList > ul > li > label.msslims ~ .detailPane .container > label.t6{
    background-image:url(../images/UX/Msslims/thumb6.png);
}
.rightContainer section.works .workList > ul > li > label.retailerApp ~ .detailPane .container > label.t1{
    background-image:url(../images/UX/RetailerApp/thumb1.png);
}
.rightContainer section.works .workList > ul > li > label.retailerApp ~ .detailPane .container > label.t2{
    background-image:url(../images/UX/RetailerApp/thumb2.png);
}
.rightContainer section.works .workList > ul > li > label.retailerApp ~ .detailPane .container > label.t3{
    background-image:url(../images/UX/RetailerApp/thumb3.png);
}
.rightContainer section.works .workList > ul > li > label.retailerApp ~ .detailPane .container > label.t4{
    background-image:url(../images/UX/RetailerApp/thumb4.png);
}
.rightContainer section.works .workList > ul > li > label.retailerApp ~ .detailPane .container > label.t5{
    background-image:url(../images/UX/RetailerApp/thumb6.png);
}
.rightContainer section.works .workList > ul > li > label.retailerApp ~ .detailPane .container > label.t6{
    background-image:url(../images/UX/RetailerApp/thumb5.png);
}
.rightContainer section.works .workList > ul > li > label.cosmopic ~ .detailPane .container > label.t1{
    background-image:url(../images/Website/09Cosmopic/thumb1.png);
}
.rightContainer section.works .workList > ul > li > label.retailerApp ~ .detailPane .container > .previewPane img,
.rightContainer section.works .workList > ul > li > label.wallflower ~ .detailPane .container > .previewPane img{
    max-height:100%;
    width:auto;
    margin:0 auto;
}
.rightContainer section.works .workList > ul > li > label.whitespaces ~ .detailPane .container > .previewPane img.s1,
.rightContainer section.works .workList > ul > li > label.cosmopic ~ .detailPane .container > .previewPane img.s1,
.rightContainer section.works .workList > ul > li > label.lmm ~ .detailPane .container > .previewPane img,
.rightContainer section.works .workList > ul > li > label.urt ~ .detailPane .container > .previewPane img,
.rightContainer section.works .workList > ul > li > label.floodlight ~ .detailPane .container > .previewPane img,
.rightContainer section.works .workList > ul > li > label.edar ~ .detailPane .container > .previewPane img{
    width:100%;
    height:auto;
}
.rightContainer section.works .workList > ul > li > label.b2b ~ .detailPane .container > label.t1{
    background-image:url(../images/UX/B2B-Admin/thumb1.png);
}
.rightContainer section.works .workList > ul > li > label.b2b ~ .detailPane .container > label.t2{
    background-image:url(../images/UX/B2B-Admin/thumb2.png);
}
.rightContainer section.works .workList > ul > li > label.b2b ~ .detailPane .container > label.t3{
    background-image:url(../images/UX/B2B-Admin/thumb3.png);
}
.rightContainer section.works .workList > ul > li > label.b2b ~ .detailPane .container > label.t4{
    background-image:url(../images/UX/B2B-Admin/thumb4.png);
}
.rightContainer section.works .workList > ul > li > label.b2b ~ .detailPane .container > label.t5{
    background-image:url(../images/UX/B2B-Admin/thumb5.png);
}
.rightContainer section.works .workList > ul > li > label.b2b ~ .detailPane .container > label.t6{
    background-image:url(../images/UX/B2B-Admin/thumb6.png);
}
.rightContainer section.works .workList > ul > li > label.wdg ~ .detailPane .container > label.t1{
    background-image:url(../images/UX/WDG/thumb1.png);
}
.rightContainer section.works .workList > ul > li > label.wdg ~ .detailPane .container > label.t2{
    background-image:url(../images/UX/WDG/thumb2.png);
}
.rightContainer section.works .workList > ul > li > label.wdg ~ .detailPane .container > label.t3{
    background-image:url(../images/UX/WDG/thumb3.png);
}
.rightContainer section.works .workList > ul > li > label.wdg ~ .detailPane .container > label.t4{
    background-image:url(../images/UX/WDG/thumb4.png);
}
.rightContainer section.works .workList > ul > li > label.wdg ~ .detailPane .container > label.t5{
    background-image:url(../images/UX/WDG/thumb5.png);
}
.rightContainer section.works .workList > ul > li > label.sco ~ .detailPane .container > label.t1{
    background-image:url(../images/Website/01SCO/thumb1.png);
}
.rightContainer section.works .workList > ul > li > label.sco ~ .detailPane .container > label.t2{
    background-image:url(../images/Website/01SCO/thumb2.png);
}
.rightContainer section.works .workList > ul > li > label.sco ~ .detailPane .container > label.t3{
    background-image:url(../images/Website/01SCO/thumb3.png);
}
.rightContainer section.works .workList > ul > li > label.sco ~ .detailPane .container > label.t4{
    background-image:url(../images/Website/01SCO/thumb4.png);
}
.rightContainer section.works .workList > ul > li > label.whitespaces ~ .detailPane .container > label.t1{
    background-image:url(../images/Website/02Whitespaces/thumb1.png);
}
.rightContainer section.works .workList > ul > li > label.lmm ~ .detailPane .container > label.t1{
    background-image:url(../images/Website/10LMM/thumb1.png);
}
.rightContainer section.works .workList > ul > li > label.lmm ~ .detailPane .container > label.t2{
    background-image:url(../images/Website/10LMM/thumb2.png);
}
.rightContainer section.works .workList > ul > li > label.bgc ~ .detailPane .container > label.t1{
    background-image:url(../images/WebApp/03BGC/thumb1.png);
}
.rightContainer section.works .workList > ul > li > label.bgc ~ .detailPane .container > label.t2{
    background-image:url(../images/WebApp/03BGC/thumb2.png);
}
.rightContainer section.works .workList > ul > li > label.bgc ~ .detailPane .container > label.t3{
    background-image:url(../images/WebApp/03BGC/thumb3.png);
}
.rightContainer section.works .workList > ul > li > label.bgc ~ .detailPane .container > label.t4{
    background-image:url(../images/WebApp/03BGC/thumb4.png);
}
.rightContainer section.works .workList > ul > li > label.bgc ~ .detailPane .container > label.t5{
    background-image:url(../images/WebApp/03BGC/thumb5.png);
}
.rightContainer section.works .workList > ul > li > label.bgc ~ .detailPane .container > label.t6{
    background-image:url(../images/WebApp/03BGC/thumb6.png);
}
.rightContainer section.works .workList > ul > li > label.bgc ~ .detailPane .container > label.t7{
    background-image:url(../images/WebApp/03BGC/thumb7.png);
}
.rightContainer section.works .workList > ul > li > label.bgc ~ .detailPane .container > label.t8{
    background-image:url(../images/WebApp/03BGC/thumb8.png);
}
.rightContainer section.works .workList > ul > li > label.bgc ~ .detailPane .container > label.t9{
    background-image:url(../images/WebApp/03BGC/thumb9.png);
}
.rightContainer section.works .workList > ul > li > label.skypeExp ~ .detailPane .container > label.t1{
    background-image:url(../images/WebApp/04Skype/thumb1.png);
}
.rightContainer section.works .workList > ul > li > label.skypeExp ~ .detailPane .container > label.t2{
    background-image:url(../images/WebApp/04Skype/thumb2.png);
}
.rightContainer section.works .workList > ul > li > label.urt ~ .detailPane .container > label.t1{
    background-image:url(../images/WebApp/05URT/thumb1.png);
}
.rightContainer section.works .workList > ul > li > label.floodlight ~ .detailPane .container > label.t1{
    background-image:url(../images/WebApp/06Floodlight/thumb1.png);
}
.rightContainer section.works .workList > ul > li > label.floodlight ~ .detailPane .container > label.t2{
    background-image:url(../images/WebApp/06Floodlight/thumb2.png);
}
.rightContainer section.works .workList > ul > li > label.floodlight ~ .detailPane .container > label.t3{
    background-image:url(../images/WebApp/06Floodlight/thumb3.png);
}
.rightContainer section.works .workList > ul > li > label.floodlight ~ .detailPane .container > label.t4{
    background-image:url(../images/WebApp/06Floodlight/thumb4.png);
}
.rightContainer section.works .workList > ul > li > label.floodlight ~ .detailPane .container > label.t5{
    background-image:url(../images/WebApp/06Floodlight/thumb5.png);
}
.rightContainer section.works .workList > ul > li > label.edar ~ .detailPane .container > label.t1{
    background-image:url(../images/WebApp/eDar/thumb0.png);
}
.rightContainer section.works .workList > ul > li > label.edar ~ .detailPane .container > label.t2{
    background-image:url(../images/WebApp/eDar/thumb1.png);
}
.rightContainer section.works .workList > ul > li > label.edar ~ .detailPane .container > label.t3{
    background-image:url(../images/WebApp/eDar/thumb2.png);
}
.rightContainer section.works .workList > ul > li > label.edar ~ .detailPane .container > label.t4{
    background-image:url(../images/WebApp/eDar/thumb3.png);
}
.rightContainer section.works .workList > ul > li > label.edar ~ .detailPane .container > label.t5{
    background-image:url(../images/WebApp/eDar/thumb4.png);
}
.rightContainer section.works .workList > ul > li > label.edar ~ .detailPane .container > label.t6{
    background-image:url(../images/WebApp/eDar/thumb5.png);
}
.rightContainer section.works .workList > ul > li > label.edar ~ .detailPane .container > label.t7{
    background-image:url(../images/WebApp/eDar/thumb6.png);
}
.rightContainer section.works .workList > ul > li > label.edar ~ .detailPane .container > label.t8{
    background-image:url(../images/WebApp/eDar/thumb8.png);
}
.rightContainer section.works .workList > ul > li > label.spectrum ~ .detailPane .container > label.t1{
    background-image:url(../images/MobileApp/07Spectrum/thumb1.png);
}
.rightContainer section.works .workList > ul > li > label.wallflower ~ .detailPane .container > label.t1{
    background-image:url(../images/MobileApp/Wallflower/thumb1.png);
}
.rightContainer section.works .workList > ul > li > label.wallflower ~ .detailPane .container > label.t2{
    background-image:url(../images/MobileApp/Wallflower/thumb2.png);
}
.rightContainer section.works .workList > ul > li > label.wallflower ~ .detailPane .container > label.t3{
    background-image:url(../images/MobileApp/Wallflower/thumb3.png);
}
.rightContainer section.works .workList > ul > li > label.wallflower ~ .detailPane .container > label.t4{
    background-image:url(../images/MobileApp/Wallflower/thumb4.png);
}
.rightContainer section.works .workList > ul > li > label.wallflower ~ .detailPane .container > label.t5{
    background-image:url(../images/MobileApp/Wallflower/thumb5.png);
}
.rightContainer section.works .workList > ul > li > label.whiteSpaces ~ .detailPane .container > label.t1{
    background-image:url(../images/TabletApp/WhiteSpaces/thumb1.png);
}
.rightContainer section.works .workList > ul > li > label.whiteSpaces ~ .detailPane .container > label.t2{
    background-image:url(../images/TabletApp/WhiteSpaces/thumb2.png);
}
.rightContainer section.works .workList > ul > li > label.whiteSpaces ~ .detailPane .container > label.t3{
    background-image:url(../images/TabletApp/WhiteSpaces/thumb3.png);
}
.rightContainer section.works .workList > ul > li > label.whiteSpaces ~ .detailPane .container > label.t4{
    background-image:url(../images/TabletApp/WhiteSpaces/thumb4.png);
}
.rightContainer section.works .workList > ul > li > label.whiteSpaces ~ .detailPane .container > label.t5{
    background-image:url(../images/TabletApp/WhiteSpaces/thumb5.png);
}
.rightContainer section.works .workList > ul > li > label.whiteSpaces ~ .detailPane .container > label.t6{
    background-image:url(../images/TabletApp/WhiteSpaces/thumb6.png);
}
.rightContainer section.works .workList > ul > li > label.whiteSpaces ~ .detailPane .container > label.t7{
    background-image:url(../images/TabletApp/WhiteSpaces/thumb7.png);
}
.rightContainer section.works .workList > ul > li > label.whiteSpaces ~ .detailPane .container > label.t8{
    background-image:url(../images/TabletApp/WhiteSpaces/thumb8.png);
}
.rightContainer section.works .workList > ul > li > label.learningPaths ~ .detailPane .container > label.t1{
    background-image:url(../images/TabletApp/LearningPaths/thumb1.png);
}
.rightContainer section.works .workList > ul > li > label.learningPaths ~ .detailPane .container > label.t2{
    background-image:url(../images/TabletApp/LearningPaths/thumb2.png);
}
.rightContainer section.works .workList > ul > li > label.learningPaths ~ .detailPane .container > label.t3{
    background-image:url(../images/TabletApp/LearningPaths/thumb3.png);
}
.rightContainer section.works .workList > ul > li > label.learningPaths ~ .detailPane .container > label.t4{
    background-image:url(../images/TabletApp/LearningPaths/thumb4.png);
}
.rightContainer section.works .workList > ul > li > label.learningPaths ~ .detailPane .container > label.t5{
    background-image:url(../images/TabletApp/LearningPaths/thumb5.png);
}
.rightContainer section.works .workList > ul > li > label.learningPaths ~ .detailPane .container > label.t6{
    background-image:url(../images/TabletApp/LearningPaths/thumb6.png);
}
.rightContainer section.works .workList > ul > li > label.learningPaths ~ .detailPane .container > label.t7{
    background-image:url(../images/TabletApp/LearningPaths/thumb7.png);
}
.rightContainer section.works .workList > ul > li > label.learningPaths ~ .detailPane .container > label.t8{
    background-image:url(../images/TabletApp/LearningPaths/thumb8.png);
}
.rightContainer section.works .workList > ul > li > label.learningPaths ~ .detailPane .container > label.t9{
    background-image:url(../images/TabletApp/LearningPaths/thumb9.png);
}
.rightContainer section.works .workList > ul > li > label.learningPaths ~ .detailPane .container > label.t10{
    background-image:url(../images/TabletApp/LearningPaths/thumb10.png);
}
.rightContainer section.works .workList > ul > li > label.icontub ~ .detailPane .container > label.t1{
    background-image:url(../images/WebApp/IconTub/thumb1.png);
}
.rightContainer section.works .workList > ul > li > label.icontub ~ .detailPane .container > label.t2{
    background-image:url(../images/WebApp/IconTub/thumb2.png);
}
.rightContainer section.works .workList > ul > li > label.icontub ~ .detailPane .container > label.t3{
    background-image:url(../images/WebApp/IconTub/thumb3.png);
}
.rightContainer section.works .workList > ul > li > label.icontub ~ .detailPane .container > label.t4{
    background-image:url(../images/WebApp/IconTub/thumb4.png);
}
.rightContainer section.works .workList > ul > li > label.icontub ~ .detailPane .container > label.t5{
    background-image:url(../images/WebApp/IconTub/thumb5.png);
}
.rightContainer section.works .workList > ul > li > label.icontub ~ .detailPane .container > label.t6{
    background-image:url(../images/WebApp/IconTub/thumb6.png);
}
.rightContainer section.works .workList > ul > li > label.icontub ~ .detailPane .container > label.t7{
    background-image:url(../images/WebApp/IconTub/thumb7.png);
}
.rightContainer section.works .workList > ul > li > label.icontub ~ .detailPane .container > label.t8{
    background-image:url(../images/WebApp/IconTub/thumb8.png);
}
.rightContainer section.works .workList > ul > li > label.icontub ~ .detailPane .container > label.t9{
    background-image:url(../images/WebApp/IconTub/thumb9.png);
}
.rightContainer section.works .workList > ul > li > label.icontub ~ .detailPane .container > label.t10{
    background-image:url(../images/WebApp/IconTub/thumb10.png);
}
.rightContainer section.works .workList > ul > li > label.icontub ~ .detailPane .container > label.t11{
    background-image:url(../images/WebApp/IconTub/thumb11.png);
}
.rightContainer section.works .workList > ul > li > label.intel ~ .detailPane .container > label.t1{
    background-image:url(../images/Website/Intel/thumb1.png);
}
.rightContainer section.works .workList > ul > li > label.sherpa ~ .detailPane .container > label.t1{
    background-image:url(../images/MobileApp/Sherpa/thumb1.png);
}
.rightContainer section.works .workList > ul > li > label.sherpa ~ .detailPane .container > label.t2{
    background-image:url(../images/MobileApp/Sherpa/thumb2.png);
}
.rightContainer section.works .workList > ul > li > label.sherpa ~ .detailPane .container > label.t3{
    background-image:url(../images/MobileApp/Sherpa/thumb3.png);
}
.rightContainer section.works .workList > ul > li > label.sherpa ~ .detailPane .container > label.t4{
    background-image:url(../images/MobileApp/Sherpa/thumb4.png);
}
.rightContainer section.works .workList > ul > li > label.sherpa ~ .detailPane .container > label.t5{
    background-image:url(../images/MobileApp/Sherpa/thumb5.png);
}
.rightContainer section.works .workList > ul > li > label.sherpa ~ .detailPane .container > label.t6{
    background-image:url(../images/MobileApp/Sherpa/thumb6.png);
}
.rightContainer section.works .workList > ul > li > label.sherpa ~ .detailPane .container > label.t7{
    background-image:url(../images/MobileApp/Sherpa/thumb7.png);
}
.rightContainer section.works .workList > ul > li > label.posornot ~ .detailPane .container > label.t1{
    background-image:url(../images/MobileApp/POSORNOT/thumb1.png);
}
.rightContainer section.works .workList > ul > li > label.posornot ~ .detailPane .container > label.t2{
    background-image:url(../images/MobileApp/POSORNOT/thumb2.png);
}
.rightContainer section.works .workList > ul > li > label.posornot ~ .detailPane .container > label.t3{
    background-image:url(../images/MobileApp/POSORNOT/thumb3.png);
}
.rightContainer section.works .workList > ul > li > label.posornot ~ .detailPane .container > label.t4{
    background-image:url(../images/MobileApp/POSORNOT/thumb4.png);
}
.rightContainer section.works .workList > ul > li > label.ucsf ~ .detailPane .container > label.t1{
    background-image:url(../images/Website/UCSF/thumb1.png);
}
.rightContainer section.works .workList > ul > li > label.mebaze ~ .detailPane .container > label.t1{
    background-image:url(../images/Website/mebaze/thumb1.png);
}
.rightContainer section.works .workList > ul > li > label.onvia ~ .detailPane .container > label.t1{
    background-image:url(../images/MobileApp/Onvia/thumb1.png);
}
.rightContainer section.works .workList > ul > li > label.onvia ~ .detailPane .container > label.t2{
    background-image:url(../images/MobileApp/Onvia/thumb2.png);
}
.rightContainer section.works .workList > ul > li > label.onvia ~ .detailPane .container > label.t3{
    background-image:url(../images/MobileApp/Onvia/thumb3.png);
}
.rightContainer section.works .workList > ul > li > label.onvia ~ .detailPane .container > label.t4{
    background-image:url(../images/MobileApp/Onvia/thumb4.png);
}
.rightContainer section.works .workList > ul > li > label.onvia ~ .detailPane .container > label.t5{
    background-image:url(../images/MobileApp/Onvia/thumb5.png);
}
.rightContainer section.works .workList > ul > li > label.onvia ~ .detailPane .container > label.t6{
    background-image:url(../images/MobileApp/Onvia/thumb6.png);
}
.rightContainer section.works .workList > ul > li > label.onvia ~ .detailPane .container > label.t7{
    background-image:url(../images/MobileApp/Onvia/thumb7.png);
}
.rightContainer section.works .workList > ul > li > label.onvia ~ .detailPane .container > label.t8{
    background-image:url(../images/MobileApp/Onvia/thumb8.png);
}
.rightContainer section.works .workList > ul > li > label.opstera ~ .detailPane .container > label.t1{
    background-image:url(../images/WebApp/Opstera/thumb1.png);
}
.rightContainer section.works .workList > ul > li > label.opstera ~ .detailPane .container > label.t2{
    background-image:url(../images/WebApp/Opstera/thumb2.png);
}
.rightContainer section.works .workList > ul > li > label.opstera ~ .detailPane .container > label.t3{
    background-image:url(../images/WebApp/Opstera/thumb3.png);
}
.rightContainer section.works .workList > ul > li > label.opstera ~ .detailPane .container > label.t4{
    background-image:url(../images/WebApp/Opstera/thumb4.png);
}
.rightContainer section.works .workList > ul > li > label.opstera ~ .detailPane .container > label.t5{
    background-image:url(../images/WebApp/Opstera/thumb5.png);
}
.rightContainer section.works .workList > ul > li > label.opstera ~ .detailPane .container > label.t6{
    background-image:url(../images/WebApp/Opstera/thumb6.png);
}
.rightContainer section.works .workList > ul > li > label.opstera ~ .detailPane .container > label.t7{
    background-image:url(../images/WebApp/Opstera/thumb7.png);
}
.rightContainer section.works .workList > ul > li > label.opstera ~ .detailPane .container > label.t8{
    background-image:url(../images/WebApp/Opstera/thumb8.png);
}
.rightContainer section.works .workList > ul > li > label.avesta ~ .detailPane .container > label.t1{
    background-image:url(../images/Website/Avesta/thumb1.png);
}
.rightContainer section.works .workList > ul > li > label.avesta ~ .detailPane .container > label.t2{
    background-image:url(../images/Website/Avesta/thumb2.png);
}
.rightContainer section.works .workList > ul > li > label.avesta ~ .detailPane .container > label.t3{
    background-image:url(../images/Website/Avesta/thumb3.png);
}
.rightContainer section.works .workList > ul > li > label.avesta ~ .detailPane .container > label.t4{
    background-image:url(../images/Website/Avesta/thumb4.png);
}
.rightContainer section.works .workList > ul > li > label.avesta ~ .detailPane .container > label.t5{
    background-image:url(../images/Website/Avesta/thumb5.png);
}
.rightContainer section.works .workList > ul > li > label.avesta ~ .detailPane .container > label.t6{
    background-image:url(../images/Website/Avesta/thumb6.png);
}
.rightContainer section.works .workList > ul > li > label.avesta ~ .detailPane .container > label.t7{
    background-image:url(../images/Website/Avesta/thumb7.png);
}
.rightContainer section.works .workList > ul > li > label.soa ~ .detailPane .container > label.t1{
    background-image:url(../images/WebApp/Spectrum/wthumb1.png);
}
.rightContainer section.works .workList > ul > li > label.soa ~ .detailPane .container > label.t2{
    background-image:url(../images/WebApp/Spectrum/wthumb2.png);
}
.rightContainer section.works .workList > ul > li > label.soa ~ .detailPane .container > label.t3{
    background-image:url(../images/WebApp/Spectrum/wthumb3.png);
}
.rightContainer section.works .workList > ul > li > label.soa ~ .detailPane .container > label.t4{
    background-image:url(../images/WebApp/Spectrum/wthumb4.png);
}
.rightContainer section.works .workList > ul > li > label.soa ~ .detailPane .container > label.t5{
    background-image:url(../images/WebApp/Spectrum/wthumb5.png);
}
.rightContainer section.works .workList > ul > li > label.soa ~ .detailPane .container > label.t6{
    background-image:url(../images/WebApp/Spectrum/wthumb6.png);
}
.rightContainer section.works .workList > ul > li > label.soa ~ .detailPane .container > label.t7{
    background-image:url(../images/WebApp/Spectrum/wthumb7.png);
}
.rightContainer section.works .workList > ul > li > label.soa ~ .detailPane .container > label.t8{
    background-image:url(../images/WebApp/Spectrum/tthumb1.png);
}
.rightContainer section.works .workList > ul > li > label.soa ~ .detailPane .container > label.t9{
    background-image:url(../images/WebApp/Spectrum/tthumb2.png);
}
.rightContainer section.works .workList > ul > li > label.soa ~ .detailPane .container > label.t10{
    background-image:url(../images/WebApp/Spectrum/tthumb3.png);
}
.rightContainer section.works .workList > ul > li > label.soa ~ .detailPane .container > label.t11{
    background-image:url(../images/WebApp/Spectrum/tthumb4.png);
}
.rightContainer section.works .workList > ul > li > label.soa ~ .detailPane .container > label.t12{
    background-image:url(../images/WebApp/Spectrum/tthumb5.png);
}
.rightContainer section.works .workList > ul > li > label.soa ~ .detailPane .container > label.t13{
    background-image:url(../images/WebApp/Spectrum/mthumb1.png);
}
.rightContainer section.works .workList > ul > li > label.soa ~ .detailPane .container > label.t14{
    background-image:url(../images/WebApp/Spectrum/mthumb2.png);
}
.rightContainer section.works .workList > ul > li > label.soa ~ .detailPane .container > label.t15{
    background-image:url(../images/WebApp/Spectrum/mthumb3.png);
}
.rightContainer section.works .workList > ul > li > label.soa ~ .detailPane .container > label.t16{
    background-image:url(../images/WebApp/Spectrum/mthumb4.png);
}
.rightContainer section.works .workList > ul > li > label.soa ~ .detailPane .container > label.t17{
    background-image:url(../images/WebApp/Spectrum/mthumb5.png);
}
.rightContainer section.works .workList > ul > li > label.mslp ~ .detailPane .container > label.t1{
    background-image:url(../images/UX/MSLP/thumb1.png);
}
.rightContainer section.works .workList > ul > li > label.mslp ~ .detailPane .container > label.t2{
    background-image:url(../images/UX/MSLP/thumb2.png);
}
.rightContainer section.works .workList > ul > li > label.mslp ~ .detailPane .container > label.t3{
    background-image:url(../images/UX/MSLP/thumb3.png);
}
.rightContainer section.works .workList > ul > li > label.mslp ~ .detailPane .container > label.t4{
    background-image:url(../images/UX/MSLP/thumb4.png);
}
.rightContainer section.works .workList > ul > li > label.mslp ~ .detailPane .container > label.t5{
    background-image:url(../images/UX/MSLP/thumb5.png);
}
.rightContainer section.works .workList > ul > li > label.mslp ~ .detailPane .container > label.t6{
    background-image:url(../images/UX/MSLP/thumb6.png);
}
.rightContainer section.works .workList > ul > li > label.mslp ~ .detailPane .container > label.t7{
    background-image:url(../images/UX/MSLP/thumb7.png);
}
.rightContainer section.works .workList > ul > li > label.mslp ~ .detailPane .container > label.t8{
    background-image:url(../images/UX/MSLP/thumb8.png);
}
.rightContainer section.works .workList > ul > li > label.mslp ~ .detailPane .container > label.t9{
    background-image:url(../images/UX/MSLP/thumb9.png);
}
.rightContainer section.works .workList > ul > li > label.mslp ~ .detailPane .container > label.t10{
    background-image:url(../images/UX/MSLP/thumb10.png);
}
.rightContainer section.works .workList > ul > li > label.mslp ~ .detailPane .container > label.t11{
    background-image:url(../images/UX/MSLP/thumb11.png);
}
.rightContainer section.works .workList > ul > li > label.mslp ~ .detailPane .container > label.t12{
    background-image:url(../images/UX/MSLP/thumb12.png);
}
.rightContainer section h2{
	padding-bottom:50px;
    text-align:left;
}
.rightContainer section h2 a{
    color:midnightblue;
}
.rightContainer section h2:first-child, 
.rightContainer section h2.pb20{
    padding-bottom:20px;
}
.rightContainer section.about h2:first-child{
    padding-bottom:10px;
    font-size: 14px;
}
.rightContainer section.clients ul{
    text-align: center;
}
.rightContainer section.clients ul li{
    display: inline-block;
    width: 100px;
}
.rightContainer section.clients ul li img{
    width: 100%;
}
.rightContainer section:nth-child(2) > h2:first-child{
    padding-bottom:20px;
}
.rightContainer section h2 ~ h3{
    margin-bottom:5px;
    font-size:16px;
    font-weight: bold;
}
.rightContainer section.skills h2 ~ h3{
    font-size: 12px;
}
.rightContainer section.skills h2 ~ h3{
    margin-bottom:0;
}
.rightContainer section h2 ~ h3 + nav{
    margin-bottom: 0px;
}
.rightContainer section h2 ~ h3 + nav{
    padding-bottom:0px;
}
.rightContainer section.skills ul{
    padding-bottom:0px;
}
.rightContainer section.works ul{
}
.rightContainer section.works nav ul li{
	overflow:hidden;
	float:left;
	padding:0;
	margin:70px 70px 0px 0;
	width:200px;
}
.preview{
	position: absolute;
	background: url(../images/perspective1.png) no-repeat right 0;
	padding-right: 34px;
	overflow: hidden;
	top: calc(901px + 436px);
	z-index: 99999;
	display: none;
}
.preview img{
	box-shadow: 0 0 0;
	display: block;
	background: #fff;
	border: 1px solid #ddd;
	padding: 10px;
}
.p1.preview, .p4.preview, .p7.preview, .p10.preview, .p13.preview, .p16.preview, .p19.preview{
	left: 421px;
	background: url(../images/perspective.png) no-repeat 0 0;
	padding-right: 0;
	padding-left: 34px;
}
.p2.preview{
	left: 113px;
}
.p3.preview{
	left: 3px;
}
.p4.preview{
	top: calc(1269px + 436px);
}
.p5.preview{
	top: calc(1269px + 436px);
	left: 33px;
}
.p6.preview{
	top: calc(1269px + 436px);
	left: 3px;
}
.p7.preview{
	top: calc(1637px + 436px);
}
.p8.preview{
	top: calc(1637px + 436px);
	left: 13px;
}
.p9.preview{
	top: calc(1637px + 436px);
	left: 3px;
}
.p10.preview{
	top: calc(2005px + 436px);
}
.p11.preview{
	top: calc(2005px + 436px);
	left: 33px;
}
.p12.preview{
	top: calc(2005px + 436px);
	left: 3px;
}
.p13.preview{
	top: calc(2373px + 436px);
}
.p14.preview{
	top: calc(2373px + 436px);
	left: 33px;
}
.p15.preview{
	top: calc(2373px + 436px);
	left: 3px;
}
.p16.preview{
	top: calc(2741px + 436px);
}
.p17.preview{
	top: calc(2741px + 436px);
	left: 33px;
}
.p18.preview{
	top: calc(2741px + 436px);
	left: 3px;
}
.p19.preview{
	top: calc(3109px + 436px);
}
.p20.preview{
	top: calc(3109px + 436px);
	left: 33px;
}
.p21.preview{
	top: calc(3109px + 436px);
	left: 3px;
}
.rightContainer section.works nav ul li:nth-child(1), .rightContainer section.works nav ul li:nth-child(2), .rightContainer section.works nav ul li:nth-child(3){
	margin-top:0;
}
.rightContainer section.works nav ul li:nth-child(3n+0){
	margin-right:0;
}
.rightContainer section.works nav ul li a{
	width:200px;
	cursor: pointer;
	height:150px;
	display:table-cell;
	vertical-align:middle;
	background:#aaa;
    /*box-shadow: 0px 0px 50px 20px #666 inset;*/
	text-align:center;
}
.rightContainer section.works nav ul li .details{
	background:#ddd;
	margin-top:1px;
}
.rightContainer section.works nav ul li .details p{
	line-height:14px;
	text-transform:uppercase;
	white-space:nowrap;
	font-size:14px;
	padding:2px 10px 5px;
	border-bottom:1px solid #fff;
	font-family:SegoeWP;
}
.rightContainer section.works nav ul li .details p strong{
	font-weight:normal;
	letter-spacing:0;
	font-family:SegoeWP;
	text-transform:capitalize;
	font-size:10px;
	display:block;
}
.rightContainer section.works nav ul li img{
	box-shadow:0px 7px 0px 0px rgba(0, 0, 0, 0.3);
}
/*.rightContainer section nav{
	position:relative;
}
.rightContainer section nav .work{
	position:absolute;
	top:0;
	left:0;
	overflow:hidden;
	border: 5px solid rgba(0, 0, 0, 0.3);
}
.rightContainer section nav .work:hover{
	border-color: #00A3DA;
	z-index:9999;
	box-shadow:5px 5px 2px rgba(0, 0, 0, 0.5);
}
.rightContainer section nav .work img{
	margin-left:-1px;
}
.rightContainer section nav .work.a{
	width:60px;
	height:195px;
}
.rightContainer section nav .work.a:hover{
	width: 80px;
	height:215px;
	left:-10px;
	top: -10px;
}
.rightContainer section nav .work.a img{
	margin-left:-90px;
	height:205px;
}
.rightContainer section nav .work.a:hover img{
	height:215px;
}
.rightContainer section nav .work.b{
	width:210px;
	height:90px;
	left:75px;
}
.rightContainer section nav .work.b:hover{
	width: 230px;
	height:110px;
	left:65px;
	top: -10px;
}
.rightContainer section nav .work.b img{
	width:220px;
}
.rightContainer section nav .work.b:hover img{
	width:auto;
	margin-left:-520px;
}
.rightContainer section nav .work.c{
	width:60px;
	height:90px;
	left:300px;
}
.rightContainer section nav .work.c:hover{
	width:80px;
	height:110px;
	left:290px;
	top:-10px;
}
.rightContainer section nav .work.c img{
	width:386px;
	margin:-90px 0 0 -56px;
}
.rightContainer section nav .work.c:hover img{
	margin-left: -48px;
}
.rightContainer section nav .work.d{
	width:135px;
	height:195px;
	left:375px;
}
.rightContainer section nav .work.d:hover{
	width:155px;
	height:215px;
	left:365px;
	top:-10px;
}
.rightContainer section nav .work.e{
	width:60px;
	height:90px;
	left:525px;
}
.rightContainer section nav .work.e:hover{
	width:80px;
	height:100px;
	left:515px;
	top:-10px;
}
.rightContainer section nav .work.e img{
	width:190px;
	margin: -25px 0 0 -55px;
}
.rightContainer section nav .work.e:hover img{
	width:220px;
	margin: -35px 0 0 -63px;
}
.rightContainer section nav .work.f{
	width:135px;
	height:90px;
	left:600px;
}
.rightContainer section nav .work.f:hover{
	width:155px;
	height:110px;
	left:590px;
	top:-10px;
}
.rightContainer section nav .work.f img{
	width:220px;
	margin-left:-50px;
}
.rightContainer section nav .work.f:hover img{
	width:350px;
	margin-left:-92px;
}
.rightContainer section nav .work.g{
	width:60px;
	height:90px;
	top:210px;
}
.rightContainer section nav .work.g:hover{
	width:80px;
	height:110px;
	top:200px;
	left:-10px;
}
.rightContainer section nav .work.g img{
	width:148px;
}
.rightContainer section nav .work.g:hover img{
	width:auto;
}
.rightContainer section nav .work.h{
	width:210px;
	height:195px;
	top:105px;
	left:75px;
}
.rightContainer section nav .work.h:hover{
	width:230px;
	height:215px;
	top:95px;
	left:65px;
}
.rightContainer section nav .work.i{
	width:60px;
	height:90px;
	left:300px;
	top: 105px;
}
.rightContainer section nav .work.i:hover{
	width:80px;
	height:110px;
	left:290px;
	top: 95px;
}
.rightContainer section nav .work.i img{
	width:131px;
	margin-left:-20px;
}
.rightContainer section nav .work.i:hover img{
	width:200px;
	margin-top:-15px;
	margin-left:-15px;
}
.rightContainer section nav .work.j{
	width:210px;
	height:90px;
	left:525px;
	top: 105px;
}
.rightContainer section nav .work.j:hover{
	width:230px;
	height:110px;
	left:515px;
	top: 95px;
}
.rightContainer section nav .work.j img{
	width:263px;
	margin:-20px 0 0 -17px;
}
.rightContainer section nav .work.j:hover img{
	width:273px;
}
.rightContainer section nav .work.k{
	width:135px;
	height:195px;
	top: 315px;
}
.rightContainer section nav .work.k:hover{
	width:155px;
	height:215px;
	top: 305px;
	left:-10px;
}
.rightContainer section nav .work.k img{
	width:148px;
	margin-left:-1px;
	margin-top:-10px;
}
.rightContainer section nav .work.k:hover img{
	width:158px;
}
.rightContainer section nav .work.l{
	width:135px;
	height:90px;
	top: 315px;
	left:150px;
}
.rightContainer section nav .work.l:hover{
	width:155px;
	height:110px;
	top: 305px;
	left:140px;
}
.rightContainer section nav .work.l img{
	width:166px;
	margin-top:-20px;
}
.rightContainer section nav .work.l:hover img{
	width:310px;
	margin-top:-95px;
	margin-left:-5px;
}
.rightContainer section nav .work.m{
	width:135px;
	height:90px;
	top: 315px;
	left:300px;
}
.rightContainer section nav .work.m:hover{
	width:155px;
	height:110px;
	top:305px;
	left:290px;
}
.rightContainer section nav .work.m img{
	width:135px;
}
.rightContainer section nav .work.m:hover img{
	width:auto;
}
.rightContainer section nav .work.n{
	width:135px;
	height:90px;
	top: 210px;
	left:300px;
}
.rightContainer section nav .work.n:hover{
	width:155px;
	height:110px;
	left:290px;
	top:200px;
}
.rightContainer section nav .work.n img{
	width:200px;
	margin-left:-28px;
	margin-top:-32px;
}
.rightContainer section nav .work.n:hover img{
	margin-left: -30px;
	margin-top:-30px;
	width: 220px;
}
.rightContainer section nav .work.o{
	width:210px;
	height:195px;
	top: 210px;
	left:450px;
}
.rightContainer section nav .work.o:hover{
	width:230px;
	height:215px;
	top:200px;
	left:440px;
}
.rightContainer section nav .work.o img{
	margin-top: -15px;
	margin-left:-5px;
	width:228px;
}
.rightContainer section nav .work.o:hover img{
	width: 240px;
}
.rightContainer section nav .work.p{
	width:60px;
	height:90px;
	top: 210px;
	left:675px;
}
.rightContainer section nav .work.p:hover{
	width:80px;
	height:110px;
	top: 200px;
	left:665px;
}
.rightContainer section nav .work.p img{
	width: 177px;
}
.rightContainer section nav .work.q{
	width:210px;
	height:90px;
	top:420px;
	left:150px;
}
.rightContainer section nav .work.q:hover{
	width:230px;
	height:110px;
	top:410px;
	left:140px;
}
.rightContainer section nav .work.q img{
	width: 247px;
	margin-left:-10px;
	margin-top:-10px;
}
.rightContainer section nav .work.q:hover img{
	width:auto;
}
.rightContainer section nav .work.r{
	width:210px;
	height:90px;
	top:420px;
	left:375px;
}
.rightContainer section nav .work.r:hover{
	width:230px;
	height:110px;
	top:410px;
	left:365px;
}
.rightContainer section nav .work.r img{
	width:234px;
	margin-left:-10px;
	margin-top:-20px;
}
.rightContainer section nav .work.r:hover img{
	width:500px;
	margin-top:-50px;
	margin-left: -270px;
}
.rightContainer section nav .work.s{
	width:60px;
	height:90px;
	top:420px;
	left:600px;
}
.rightContainer section nav .work.s:hover{
	width:80px;
	height:110px;
	top:410px;
	left:590px;
}
.rightContainer section nav .work.s img{
	width:146px;
	margin-top:-2px;
}
.rightContainer section nav .work.t{
	width: 60px;
	height:195px;
	top:315px;
	left: 675px;
}
.rightContainer section nav .work.t:hover{
	width: 80px;
	height:215px;
	top:305px;
	left: 665px;
}
.rightContainer section nav .work.t img{
	height:205px;
}
.rightContainer section nav .work.t:hover img{
	height:215px;
}*/
section.skills ul li{
    float: left;
    position:relative;
}
section.skills ul li:after{
    content:'';
    width:0;
    height:0;
    border-top:12px solid transparent;
    border-right:12px solid #fff;
    position:absolute;
    right:2px;
    bottom:2px;
    z-index:999;
}
section.contact ul{
}
section.contact ul li{
    display:inline-block;
	padding-right:5px;
    padding-left:5px;
    padding-bottom:30px;
    position:relative;
}
section.contact ul li a:after{
    top:75px;
    left:calc(100%/2 - 50% - 6px);
}
section.contact ul li a.facebook:after{
    content:'Facebook';
}
section.contact ul li a.twitter:after{
    content:'Twitter';
}
section.contact ul li a.skype:after{
    content:'VENKATESH4U';
}
section.contact ul li a.gmail:after{
    content:'mr.venk@outlook.com';
    left:calc(100%/2 - 50% - 29px);
}
section.contact ul li a.locate:after{
    content:'Los Angeles, CA';
    left:calc(100%/2 - 50% - 9px);
}
section.contact ul li a.call:after{
    content:'+1-818-877-9046';
    left:calc(100%/2 - 50% - 13px);
}
section.skills ul li:nth-child(10n+10){
    padding-right:0;
}
section.contact ul li a{
	display:block;
	background:#ccc;
	text-indent:-100000px;
	overflow:hidden;
	width: 60px;
	height:60px;
	border-radius: 5px;
	box-shadow:1px 1px 1px #999 inset;
	background-position:center;
	background-repeat:no-repeat;
}
section.skills ul li label{
    border:2px solid #fff;
    zoom: 0.75;
    display:block;
	background:#00a3da;
	text-indent:-100000px;
	overflow:hidden;
	width: 60px;
	height:60px;
	/*box-shadow:1px 1px 1px #999 inset;*/
	background-position:center;
	background-repeat:no-repeat;
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms;
}
section.skills ul li label:before{
    content:'';
    width:0;
    height:0;
    border-bottom:5px solid transparent;
    border-top:5px solid transparent;
    border-right:6px solid #000;
    border-left:0px;
    position:absolute;
    z-index:999;
    display:block;
    left:50px;
    top:9px;
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms;
    opacity:0;
}
section.skills ul li:nth-child(10) label:before,
section.skills ul li:nth-child(11) label:before{
    border-right:0px;
    border-left:6px solid #000;
    left:11px;
}
input:checked + label.paneCollapser ~ .rightContainer section.skills ul li:nth-child(12) label:before,
input:checked + label.paneCollapser ~ .rightContainer section.skills ul li:nth-child(13) label:before{
    border-right:0px;
    border-left:6px solid #000;
    left:11px;
}
section.skills ul li label:hover:before{
    opacity:1;
}
section.skills ul li label:after{
    content:'Agile Methodology';
    white-space:nowrap;
    display:inline-block;
    opacity:0;
    background:#000;
    color:#fff;
    font-size:11px;
    line-height:12px;
    padding:2px 5px 4px;
    border-radius:3px;
    position:absolute;
    top:5px;
    left:0px;
    text-indent:0;
    z-index:999;
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms;
}
section.skills ul li label:hover:after{
    opacity:1;
    left:56px;
}
section.skills ul li:nth-child(10) label:after,
section.skills ul li:nth-child(11) label:after{
    left:inherit;
    right:0px;
}
input:checked + label.paneCollapser ~ .rightContainer section.skills ul li:nth-child(12) label:after,
input:checked + label.paneCollapser ~ .rightContainer section.skills ul li:nth-child(13) label:after{
    left:inherit;
    right:0px;
}
section.skills ul li:nth-child(10) label:hover:after,
section.skills ul li:nth-child(11) label:hover:after{
    right:52px;
}
input:checked + label.paneCollapser ~ .rightContainer section.skills ul li:nth-child(12) label:hover:after,
input:checked + label.paneCollapser ~ .rightContainer section.skills ul li:nth-child(13) label:hover:after{
    right:52px;
}
section.skills ul li label.ux:after{
    content:'UX Design';
}
section.skills ul li label.uf:after{
    content:'User & Process Flow Diagram';
}
section.skills ul li label.wi:after{
    content:'Wireframe';
}
section.skills ul li label.pr:after{
    content:'Prototype Design';
}
section.skills ul li label.pe:after{
    content:'Persona Mockups';
}
section.skills ul li label.vd:after{
    content:'Visual Design';
}
section.skills ul li label.id:after{
    content:'Interaction Design';
}
section.skills ul li label.ui:after{
    content:'GUI Design';
}
section.skills ul li label.pr:after{
    content:'Prototype Design';
}
section.skills ul li label.uid:after{
    content:'Front-end Development';
}
section.skills ul li label.rw:after{
    content:'Responsive/ Adaptive UI Implementation';
}
section.skills ul li label.an:after{
    content:'2D/ 3D Animation';
}
section.skills ul li label.vg:after{
    content:'Visual Graphics';
}
section.skills ul li label.og:after{
    content:'Omnigraffle';
}
section.skills ul li label.dr:after{
    content:'Draw';
}
section.skills ul li label.gl:after{
    content:'Gliffy';
}
section.skills ul li label.bs:after{
    content:'Balsamiq';
}
section.skills ul li label.ax:after{
    content:'Axure';
}
section.skills ul li label.pp:after{
    content:'Powerpoint';
}
section.skills ul li label.kn:after{
    content:'Keynote';
}
section.skills ul li label.sk:after{
    content:'Sketch';
}
section.skills ul li label.pw:after{
    content:'Powerapps';
}
section.skills ul li label.iv:after{
    content:'Invision';
}
section.skills ul li label.zp:after{
    content:'Zeplin';
}
section.skills ul li label.fg:after{
    content:'Figma';
}
section.skills ul li label.sk:after{
    content:'Sketch';
}
section.skills ul li label.ps:after{
    content:'Photoshop';
}
section.skills ul li label.il:after{
    content:'Illustrator';
}
section.skills ul li label.cdr:after{
    content:'Corel Draw';
}
section.skills ul li label.ind:after{
    content:'InDesign';
}
section.skills ul li label.fw:after{
    content:'Fireworks';
}
section.skills ul li label.fl:after{
    content:'Flash';
}
section.skills ul li label.prm:after{
    content:'Premiere';
}
section.skills ul li label.ae:after{
    content:'After Effects';
}
section.skills ul li label.tds:after{
    content:'3D Studio Max';
}
section.skills ul li label.my:after{
    content:'Maya';
}
section.skills ul li label.vs:after{
    content:'Visual Studio';
}
section.skills ul li label.vsc:after{
    content:'Visual Studio Code';
}
section.skills ul li label.js:after{
    content:'Javascript';
}
section.skills ul li label.dw:after{
    content:'Dreamweaver';
}
section.skills ul li label.cd:after{
    content:'Coda';
}
section.skills ul li label.dp:after{
    content:'Drupal';
}
section.skills ul li label.wp:after{
    content:'Wordpress';
}
section.skills ul li label.jm:after{
    content:'Joomla';
}
section.skills ul li label.gl:after{
    content:'Gliffy';
}
section.skills ul li label.h5:after{
    content:'HTML 5';
}
section.skills ul li label.c3:after{
    content:'CSS 3';
}
section.skills ul li label.ls:after{
    content:'LESS';
}
section.skills ul li label.ss:after{
    content:'SASS';
}
section.skills ul li label.bts:after{
    content:'Bootstrap';
}
section.skills ul li label.wc:after{
    content:'WebCore';
}
section.skills ul li label.md:after{
    content:'Materail Design';
}
section.skills ul li label.as:after{
    content:'Actionscript';
}
section.skills ul li label.jq:after{
    content:'JQuery';
}
section.skills ul li label.pgb:after{
    content:'Phonegap Builder';
}
section.skills ul li label.xd:after{
    content:'Adobe XD';
}
section.skills ul li label.ajs2:after{
    content:'Angular JS 2';
}
section.skills ul li label.rjs:after{
    content:'React JS';
}
section.skills ul li label:hover, section.contact ul li a:hover{
	/*border-color:#4E4E4E;*/
    background-color:#47BE9D;
}
section.skills ul li label.id{
    background-image:url(../images/id.png);
    background-size:45px;
}
section.skills ul li label.js{
    background-image:url(../images/js.png);
    background-size:30px;
}
section.skills ul li label.dr{
    background-image:url(../images/dr.png);
    background-size:30px;
}
section.skills ul li label.og{
    background-image:url(../images/og.png);
    background-size:60px;
}
section.skills ul li label.gl{
    background-image:url(../images/gl.png);
    background-size:35px;
}
section.skills ul li label.bts{
    background-image:url(../images/bs.png);
    background-size:40px;
}
section.skills ul li label.as{
    background-image:url(../images/as.png);
    background-size:50px;
}
section.skills ul li label.rjs{
    background-image:url(../images/rjs.png);
    background-size:40px;
}
section.skills ul li label.pgb{
    background-image:url(../images/bd.png);
    background-size:30px;
}
section.skills ul li label.ajs2{
    background-image:url(../images/ajs2.png);
    background-size:38px;
}
section.skills ul li label.xd{
    background-image:url(../images/xd.png);
    background-size:30px;
}
section.skills ul li label.jq{
    background-image:url(../images/jq.png);
    background-size:35px;
}
section.skills ul li label.md{
    background-image:url(../images/md.png);
    background-size:30px;
}
section.skills ul li label.wc{
    background-image:url(../images/wc.png);
    background-size:25px;
}
section.skills ul li label.bs{
    background-image:url(../images/balsamiq.png);
    background-size:35px;
}
section.skills ul li label.tds{
    background-image:url(../images/3ds.png);
    background-size:45px;
}
section.skills ul li label.ss{
    background-image:url(../images/ss.png);
    background-size:40px;
}
section.skills ul li label.jm{
    background-image:url(../images/jm.png);
    background-size:30px;
}
section.skills ul li label.wp{
    background-image:url(../images/wp.png);
    background-size:37px;
}
section.skills ul li label.vsc{
    background-image:url(../images/vsc.png);
    background-size:30px;
}
section.skills ul li label.vs{
    background-image:url(../images/vs.png);
    background-size:30px;
}
section.skills ul li label.my{
    background-image:url(../images/my.png);
    background-size:30px;
}
section.skills ul li label.ae{
    background-image:url(../images/ae.png);
    background-size:35px;
}
section.skills ul li label.prm{
    background-image:url(../images/prm.png);
    background-size:32px;
}
section.skills ul li label.fw{
    background-image:url(../images/fw.png);
    background-size:50px;
}
section.skills ul li label.iv{
    background-image:url(../images/in.png);
    background-size:30px;
}
section.skills ul li label.ind{
    background-image:url(../images/ind.png);
    background-size:45px;
}
section.skills ul li label.il{
    background-image:url(../images/il.png);
    background-size:40px;
}
section.skills ul li label.cdr{
    background-image:url(../images/cdr.png);
    background-size:35px;
}
section.skills ul li label.zp{
    background-image:url(../images/zp.png);
    background-size:40px;
}
section.skills ul li label.pp{
    background-image:url(../images/pp.png);
    background-size:30px;
}
section.skills ul li label.pw{
    background-image:url(../images/pa.png);
    background-size:40px;
}
section.skills ul li label.sk{
    background-image:url(../images/sk.png);
    background-size:35px;
}
section.skills ul li label.fg{
    background-image:url(../images/fg.svg);
    background-size:24px;
}
section.skills ul li label.kn{
    background-image:url(../images/kn.png);
    background-size:40px;
}
section.skills ul li label.ax{
    background-image:url(../images/ax.png);
    background-size:45px;
}
section.skills ul li label.ag{
    background-image:url(../images/ag.png);
    background-size:35px;
}
section.skills ul li label.uf{
    background-image:url(../images/fc.png);
    background-size:35px;
}
section.skills ul li label.vg{
    background-image:url(../images/vg.png);
    background-size:30px;
}
section.skills ul li label.vd{
    background-image:url(../images/vd.png);
    background-size:45px;
}
section.skills ul li label.pe{
    background-image:url(../images/pn.png);
    background-size:45px;
}
section.skills ul li label.pr{
    background-image:url(../images/pr.png);
    background-size:55px;
}
section.skills ul li label.wi{
    background-image:url(../images/wi.png);
    background-size:45px;
}
section.skills ul li label.an{
    background-image:url(../images/an.png);
    background-size:50px;
}
section.skills ul li label.ui{
    background-image:url(../images/gui.png);
    background-size:40px;
}
section.skills ul li label.ux{
    background-image:url(../images/ux.png);
    background-size:55px;
}
section.skills ul li label.ps{
	background-image:url(../images/photoshop.png);
    background-size:30px;
}
section.skills ul li label.uid{
    background-image:url(../images/uid.png);
    background-size:35px;
}
section.skills ul li label.dw{
	background-image:url(../images/dreamweaver.png);
    background-size:35px;
}
section.skills ul li label.fl{
	background-image:url(../images/flash.png);
    background-size:23px;
}
section.skills ul li label.cd{
	background-image:url(../images/coda.png);
    background-size:30px;
}
section.skills ul li label.dp{
	background-image:url(../images/drupal.png);
    background-size:30px;
}
section.skills ul li label.h5{
	background-image:url(../images/html5.png);
    background-size:30px;
}
section.skills ul li label.c3{
	background-image:url(../images/css3.png);
}
section.skills ul li label.ls{
	background-image:url(../images/less.png);
    background-size:40px;
}
section.skills ul li label.rw{
	background-image:url(../images/responsive.png);
}
section.skills ul li:last-child{
	padding-right:0;
}
section.portrait{
	height:615px;
}
section.portrait nav{
	position:relative;
}
section.portrait ul li{
	position:absolute;
	top:0;
	left:0;
	overflow:hidden;
	opacity: 0.95;
	cursor: pointer;
}
section.portrait ul li:hover{
	opacity: 1;
}
section.portrait ul .pic.a{
	width: 225px;
	height:105px;
}
section.portrait ul .pic.a img{
	width:225px;
}
section.portrait ul .pic.b{
	width: 150px;
	height:105px;
	left:225px;
}
section.portrait ul .pic.b img{
	width:150px;
}
section.portrait ul .pic.c{
	width: 75px;
	height:105px;
	left:375px;
}
section.portrait ul .pic.c img{
	height:105px;
	margin-left:-30px;
}
section.portrait ul .pic.d{
	width: 150px;
	height:210px;
	left:450px;
}
section.portrait ul .pic.d img{
	height:215px;
	margin-left:-60px;
}
section.portrait ul .pic.e{
	width: 145px;
	height:105px;
	left:600px;
}
section.portrait ul .pic.e img{
	width:145px;
}
section.portrait ul .pic.f{
	width: 75px;
	height:105px;
	top: 105px;
}
section.portrait ul .pic.f img{
	height:105px;
}
section.portrait ul .pic.g{
	width: 225px;
	height:210px;
	top: 105px;
	left:75px;
}
section.portrait ul .pic.h{
	width: 150px;
	height:210px;
	top: 105px;
	left:300px;
}
section.portrait ul .pic.h img{
	height:210px;
	margin-left:-80px;
}
section.portrait ul .pic.i{
	width: 225px;
	height:105px;
	top: 210px;
	left:450px;
}
section.portrait ul .pic.i img{
	width:225px;
	margin-top:-50px;
}
section.portrait ul .pic.j{
	width: 75px;
	height:105px;
	top: 105px;
	left:600px;
}
section.portrait ul .pic.j img{
	height:105px;
	margin-left:-25px;
}
section.portrait ul .pic.k{
	width: 70px;
	height:210px;
	top: 105px;
	left:675px;
}
section.portrait ul .pic.k img{
	height:220px;
	margin-left:-25px;
}
section.portrait ul .pic.l{
	width: 75px;
	height:205px;
	top: 210px;
}
section.portrait ul .pic.l img{
	height:200px;
	margin-left:-85px;
	margin-top:-90px;
}
section.portrait ul .pic.m{
	width: 225px;
	height:210px;
	top: 315px;
}
section.portrait ul .pic.m img{
	height:220px;
	margin-left:-30px;
}
section.portrait ul .pic.n{
	width: 225px;
	height:105px;
	top: 315px;
	left:225px;
}
section.portrait ul .pic.n img{
	width:225px;
	margin-top:-25px;
}
section.portrait ul .pic.o{
	width: 75px;
	height:105px;
	top: 420px;
	left:225px;
}
section.portrait ul .pic.o img{
	width:220px;
}
section.portrait ul .pic.p{
	width: 150px;
	height:105px;
	top: 420px;
	left:300px;
}
section.portrait ul .pic.p img{
	width:150px;
}
section.portrait ul .pic.q{
	width: 75px;
	height:210px;
	top: 315px;
	left:450px;
}
section.portrait ul .pic.q img{
	height:225px;
	margin-left:-50px;
}
section.portrait ul .pic.r{
	width: 75px;
	height:105px;
	top: 315px;
	left:525px;
}
section.portrait ul .pic.r img{
	height:215px;
	margin-left:-50px;
	margin-top:-100px;
}
section.portrait ul .pic.s{
	width: 75px;
	height:105px;
	top: 420px;
	left:525px;
}
section.portrait ul .pic.s img{
	height:115px;
}
section.portrait ul .pic.t{
	width: 145px;
	height:210px;
	top: 315px;
	left:600px;
}
section.portrait ul .pic.t img{
	height:225px;
	margin-left:-70px;
}
/*section.contact ul li{
	float:left;
	padding-right:25px;
}
section.contact ul li:last-child{
	padding: 0;
}
section.contact ul li a{
	background:#ccc;
	overflow:hidden;
	width:68px;
	height:68px;
	text-indent:-100000px;
	display:block;
	background-position:center;
	background-repeat:no-repeat;
	border-radius: 100px;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25) inset;
}*/
section.contact ul li a.linkedin{
    background-image:url(../images/linkedin1.png);
}
section.contact ul li a.facebook{
	background-image:url(../images/facebook1.png);
}
section.contact ul li a.twitter{
	background-image:url(../images/twitter1.png);
}
section.contact ul li a.locate{
    background-image:url(../images/locate.png);
    background-size:40px;
}
section.contact ul li a.call{
    background-image:url(../images/call.png);
    background-size:30px;
}
section.contact ul li a.skype{
	background-image:url(../images/skype1.png);
}
section.contact ul li a.gmail{
	background-image:url(../images/mail1.png);
    background-size:40px;
}
section.contact ul li.linkedin a,
.topNav ul li a.linkedin{
	background-image:url(../images/linkedin1.png);
}
.topNav ul li a.linkedin{
    background-size:20px;
}
section:last-child{
	background:none;
}
.portraitImages{
	display: none;
	position: absolute;
}
.portraitImages .closePopup{
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	padding: 5px 8px;
	color: #fff;
	background: red;
	font-size: 11px;
	font-family: "SegoeWPSB";
	cursor: pointer;
	border-bottom-left-radius: 10px
}

/* Footer */

footer{
	overflow: hidden;
	padding:10px 0px 10px 180px;
}
footer nav{
	float:left;
}
footer ul li{
	float:left;
	border-right:1px solid #666;
	padding:0 10px;
	line-height:12px;
}
footer ul li:last-child{
	border:none;
}
footer ul li a{
	color: #666;
	font-size:12px;
}
footer ul li a:hover{
	text-decoration:underline;
}
footer .copyright{
	float:right;
	font-size:12px;
}
body header.float-header .menu-switch{
    display: none;
}
#section2{
    position: relative;
    top: -500px;
}
#section3{
    position: relative;
    top: -50px;
}
#section31{
    position: relative;
    top: -60px;
}
#section32{
    position: relative;
    top: -70px;
}
#section33{
    position: relative;
    top: -70px;
}
#section34{
    position: relative;
    top: -70px;
}
#section35{
    position: relative;
    top: -70px;
}
#section36{
    position: relative;
    top: -70px;
}
#section37{
    position: relative;
    top: -70px;
}
#section38{
    position: relative;
    top: -70px;
}
#section4{
    position: relative;
    top: -50px;
}
#section5{
    position: relative;
    top: -50px;
}
#section6{
    position: relative;
    top: 0px;
}
#section7{
    position: relative;
    top: -50px;
}