/*   @font-face {font-family: nasim;src: url(bbc-nassim-regulard41d.eot?#) format('eot'),  /* IE6-8 */
/*     url(../css/bbc-nassim-regular.woff) format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
/* url(../css/bbc-nassim-regular.ttf) format('truetype');  /* Saf3-5, Chrome4+, FF3.5, Opera 10+ }  */


@font-face {font-family: nasim;src: url(bbc-nassim-regular2.eot?#) format('eot'),  /* IE6-8 */
url(../css/bbc-nassim-regular2.woff) format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
url(../css/bbc-nassim-regular2.ttf) format('truetype');  /* Saf3-5, Chrome4+, FF3.5, Opera 10+ */}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, q, small, strong, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    margin: 0;
    padding: 0;
font-family:nasim;
font-weight:bold;
}
article, aside, figure, figure img, figcaption, hgroup, footer, header, nav, section, video, object {
    display: block;
}
a img {
    border: 0;
}
figure {
    position: relative;
}

figure img {
    width: 100%}
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(250, 250, 250, 0);
font-family:nasim;
font-weight:bold;
font-style:normal;

}
li {
    list-style: none;
}
.bg_img {
    background-size: 100% auto;
}
.show {
    display: block;
}
.hide {
    display: none;
}
.bottom_s {
    margin-bottom: 3px;
}
.bottom_m {
    margin-bottom: 5px;
}
.bottom_l {
    margin-bottom: 10px;
}
.bottom_h {
    margin-bottom: 20px;
}
.bottom_g {
    margin-bottom: 35px;
}
.top_s {
    margin-top: 3px;
}
.top_m {
    margin-top: 5px;
}
.top_l {
    margin-top: 10px;
}
.top_h {
    margin-top: 20px;
}
.top_g {
    margin-top: 35px;
}
.left {
    float: left !important;
}
.right {
    float: right !important;
}
.child_left li {
    float: left !important;
}
.child_right li {
    float: right !important;
}
.clear {
    clear: both;
}
.center {
    text-align: center;
}
label {
    cursor: pointer;
}
.img_mob, .img_cell, .img_tablet {
    display: none;
}
.absolute {
    position: absolute;
}
.relative {
    position: relative;
}
img {
    width: 100%;
    height: auto;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
}
::-moz-selection {
    color: white;
    background: #000;
}
::selection {
    color: white;
    background: #000;
}
:focus {
    outline: 0;
}
::-moz-focus-inner {
    border: 0;
}
.hover {
    transition: opacity .3s;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    cursor: pointer;
}
.hover:hover {
    opacity: .65;
}
.light {
    font-weight: 300;
}
.bold {
    font-weight: 700;
}
html, body {
   font-family: nasim ;
    overflow-x: hidden;
    width: 100%

}
.link {
    cursor: pointer;
    display: inline-block;
    color: #000;
    text-decoration: none;
    outline: 0;
    position: relative;
    font-style: italic;
}
.link i {
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 1px solid #000;
    transition: all .2s ease-out;
    -webkit-transition: width .2s ease-out;
    -moz-transition: width .2s ease-out;
}
.link i.t {
    top: 0;
    right: 0;
}
.link i.b {
    bottom: -1px;
    left: 0;
}
.link:hover i {
    width: 100%}
.link.active i.b {
    width: 100%}
.link.active:hover i.t {
    width: 0;
}
.unselect {
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.close_cursor {
    cursor: url(../css/img/cur.html), auto;
}
#loading {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2001;
    
}
.load_ring {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -15px 0 0 -15px;
    background: url(../css/img/sprite.svg) 1px -416px no-repeat #000;
    border-radius: 50%;
    -webkit-animation: spin 1s infinite;
    -moz-animation: spin 1s infinite;
    animation: spin 1s infinite;
}
@-webkit-keyframes spin {
    from {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
}
to {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
}
}@-moz-keyframes spin {
    from {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
}
to {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
}
}@keyframes spin {
    from {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
}
to {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
}
}a:hover {
    text-decoration: none;
    outline: 0;
}
a:active {
    text-decoration: none;
    outline: 0;
}
a:visited {
    text-decoration: none;
    outline: 0;
}
a:focus {
    -moz-outline-style: none;
}
#html5 {
    position: fixed;
    z-index: 2000;
    background: url(../css/img/logo.html) center 20px no-repeat #fff;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    color: #000;
    display: none;
}
#html5 a {
    color: #878787;
    text-decoration: none;
    outline: 0;
}
#html5 a:hover {
    color: #000;
}
#html5 h3 {
    position: relative;
    color: #000;
    padding: 10px;
    margin: 220px auto 0;
    width: 370px;
}
#html5 ul {
    position: relative;
    background: #000;
    padding: 10px;
    margin: auto;
    width: 370px;
    color: #fff;
}
#html5 ul li a {
    color: #fff;
    width: 370px;
}
#html5 ul li a:hover, #html5 div a:hover {
    color: #878787;
}
#html5 div {
    width: 370px;
    padding: 10px;
    margin: auto;
}
#html5 div a {
    color: #000;
}
#wrapper {
    width: 100%;
    top: 0;
    height: 100%;
    left: 0;
    position: absolute;
    overflow-x: hidden;
}
#home_section {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: relative;
    overflow: hidden;
}
.phil_vid {
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    overflow: hidden;
    opacity: 0;
}
.bgs {
    width: 50%;
    height: 100%;
    top: 0;
    position: absolute;
    overflow: hidden;
}
.phil_bg {
    left: -100%;
    background-color: #ce1a11;
}
.contact_bg {
    left: 100%;
    background-color: #9ad8fc;
}
.work_bg.l {
    transform: skew(-12deg);
    -webkit-transform: skew(-12deg);
    -moz-transform: skew(-12deg);
    left: -100%;
    background-color: #ea4252;
}
.work_bg.r {
    transform: skew(-12deg);
    -webkit-transform: skew(-12deg);
    -moz-transform: skew(-12deg);
    left: auto;
    right: -100%;
    background-color: #73d264;
}
#logo_wrapper {
    top: 27%}
#circles_wrapper {
    top: 30%}
#logo_wrapper {
    width: 300px;
    margin: 100px auto 0;
    position: relative;
    opacity: .000001;
    cursor: pointer;
    transition: transform .5s ease-out;
    -webkit-transition: -webkit-transform .5s ease-out;
    -moz-transition: -moz-transform .5s ease-out;
}
.logo_home {
    width: 60px;
    height: 60px;
    left: 50%;
    margin-left: -30px;
    bottom: 40px;
    position: absolute;
    background: url(../css/img/sprite.svg) -3px -180px no-repeat;
    opacity: 0;
}
.logo_hover {
    width: 100%;
    height: 80%;
    top: 0;
    left: 0;
    position: absolute;
    transform: translateZ(150px);
    -webkit-transform: translateZ(150px);
    -moz-transform: translateZ(150px);
}
#logo_wrapper h1 {
    margin: 12px auto;
    text-align: center;
    color: #000;
    font-size: 36px;
}
#logo {
    width: 60px;
    height: 220px;
    margin: 0 auto;
    position: relative;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: transform .25s ease-in-out;
    -webkit-transition: -webkit-transform .25s ease-in-out;
    -moz-transition: -moz-transform .25s ease-in-out;
}
.flip_1 {
    transform: rotateY(90deg) rotateX(0) translateZ(30px);
    -webkit-transform: rotateY(90deg) rotateX(0) translateZ(30px);
    -moz-transform: rotateY(90deg) rotateX(0) translateZ(30px);
}
.flip_2 {
    transform: rotateY(-90deg) rotateX(0) translateZ(30px);
    -webkit-transform: rotateY(-90deg) rotateX(0) translateZ(30px);
    -moz-transform: rotateY(-90deg) rotateX(0) translateZ(30px);
}
.flip_3 {
    transform: rotateY(0) rotateX(90deg) translateZ(30px);
    -webkit-transform: rotateY(0) rotateX(90deg) translateZ(30px);
    -moz-transform: rotateY(0) rotateX(90deg) translateZ(30px);
}
.flip_4 {
    transform: rotateY(0) rotateX(-90deg) translateZ(30px);
    -webkit-transform: rotateY(0) rotateX(-90deg) translateZ(30px);
    -moz-transform: rotateY(0) rotateX(-90deg) translateZ(30px);
}
.flip_5 {
    transform: rotateY(180deg) rotateX(0) translateZ(30px);
    -webkit-transform: rotateY(180deg) rotateX(0) translateZ(30px);
    -moz-transform: rotateY(180deg) rotateX(0) translateZ(30px);
}
#logo>div {
    background-color: #000;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
#logo_1 {
    position: absolute;
    width: 15px;
    height: 100px;
    top: 7px;
    left: 0;
}
#logo_2 {
    position: absolute;
    width: 60px;
    height: 15px;
    top: 100px;
    left: 0;
}
#logo_3 {
    width: 15px;
    height: 100px;
    position: relative;
    top: 108px;
    margin: 0 auto;
}
#logo_1, #logo_3 {
    transform: skewY(-44deg);
    -webkit-transform: skewY(-44deg);
    -moz-transform: skewY(-44deg);
}
.wall {
    position: absolute;
}
.top_wall, .bottom_wall {
    width: 100%;
    height: 84px;
}
.left_wall, .right_wall {
    width: 84px;
    height: 100%}
.top_wall {
    top: 0;
    left: 0;
    transform-origin: top;
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    transform: rotateX(-90deg);
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
}
.left_wall {
    top: 0;
    left: 0;
    transform-origin: left;
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    transform: rotateY(90deg);
    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
}
.right_wall {
    top: 0;
    right: 0;
    transform-origin: right;
    -webkit-transform-origin: right;
    -moz-transform-origin: right;
    transform: rotateY(-90deg);
    -webkit-transform: rotateY(-90deg);
    -moz-transform: rotateY(-90deg);
}
.bottom_wall {
    bottom: 0;
    left: 0;
    transform-origin: bottom;
    -webkit-transform-origin: bottom;
    -moz-transform-origin: bottom;
    transform: rotateX(90deg);
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
}
.wall.back {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateZ(-84px);
    -webkit-transform: translateZ(-84px);
    -moz-transform: translateZ(-84px);
    background-color: #8a8a88;
}
@-moz-document url-prefix() {
    #logo_1 .top_wall {
    outline: 1px solid #3c4c87;
}
#logo_1 .left_wall {
    outline: 1px solid #6c457e;
}
#logo_1 .right_wall {
    outline: 1px solid #e98b43;
}
#logo_1 .bottom_wall {
    outline: 1px solid #dc3688;
}
#logo_2 .top_wall {
    outline: 1px solid #c6c9dc;
}
#logo_2 .left_wall {
    outline: 1px solid #dc3786;
}
#logo_2 .right_wall {
    outline: 1px solid #751926;
}
#logo_2 .bottom_wall {
    outline: 1px solid #feec28;
}
#logo_3 .top_wall {
    outline: 1px solid #78c092;
}
#logo_3 .left_wall {
    outline: 1px solid #f2c4c4;
}
#logo_3 .right_wall {
    outline: 1px solid #67913b;
}
#logo_3 .bottom_wall {
    outline: 1px solid #afd9d5;
}
}#logo_1 .top_wall {
    background-color: #3c4c87;
}
#logo_1 .left_wall {
    background-color: #6c457e;
}
#logo_1 .right_wall {
    background-color: #e98b43;
}
#logo_1 .bottom_wall {
    background-color: #dc3688;
}
#logo_2 .top_wall {
    background-color: #c6c9dc;
}
#logo_2 .left_wall {
    background-color: #dc3786;
}
#logo_2 .right_wall {
    background-color: #751926;
}
#logo_2 .bottom_wall {
    background-color: #feec28;
}
#logo_3 .top_wall {
    background-color: #78c092;
}
#logo_3 .left_wall {
    background-color: #f2c4c4;
}
#logo_3 .right_wall {
    background-color: #67913b;
}
#logo_3 .bottom_wall {
    background-color: #afd9d5;
}
#circles_wrapper {
    position: relative;
    margin: -50px auto;
    opacity: 0;
    text-align: Center;
}
.circle {
    position: relative;
    display: inline-block;
    margin: 20px 23px;
    width: 180px;
    height: 180px;
    cursor: pointer;
    background-color:;
    transition: transform .5s ease-out;
    -webkit-transition: -webkit-transform .5s ease-out;
    -moz-transition: -moz-transform .5s ease-out;
}
.zoom_out {
    transform: scale(.85);
    -webkit-transform: scale(.85);
    -moz-transform: scale(.85);
}
.circle h2 {
    position: relative;
    text-align: center;
    line-height: 180px;
    color: rgba(250, 250, 250, 1);
    font-size: 22px;
    transition: color .24s ease-out;
    -webkit-transition: color .24s ease-out;
    -moz-transition: color .24s ease-out;
}
.circle h2.hovered {
    color: rgba(0, 0, 0, 1);
}
.circle h2.active {
    color: rgba(0, 0, 0, 0);
}
.circle_inner {
    transition: transform .24s ease-out, opacity .24s ease-out;
    -webkit-transition: -webkit-transform .24s ease-out, opacity .24s ease-out;
    -moz-transition: -moz-transform .24s ease-out, opacity .24s ease-out;
}
.circle_inner.hovered {
    opacity: 0;
    transform: scale(.8);
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
}
.close_line {
    position: absolute;
    height: 60px;
    border-left: 1px solid #000;
    width: 0;
    top: 60px;
    left: 50%;
    transform: rotate(45deg) scale(0);
    -webkit-transform: rotate(45deg) scale(0);
    -moz-transform: rotate(45deg) scale(0);
    transition: all .15s ease-out;
    -webkit-transition: all .15s ease-out;
    -moz-transition: all .15s ease-out;
}
.close_line.active {
    transform: rotate(45deg) scale(1);
    -webkit-transform: rotate(45deg) scale(1);
    -moz-transform: rotate(45deg) scale(1);
}
.circle h2.active:hover .close_line {
    height: 90px;
    top: 45px;
}
.stroke {
    position: absolute;
    border: 1px solid #000;
}
.philosophy_list {
    position: absolute;
    bottom: 100%;
    text-align: center;
    width: 100%}
.philosophy_list li.first {
    margin: 100px auto 0;
}
.philosophy_list li.last {
    margin: 0 auto 50px;
}
.philosophy_list li {
    position: relative;
    margin: 50px auto;
    font-size: 58px;
}
.philosophy_list li div {
    position: relative;
    display: inline-block;
    color: #ce1a11;
    white-space: nowrap;
}
.philosophy_list li div span {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    width: 50%;
    overflow: hidden;
}
.circle_phil {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 160px;
    height: 160px;
    background-color: #000;
    border-radius: 50%}
#phil_circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 180px;
    height: 180px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
}
.work .circle_inner, .work .circle_inner svg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: transparent;
}
.rotate {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: transform .24s ease-out;
    -webkit-transition: -webkit-transform .24s ease-out;
    -moz-transition: -moz-transform .24s ease-out;
}
.rotate.active, .work .circle_inner.active {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
}
.work .stroke {
    top: 0;
    width: 0;
}
.work .stroke.tr {
    left: 90px;
    top: -6px;
    height: 0;
    opacity: 0;
    transform-origin: left;
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
}
.work .stroke.r, .work .stroke.br, .work .stroke.bl, .work .stroke.l, .work .stroke.tl {
    left: 100%;
    top: -1px;
    margin-left: 1px;
    transform-origin: left;
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
}
.work .strokes {
    position: absolute;
    width: 200px;
    height: 0;
    top: 50%;
    border-top: 1px solid #000;
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
}
.work .strokes.active {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
}
.strokes.portfolio {
    left: 100%;
    margin-left: 5px;
    transform-origin: left;
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
}
.strokes.study {
    right: 100%;
    margin-right: 5px;
    transform-origin: right;
    -webkit-transform-origin: right;
    -moz-transform-origin: right;
}





.lanback {
	color:rgba(0,0,0,1.00);
	font-style:normal;
	transition-duration:.37s;
	cursor:pointer;
	margin-left:35%;
	height:40px;
	width:90px;
	background-color:white;
	border-radius: 0%;
    border: 1px solid #000;
	padding:7px;	
}

.lanback:hover {
	
transition-duration:.37s;	
font-style:oblique;
background-color:black;
color:white;	
}


.lanback2 {
	
	margin-left:20%;
	height:40px;
	width:90px;
	background-color:white;
	border-radius: 0%;
    border: 1px solid #000;
	padding:7px;	
}


.lanback2 {
	color:rgba(0,0,0,1.00);
	font-style:normal;
	transition-duration:.37s;
	cursor:pointer;
	margin-left:20%;
	height:40px;
	width:90px;
	background-color:white;
	border-radius: 0%;
    border: 1px solid #000;
	padding:7px;
		
}

.lanback2:hover {
	
transition-duration:.37s;	
font-style:oblique;
background-color:black;
color:white;
}


.lanback4 {
	
	margin-left:35%;
	height:40px;
	width:90px;
	background-color:Black;
	border-radius: 0%;
    border: 1px solid #000;
	padding:7px;
	color:white;	
}

.lanback3 {
	
	margin-left:20%;
	height:40px;
	width:90px;
	background-color:Black;
	border-radius: 0%;
    border: 1px solid #000;
	padding:7px;
	color:white;	
}





























.dragged {
    position: absolute;
    width: 100px;
    height: 100px;
    top: -50px;
    border-radius: 50%;
    border: 1px solid #000;
    text-align: center;
    color: #000;
    font-size: 20px;
    cursor: e-resize;
    background-color: #fff;
}
.portfolio .dragged {
    padding-top: 34px;
    margin-left: 100%}
.study .dragged {
    margin-left: -100px;
    padding-top: 23px;
    line-height: 2.15;
}
.dragged .arrow {
    position: absolute;
    width: 29px;
    height: 0;
    top: 50%;
    border-top: 1px solid #000;
    opacity: 0;
    transition: all .15s ease-out;
    -webkit-transition: all .15s ease-out;
    -moz-transition: all .15s ease-out;
}
.portfolio .dragged .arrow {
    left: 100%}
.study .dragged .arrow {
    right: 100%}
.portfolio .dragged .arrow.b, .study .dragged .arrow.b {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
}
.portfolio .dragged .arrow.t, .study .dragged .arrow.t {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
}
.portfolio .dragged .arrow.b, .study .dragged .arrow.t {
    margin-top: 10px;
}
.portfolio .dragged .arrow.t, .study .dragged .arrow.b {
    margin-top: -10px;
}
.portfolio .dragged .arrow.hovered {
    left: 110%;
    opacity: 1;
}
.study .dragged .arrow.hovered {
    right: 110%;
    opacity: 1;
}
.work .strokes.hovered {
    width: 210px;
}
.work .drag_line {
    position: absolute;
    width: 0;
    height: 0;
    top: 50%;
    margin-top: -1px;
    border-top: 1px dashed #000;
}
.study .drag_line {
    left: 100%}
.portfolio .drag_line {
    right: 100%}
.contact .square {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 150px;
    height: 150px;
    background-color: #000;
}
.contact .stroke {
    top: 0;
    width: 0;
}
.contact .stroke.t {
    left: 12px;
    top: 10px;
    height: 0;
    opacity: 0;
}
.contact .stroke.r, .contact .stroke.b, .contact .stroke.l {
    left: 100%;
    transform-origin: left;
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
}
.social {
    position: absolute;
    opacity: 0;
}
.social .strokes {
    position: absolute;
    width: 30px;
    height: 0;
    border-top: 1px solid #000;
    margin-top: -1px;
}
.social .icon {
    position: absolute;
    width: 46px;
    height: 46px;
    background-image: url(../css/img/sprite.svg);
    background-repeat: no-repeat;
    background-size: 300px;
    border: 1px solid #000;
    margin-top: -23px;
    border-radius: 50%;
    display: block;
    transition: all .15s ease-out;
    -webkit-transition: all .15s ease-out;
    -moz-transition: all .15s ease-out;
}
.social.shibui .icon:hover, .social.mail .icon:hover {
    border-radius: 0;
    background-color: #fff;
    left: -8px;
}
.social.twitter .icon:hover, .social.linkedin .icon:hover {
    border-radius: 0;
	background-color:#C8C8C8;
    right: -8px;
}
.social.shibui {
    top: 10px;
    left: 10px;
    transform-origin: left bottom;
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    transform: rotate(45deg) scale(0);
    -webkit-transform: rotate(45deg) scale(0);
    -moz-transform: rotate(45deg) scale(0);
    transition: transform .1s ease-out .1s, opacity .1s ease-out .1s;
    -webkit-transition: -webkit-transform .1s ease-out .1s, opacity .1s ease-out .1s;
    -moz-transition: -moz-transform .1s ease-out .1s, opacity .1s ease-out .1s;
}
.social.shibui .strokes {
    bottom: 0;
    right: 0;
}
.social.shibui .icon {
    top: 0;
    left: 0;
   background-position: 43px -35px;
	background:url(../css/img/mine2.png);
	background-repeat:no-repeat;
	margin-left:5px;
	background-position: 9px 7px;
}
.social.twitter {
    top: 10px;
    right: 10px;
    transform-origin: right bottom;
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    transform: rotate(-45deg) scale(0);
    -webkit-transform: rotate(-45deg) scale(0);
    -moz-transform: rotate(-45deg) scale(0);
    transition: transform .1s ease-out .2s, opacity .1s ease-out .2s;
    -webkit-transition: -webkit-transform .1s ease-out .2s, opacity .1s ease-out .2s;
    -moz-transition: -moz-transform .1s ease-out .2s, opacity .1s ease-out .2s;
	
}
.social.twitter .strokes {
    bottom: 0;
    left: 0;
}
.social.twitter .icon {
    top: 0;
    right: 0;
    background-position: 43px -35px;
	
	background:url(../css/img/mine4.png);
	background-repeat:no-repeat;
	margin-left:5px;
	background-position: 9px 7px;
	background-color: rgba(241,241,241,1.00);
}
.social.mail {
    bottom: 10px;
    left: 10px;
    transform-origin: left top;
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    transform: rotate(-45deg) scale(0);
    -webkit-transform: rotate(-45deg) scale(0);
    -moz-transform: rotate(-45deg) scale(0);
    transition: transform .1s ease-out, opacity .1s ease-out;
    -webkit-transition: -webkit-transform .1s ease-out, opacity .1s ease-out;
    -moz-transition: -moz-transform .1s ease-out, opacity .1s ease-out;
}
.social.mail .strokes {
    bottom: 0;
    right: 0;
}
.social.mail .icon {
    top: 0;
    left: 0;
    background-position: 43px -35px;
	background:url(../css/img/mine.png);
	background-repeat:no-repeat;
	margin-left:5px;
	background-position: 7px 9px;
}
.social.linkedin {
    bottom: 10px;
    right: 10px;
    transform-origin: right top;
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    transform: rotate(45deg) scale(0);
    -webkit-transform: rotate(45deg) scale(0);
    -moz-transform: rotate(45deg) scale(0);
    transition: transform .1s ease-out .3s, opacity .1s ease-out .3s;
    -webkit-transition: -webkit-transform .1s ease-out .6s, opacity .1s ease-out .3s;
    -moz-transition: -moz-transform .1s ease-out .3s, opacity .1s ease-out .3s;
}
.social.linkedin .strokes {
    bottom: 0;
    left: 0;
}
.social.linkedin .icon {
    
	top: 0;
    right: 0;
    background-position: 43px -35px;
	
	background:url(../css/img/mine5.png);
	background-repeat:no-repeat;
	
	margin-left:0px;
	background-position: 9px 7px;
	
}
.social.shibui .icon, .social.linkedin .icon {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
}
.social.twitter .icon, .social.mail .icon {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
}
.social.shibui .icon, .social.mail .icon {
    margin-left: -46px;
}
.social.twitter .icon, .social.linkedin .icon {
    margin-right: -46px;
}
.social.shibui.active, .social.linkedin.active {
    transform: rotate(45deg) scale(1);
    -webkit-transform: rotate(45deg) scale(1);
    -moz-transform: rotate(45deg) scale(1);
    opacity: 1;
}
.social.twitter.active, .social.mail.active {
    transform: rotate(-45deg) scale(1);
    -webkit-transform: rotate(-45deg) scale(1);
    -moz-transform: rotate(-45deg) scale(1);
    opacity: 1;
}
.footer {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
}
.info_btn {
    position: absolute;
    width: 40px;
    height: 40px;
    margin-top: 20px;
    border-radius: 50%;
    cursor: pointer;
    opacity: 0;
    top: 100px;
    left: 20px;
    z-index: 100;
    transition: transform .35s ease-out;
    -webkit-transition: -webkit-transform .35s ease-out;
    -moz-transition: -moz-transform .35s ease-out;
}
.info_btn.active {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
}
.info_inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    border-radius: 50%;
    transition: transform .2s ease-out, background-color .2s ease-out;
    -webkit-transition: -webkit-transform .2s ease-out, background-color .2s ease-out;
    -moz-transition: -moz-transform .2s ease-out, background-color .2s ease-out;
}
.info_inner.hovered {
    background-color: #fff;
    transform: scale(.8);
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
}
#info_circle {
    position: absolute;
    top: -3px;
    left: -3px;
}
.info_btn span {
    position: absolute;
    left: 50%;
    background-color: #fff;
    transition: background-color .24s ease-out;
    -webkit-transition: background-color .24s ease-out;
    -moz-transition: background-color .24s ease-out;
}
.info_btn span.hovered {
    background-color: #000;
}
.info_dot {
    top: 8px;
    height: 8px;
    width: 8px;
    margin-left: -4px;
    border-radius: 50%}
.info_line {
    top: 18px;
    height: 14px;
    width: 6px;
    margin-left: -3px;
    border-radius: 3px;
}
.info_bar {
    position: fixed;
    width: 480px;
    height: 100%;
    top: 0;
    left: -480px;
    background-color: #28c4be;
    text-align: center;
    overflow: auto;
}
.info_bar>p {
    margin-top: 10px;
    padding: 40px 7px;
    font-size: 22px;
    color: #000;
}
.info_num {
    position: relative;
    width: 160px;
    height: 160px;
    margin: 20px auto;
}
.info_num:last-child {
    margin-bottom: 80px;
}
.info_num svg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.info_num>p {
    position: relative;
    z-index: 2;
    padding-top: 45px;
    font-size: 18px;
    line-height: 1;
    color: #000;
}
.info_num>p span {
    font-size: 42px;
    display: block;
    clear: both;
}
.info_num>p span.text {
    font-size: 28px;
    padding: 10px 0 5px;
}
#nav_bar {
    position: fixed;
    width: 100%;
    padding: 8px 10px;
    top: -50px;
    left: 0;
    background-color: #fafafa;
    z-index: 500;
}
#menu {
    position: absolute;
    width: 160px;
    padding: 20px 0 25px;
    top: 100%;
    left: -160px;
    background-color: #fafafa;
    text-align: center;
}
#menu li {
    position: relative;
}
#work_menu li:first-child {
    border-right: 1px solid #000;
}
#menu li a {
    position: relative;
    color: #000;
    font-size: 18px;
    padding: 5px 0;
    display: block;
    text-decoration: none;
    transition: color .15s ease-out;
    -webkit-transition: color .15s ease-out;
    -moz-transition: color .15s ease-out;
}
#menu li a i {
    position: absolute;
    background-color: #000;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 1px;
    transition: width .15s ease-out, left .15s ease-out;
    -webkit-transition: width .15s ease-out, left .15s ease-out;
    -moz-transition: width .15s ease-out, left .15s ease-out;
}
#menu .home_btn:hover a {
    color: #73d264;
}
#menu .philosophy_btn:hover a {
    color: #ce1a11;
}
#menu .contact_btn:hover a {
    color: #5abaf2;
}
#menu li:hover i {
    width: 80%;
    left: 10%}
#menu_logo {
    width: 26px;
    height: 26px;
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #000;
    display: block;
    overflow: hidden;
    transition: background-color .2s ease-out;
    -webkit-transition: background-color .2s ease-out;
    -moz-transition: background-color .2s ease-out;
}
.menu_logo {
    position: absolute;
    background-color: #fff;
    transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
}
.menu_logo.t {
    width: 2px;
    height: 12px;

    top: 0;
    left: 7px;
}
.menu_logo.m {
    width: 12px;
    height: 2px;
    top: 12px;
    left: 7px;
}
.menu_logo.b {
    width: 2px;
    height: 12px;
    top: 14px;
    left: 12px;
}
.door {
    width: 4px;
    height: 6px;
    bottom: 5px;
    left: 11px;
    transform-origin: bottom;
    -webkit-transform-origin: bottom;
    -moz-transform-origin: bottom;
    transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
}
#menu_logo:hover {
    background-color: #000;
}
#menu_logo:hover .t, #menu_logo:hover .m {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
}
#menu_logo:hover .t {
    top: 3px;
    left: 8px;
}
#menu_logo:hover .m {
    top: 8px;
    left: 11px;
}
#menu_logo:hover .b {
    top: 13px;
    height: 18px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
}
#menu_logo:hover .door {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
}
#toggler {
    width: 40px;
    height: 32px;
    position: relative;
    float: left;
    left: 10px;
    background: url(../css/img/sprite.svg) 1px -273px no-repeat;
    cursor: pointer;
    transition: transform .2s ease-out;
    -webkit-transition: -webkit-transform .2s ease-out;
    -moz-transition: -moz-transform .2s ease-out;
}
#toggler.active {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
}
#work_menu {
    position: relative;
    float: left;
    text-align: center;
    margin-left: 60px;
    top: 2px;
}
#work_menu li {
    position: relative;
    float: left;
}
#work_menu li a {
    position: relative;
    color: #000;
    font-size: 18px;
    padding: 0 20px;
    display: block;
    text-decoration: none;
}
#work_menu li a svg {
    position: absolute;
    top: 8px;
}
#work_menu li a svg.left {
    left: 0;
}
#work_menu li a svg.right {
    right: 0;
}
.inner_section {
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    overflow: hidden;
}
.horiz_scroll {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    overflow-y: hidden;
    overflow-x: auto;
    padding-top: 48px;
    -webkit-overflow-scrolling: touch;
}
.inner_loader {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 50;
}
#portfolio_section .inner_loader {
    background-color: #73d264;
}
#study_section .inner_loader {
    background-color: #ea4252;
}
.bounce_loader_still {
    width: 40px;
    height: 80px;
    top: 50%;
    margin: -40px auto 0;
    position: relative;
    background: url(../css/img/sprite.svg) -253px -2px no-repeat;
}
.bounce_loader {
    width: 40px;
    height: 80px;
    top: 50%;
    margin: -40px auto 0;
    position: relative;
    background: url(../css/img/loader_w.html) center no-repeat;
}
@keyframes bounce {
    from {
    transform: rotateY(0);
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(9deg);
}
to {
    transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
}
}@-webkit-keyframes bounce {
    from {
    transform: rotateY(0);
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(9deg);
}
to {
    transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
}
}#portfolio_section {
    left: 100%}
.portfolio_list {
    position: relative;
    height: 100%;
    overflow: hidden;
    padding: 0 50px;
}
.portfolio_list li {
    position: relative;
    float: left;
    height: 33%;
    z-index: 1;
    margin: 1.1% 0;
    background-color: #fff;
}
.portfolio_list li:nth-child(even) {
    top: 20%}
.img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
    transition: opacity .25s ease-out;
    -webkit-transition: opacity .25s ease-out;
    -moz-transition: opacity .25s ease-out;
}
.txt {
font-family:nasim;
    position: absolute;
    color: #000;
    font-size: 20px;
    line-height: 1.2;
    top: 50%;
    margin-top: -25px;
    width: 100%;
    text-align: center;
    font-style: normal;
    transition: all .25s ease-out;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
}
.txt span {
    position: relative;
    display: inline-block;
    font-weight: 600;
    font-style: normal;
}
.txt b, .study_inner h3 b, #inner_work h3 b {
    position: absolute;
    width: 15px;
    height: 0;
    top: 50%;
    border-top: 1px solid #000;
}
.txt b.l, .study_inner h3 b.l, #inner_work h3 b.l {
    left: -20px;
}
.txt b.r, .study_inner h3 b.r, #inner_work h3 b.r {
    right: -20px;
}
.portfolio_list li .hex {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../css/img/hex.svg) center no-repeat;
    background-size: 100%;
    transition: background-size .15s ease-out;
    -webkit-transition: background-size .15s ease-out;
    -moz-transition: background-size .15s ease-out;
}
.portfolio_list li:hover .img {
    opacity: 1;
}
.portfolio_list li:hover .txt {
    opacity: 0;
    transform: scale(.7);
    -webkit-transform: scale(.7);
    -moz-transform: scale(.7);
}
.portfolio_list li:hover .hex {
    background-size: 107%}
.portfolio_list li:hover .hex {
    background-size: 107%}
.portfolio_list li a, .study_list li>a {
    position: absolute;
    width: 70px;
    height: 70px;
    top: 50%;
    left: 50%;
    margin-top: -35px;
    margin-left: -35px;
    background-image: url(../css/img/sprite.svg);
    background-color: #000;
    border-radius: 50%;
    transform: rotate(0) scale(0);
    -webkit-transform: rotate(0) scale(0);
    -moz-transform: rotate(0) scale(0);
    opacity: 0;
    transition: all .15s ease-out;
    -webkit-transition: all .15s ease-out;
    -moz-transition: all .15s ease-out;
}
.portfolio_list li:hover a.open {
    top: 25%;
    left: 85%;
    opacity: 1;
    transform: rotate(0) scale(1);
    -webkit-transform: rotate(0) scale(1);
    -moz-transform: rotate(0) scale(1);
}
.portfolio_list li:hover a.open.center, .portfolio_list li:hover a.video, .study_list li:hover a.open {
    top: 50%;
    left: 50%;
    opacity: 1;
    transform: rotate(0) scale(1);
    -webkit-transform: rotate(0) scale(1);
    -moz-transform: rotate(0) scale(1);
}
.portfolio_list li:hover a.link {
    top: 73%;
    left: 15%;
    opacity: 1;
    transform: rotate(0) scale(1);
    -webkit-transform: rotate(0) scale(1);
    -moz-transform: rotate(0) scale(1);
}
.portfolio_list li a.open, .study_list li>a.open {
    background-position: 13px -445px;
}
.portfolio_list li a.open.center {
    background-position: 13px -445px;
}
.portfolio_list li a.link {
    background-position: 12px -512px;
}
.portfolio_list li a.video {
    background-position: 15px -581px;
}
.portfolio_list li:hover {
    z-index: 2;
}
.portfolio_list li a:hover, .study_list li>a:hover {
    transform: rotate(90deg) scale(1) !important;
    -webkit-transform: rotate(90deg) scale(1) !important;
    -moz-transform: rotate(90deg) scale(1) !important;
}
.portfolio_list li a.video:hover {
    transform: rotate(120deg) scale(1) !important;
    -webkit-transform: rotate(120deg) scale(1) !important;
    -moz-transform: rotate(120deg) scale(1) !important;
}
#portfolio_inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 25;
    display: none;
    overflow: hidden;
}
.portfolio_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: rgba(0, 0, 0, .85);
}
#inner_work {
    position: absolute;
    width: 720px;
    height: 100%;
    background-color: transparent;
    overflow: hidden;
    top: 0;
    left: 50%;
    margin-top: 0;
    margin-left: -360px;
    text-align: center;
}
#inner_work.vid {
    height: 405px;
    margin-top: -203px;
    top: 50%}
.content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    margin-top: 48px;
    padding-top: 30px;
    opacity: 0;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #fff;
    -webkit-overflow-scrolling: touch;
}
#inner_work.vid .content {
    margin-top: 0;
    padding-top: 0;
    overflow: hidden;
}
#inner_work.vid .content, #inner_work.vid .content body, #inner_work.vid .content iframe {
    background-color: #000;
}
.work_arrows {
    position: absolute;
    width: 60px;
    height: 60px;
    top: 50%;
    margin-top: -30px;
    background-image: url(../css/img/sprite.svg);
    background-repeat: no-repeat;
    cursor: pointer;
    opacity: 0;
    transition: background-position .15s ease-out;
    -webkit-transition: background-position .15s ease-out;
    -moz-transition: background-position .15s ease-out;
}
.work_arrows svg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: transparent;
}
.work_arrows.next {
    left: 40%;
    margin-left: 390px;
    background-position: -98px -332px;
}
.work_arrows.prev {
    right: 40%;
    margin-right: 390px;
    background-position: -100px -416px;
}
#work_arrows ul li:hover {
    width: 55px;
}
.portfolio_loader {
    position: absolute;
    background: url(../css/img/sprite.svg) 7px -1008px no-repeat;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    margin-top: -100px;
    margin-left: -100px;
    border-radius: 50%;
    perspective: 800px;
    -webkit-perspective: 800px;
}
.portfolio_bounce_loader {
    width: 40px;
    height: 80px;
    top: 50%;
    margin: -40px auto 0;
    position: relative;
    background: url(../css/img/sprite.svg) -255px -2px no-repeat;
    -webkit-animation: bounce_port 1s infinite;
    -moz-animation: bounce_port 1s infinite;
    animation: bounce_port 1s infinite;
}
@keyframes bounce_port {
    from {
    transform: rotateY(0);
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(9deg);
}
to {
    transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
}
}@-webkit-keyframes bounce_port {
    from {
    transform: rotateY(0);
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(9deg);
}
to {
    transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
}
}.share {
    width: 30px;
    height: 30px;
    top: 12px;
    right: 10px;
    position: fixed;
    background: url(../css/img/sprite.svg) -8px -672px no-repeat;
    z-index: 500;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.share.bar {
    top: 9px;
    right: 55px;
}
.share label {
    position: absolute;
    cursor: pointer;
    width: 30px;
    height: 30px;
}
.share .social_share {
    opacity: 0;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    transition: all .2s ease-out;
    left: -80px;
    position: absolute;
    transform-origin: right;
    -webkit-transform-origin: right;
    -moz-transform-origin: right;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
}
.share .social_share.active {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    left: -100px;
}
.share ul {
    position: relative;
    width: 90px;
    height: 30px;
    color: #000;
    background: transparent;
    padding: 0;
    list-style: none;
}
.share ul li {
    background-image: url(../css/img/sprite.svg);
    background-repeat: no-repeat;
    float: left;
    cursor: pointer;
    width: 30px;
    height: 30px;
    position: relative;
    z-index: 2;
}
.share li.facebook {
    background:url(../css/img/mine.png);
	background-repeat:no-repeat;
	background-size:20px;
}
.share li.twitter {
    background:url(../css/img/mine5.png);
	background-repeat:no-repeat;
	background-size:20px;
}
.share li.gplus {
    background:url(../css/img/mine2.png);
	background-repeat:no-repeat;
	background-size:20px;
}
#study_section {
    left: -100%;
    padding-top: 48px;
}
.study_list {
    position: relative;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
    letter-spacing: -3px;
}
.study_inner {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    text-align: center;
}
.study_list li {
    position: relative;
    display: inline-block;
    width: 33.3%;
    height: 100%;
    border-right: 1px solid #000;
    overflow: hidden;
    letter-spacing: 0;
    transition: width .25s ease-out, height .25s ease-out;
    -webkit-transition: width .25s ease-out, height .25s ease-out;
    -moz-transition: width .25s ease-out, height .25s ease-out;
}
.study_list li:last-child {
    border: 0;
}
.study_list li.unactive {
    width: 32.3%;
    height: 100%}
.study_list li.active {
    width: 35.4%;
    height: 100%}
.study_list li.close {
    width: 15%;
    height: 100%}
.study_list li.open {
    width: 70%;
    height: 100%}
.study_list li .txt.close {
    font-size: 15px;
}
.study_list li .img {
    opacity: 0;
    transition: opacity .25s ease-out;
    -webkit-transition: opacity .25s ease-out;
    -moz-transition: opacity .25s ease-out;
}
.study_list li .img.zoomed {
    opacity: 1;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
}
.study_list li:hover .img {
    opacity: 1;
}
.study_list li:hover .txt {
    margin-top: -110px;
}
.study_inner img, #inner_work img {
    float: left;
}
.study_inner h3, #inner_work h3 {
    font-size: 48px;
    margin-bottom: 10px;
    display: inline-block;
    position: relative;
}
.study_inner p, #inner_work p {
    font-size: 26px;
    margin-bottom: 30px;
    line-height: 1.15;
    letter-spacing: .3px;
    font-style: italic;
}
.study_inner p.credit_p {
    margin-bottom: 60px;
}
#inner_work p.credit_p {
    margin-bottom: 160px;
}
.study_inner .back {
    position: relative;
    width: 70px;
    height: 70px;
    margin: 20px auto;
    background: url(../css/img/sprite.svg) -228px -326px no-repeat;
    cursor: pointer;
    transition: transform .15s ease-out;
    -webkit-transition: -webkit-transform .15s ease-out;
    -moz-transition: -moz-transform .15s ease-out;
}
.study_inner .back:hover {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
}
.study_inner .back.last {
    margin-bottom: 100px;
}
.study_inner .down {
    position: relative;
    width: 70px;
    height: 70px;
    margin: 20px auto;
    background: url(../css/img/sprite.svg) -228px -390px no-repeat;
    cursor: pointer;
    transition: background-position .15s ease-out;
    -webkit-transition: background-position .15s ease-out;
    -moz-transition: background-position .15s ease-out;
}
.study_inner .down:hover {
    background-position: -228px -380px;
}
.visit {
    display: block;
    font-size: 28px;
    position: relative;
    width: 130px;
    color: #000;
    text-decoration: none;
    margin: 30px auto 60px;
    clear: both;
    white-space: normal;
}
.visit:hover .visit_link {
    background-position: -160px -342px;
}
#inner_work .visit {
    padding-top: 50px;
}
.visit:hover .visit_link {
    background-position: -160px -342px;
}
.visit_link {
    width: 40px;
    height: 40px;
    float: right;
    background: url(../css/img/sprite.svg) -170px -342px no-repeat;
    transition: background-position .15s ease-out;
    -webkit-transition: background-position .15s ease-out;
    -moz-transition: background-position .15s ease-out;
}
@media only screen and (max-height:830px) {
    #logo_wrapper {
    top: 16%}
#circles_wrapper {
    top: 20%}
}@media only screen and (max-height:700px) {
    #logo_wrapper {
    top: 10%}
#circles_wrapper {
    top: 13%}
}@media only screen and (max-height:620px) {
    #logo_wrapper {
    top: 7%}
#circles_wrapper {
    top: 9%}
}@media only screen and (max-width:1080px) {
    .study_inner h3 {
    font-size: 42px;
    margin-bottom: 5px;
}
.study_inner p {
    font-size: 22px;
    margin-bottom: 25px;
}
}@media only screen and (max-width:820px) {
    .work .strokes {
    width: 130px;
}
.study_list li {
    width: 100%;
    height: 33.3%;
    border-bottom: 1px solid #000;
    display: block;
}
.study_list li.unactive {
    height: 32.3%;
    width: 100%}
.study_list li.active {
    height: 35.4%;
    width: 100%}
.study_list li.close {
    height: 12%;
    width: 100%}
.study_list li.open {
    height: 76%;
    width: 100%}
#inner_work {
    width: 600px;
    margin-left: -300px;
}
#inner_work.vid {
    height: 338px;
    margin-top: -169px;
}
.work_arrows.next {
    margin-left: 310px;
}
.work_arrows.prev {
    margin-right: 310px;
}
}