/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/*@font-face {
        font-family: 'thesanpla';
    src: url('font/thesanpla-webfont.eot');
    src: url('font/thesanpla-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/thesanpla-webfont.woff') format('woff'),
         url('font/thesanpla-webfont.ttf') format('truetype'),
         url('font/thesanpla-webfont.svg#emotion_icons_setregular') format('svg');
    font-weight: normal;
    font-style: normal;
}*/


@font-face{ 
        font-family: 'emotion_icons_setregular';
	src: url('emotion_icons_set-webfont.eot');
	src: url('emotion_icons_set-webfont.eot?#iefix') format('embedded-opentype'),
	     url('emotion_icons_set-webfont.woff') format('woff'),
	     url('emotion_icons_set-webfont.ttf') format('truetype'),
	     url('emotion_icons_set-webfont.svg#webfont') format('svg');
}


/* PLUGINS */


/* BEGIN */
body {
    font-family:'thesanpla', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", "Arial", sans-serif;
    color:#2D2D2D;
	font-size: 13px;
	line-height: 22px;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
}

#opening-scroll {
    position:absolute; 
    z-index:1;
    top:0;
    left:0;
    width:100%;
    background: #383838;
    overflow:auto;
}
#opening-scroll li {
    width:100%;
}
#opening-scroll ul {
    list-style:none;
    margin:0;
    padding:0;
}
#opening-scroll li {
    float: left;
    height: 100%;
    overflow: hidden;
}
#opening-scroll li img {
    
}

.gradient {
    background: #f2f2f2; /* Old browsers */
    background: -moz-linear-gradient(top,  #f2f2f2 0%, #fefefe 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#fefefe)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f2f2f2 0%,#fefefe 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f2f2f2 0%,#fefefe 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f2f2f2 0%,#fefefe 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f2f2f2 0%,#fefefe 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */
}
.shadow {
    -webkit-box-shadow: 2px 2px 3px rgba(60, 60, 60, 0.32);
    -moz-box-shadow:    2px 2px 3px rgba(60, 60, 60, 0.32);
    box-shadow:         2px 2px 3px rgba(60, 60, 60, 0.32); 
}

/* HEADER */
#hd {
    min-height:73px;
    position: absolute;
    width: 100%;
    top:0;
    left: 0;
    z-index: 1001;
}
#hd .share,
#hd .login {
    margin-right: 1px;
    position: relative;
}
#hd a {
    text-decoration: none;
    color:#2D2D2D;
}
.icon {
    font-family: "emotion_icons_setregular";
    font-size:36px;
    width:68px;
    float: left;
    text-align: center;
    display: inline-block;
    height: 70px;
    line-height: 70px;
}
[data-icon]:before {
  font-family: "emotion_icons_setregular";
  content: attr(data-icon);
  speak: none;
}
.icon:hover span {
    color:#2D2D2D;
}
.icon .icon-text {
    position: absolute;
    top: -9999px;
    left: -9999px;
}
.icon.linkedin .icon-text {
    width: 22px;
    height: 22px;
    top: 20px;
    left: 21px;
    background: url(../images/linkedin-icon-w.svg) no-repeat center center;
    background-size: 22px auto;
    overflow: hidden;
}
#hd .title-bar {
    text-transform: uppercase;
    line-height: 70px;
    font-size: 18px; 
    margin-left: 138px;
    position: relative;
}
#hd .title-bar .help-text {
    margin-left: 15px;
}
#hd .toggle-menu {
    float: right;
    font-size:54px; 
    width: 25px;
    margin-right: 10px;
}
#hd nav {
    display: none;
}
#hd nav ul {
    margin: 0;
    padding: 0;
    float: left;
}
#hd nav ul li {
    float: left;
    width:100%;
    height: 48px;
    border-bottom:1px solid #333;
    border-right:1px solid #333;
    background: #F1EFF0;
    line-height: 48px;
}
#hd nav ul li:nth-child(2n) {
    border-right: 0;
}
#hd nav a {
    font-size:16px;
    height: 48px;
    text-transform: uppercase;
    text-align: center;
    display: block;
}
#hd nav a:hover {
    color:#EC4E1E;
}
#hd .track {
    display: none;
    height: 2px;
    background: #c6c6c6;
    clear: both;
    border-radius: 1px;
    background-image: url(data:image/gif;base64,R0lGODlh0AcCAIAAAJGRj////yH5BAAHAP8ALAAAAADQBwIAAAJDhI+py+0Po5y02ouz3rz7D4biSJbmiabqyrbuC8fyTNf2jef6zvf+DwwKh8Si8YhMKpfMpvMJjUqn1Kr1is1qt1xsAQA7);
    background-position: -2000px 0;
    background-repeat: no-repeat;
}
#hd .hidden-panel {
    float: left;
    height: 70px;
    background: #888;
    color: #fff;
    line-height: 70px;
    width:0;
    display: none;
}

#hd .hidden-panel.mobile
{
    position: absolute;
    float: none;
    top: 70px;
}

#hd .login-panel input {
    background: transparent;
    color: #fff;
    font-size: 21px;
    border:0;
    border-bottom: 1px solid #fff;
    float: left;
    margin: 23px 10px 0 10px;
    width:64%;
    float: left;
}
#hd .login-panel .submit {
    width: 27px;
    background: transparent;
}
#hd .login-panel input:focus {
    outline:none;
}
#hd .hidden-panel.share-panel {
    background: transparent;
}
#hd .hidden-panel .icon {
    color: #fff;
    background: #888;
}

.globe-button
{
    float: left;
    width: 70px;
    cursor: pointer;
    text-align: center;
    padding-top: 25px;
    height: 45px;
}

.globe-button > img
{
    width: 19px;
    margin-top: -6px;
}

.globe-links > a
{
    display: block;
    float: left;
    width: 70px;
    color: #fff;
    text-align: center;
    height: 61px;
    padding-top: 8px;
}

.globe-links > a > p
{
    color: #fff;
    line-height: 9px;
}

#globe-last
{
    line-height: 32px;
}

#main-nav
{
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}


/* BODY */
body {
    overflow: hidden;
}
#bd {
    margin-top:70px;
}
#bd section {
    float: left;
}
#bd #content {
    overflow: hidden;
    width:100%;
    height: 100%;
}
#bd #content .strip {
    overflow: hidden;
}

#bd section .column {
    width: 272px;
    float: left;    
    overflow: hidden;
    padding: 50px 24px;
}

/*#bd section .column.thumbs, #bd section aside.column{
    overflow: scroll;
}*/

#bd section#contact .column a,
#bd section#contact .column a:visited{
    color: #2D2D2D;
}

#bd section#contact .column span{
    font-size: 25px;
    line-height: 20px;
}

#bd section#contact .column p.tel{
    margin-bottom: 45px;
}

#bd section .column.loading {
    width: 0;
}
#bd section .column .inner {
    padding-bottom: 50px;
}
#bd section article {
    background: #000;
    color:#FFF;
}
#bd section article h1, #bd section aside h2 {
	font-family:'FuturaPTBook-Reg', sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: normal;
}
#bd section aside {
    background: #F7F5F6;
}
#bd section aside ul.thumbs {
    padding: 0;
}
#bd section aside li {
    margin-bottom: 46px;    
}
#bd section aside li,
#bd section aside li a {
    display: block;
}
#bd section aside li a {
    padding:13px 15px;
    border:1px solid #666;    	
	background: #FFF;
    text-align: center;
    display: block;
    position: relative;
}
#bd section aside li span {
    background: #000;
    display: block;    
}
#bd section aside li img {
    width:100%;
    opacity: 1;
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
#bd section aside li a:hover img {
    opacity: .5;
}
#bd section aside li.locked b {
    display: none;
    font-family: 'emotion_icons_setregular';
    font-size: 36px;
    text-align: center;
    position: absolute;
    top:50%;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    font-weight: normal;
    margin-top: -10px;
}

#bd section aside li.locked:hover b {
    display: block;
}
#bd section aside li figcaption {
	font-size: 14px;
    color: #111;
    text-align: center;
    display: block;
    margin-top: 20px;
}
#bd section aside.gallery,
#bd section aside.gallery-data {
    background: #fff;
    width:320px;
}
#bd section .gallery img {
    width: 100%;
}
#bd section aside.gallery-data h1 {
    font-size: 17px;
	font-family:'FuturaPTBook-Reg', sans-serif;
    text-transform: uppercase;
    font-weight: normal;
}
#bd section aside.gallery-data h2,
#bd section aside.gallery-data h3 {
	font-family:'FuturaPTBook-Reg', sans-serif;
    font-size: 14px;
    font-weight: normal;
}
#bd section aside.gallery-data h3 {
	font-family:'thesanpla', sans-serif;
}
#bd section aside.gallery-data .panel {
    clear:both;
}
#bd section aside.gallery-data .icon {
    width: auto;
    text-decoration: none;
    color: #2D2D2D;
}
#bd section .gallery a {
    display: block;
    margin-bottom: 7px;
}

#bd section .gallery a:last-child:after {
    content: ".";
    display: block;
    height: 100px;
    font-size: 0;
}
#bd section aside.column.gallery img {
    /*max-width: 305px;-*/
}
#overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
    background: #000;
    display: none;
    width: 100%;
    height: 100%;
}
#overlay .inner {
    border: 1px solid #999;
    margin:30px 36px;
}
#overlay .inner .text {
    text-align: center;
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
}
#overlay .inner .text p {
    margin: 0 auto 5px auto;	   
	text-align: center; 
	color: #fff;
}
#overlay .inner .text .title {
    text-transform: uppercase;    
}
#overlay .inner .text .mini-controls .prev,
#overlay .inner .text .mini-controls .next {
    display: none;
}
#overlay .inner .text .el {
    padding: 0 5px;
    font-size: 14px;
}
#overlay .inner .text img {
    display: block;
    margin: 0 auto 10px auto;
}
#overlay .inner .full {
}
#overlay .icon {
    font-size: 38px;
    color: #fff;
    text-decoration: none;    
}
#overlay .control.big {
    display: block;
    position: absolute;
    width: 72px;
    height: 74px;
    top:50%;
    z-index: 101;
    margin-top: -37px;
    line-height: 72px;
    text-align: center;
}

#overlay .control.big span:first-child {
    width: 72px;
    height: 76px;
    display: block;
    margin-top: -74px;
    background: black;
    opacity: 0;
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
#overlay .control:hover span:first-child {
    opacity: .5;
}
#overlay .control.prev {
    left: 39px;
}
#overlay .control.next {
    right: 39px;
}
#overlay .close {
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    left: 50%;
    bottom: 30px;
    margin-left: -10px;
    line-height: 20px;
}
#overlay .small.icon {
    width:20px;
    height: 20px;
    line-height: 20px;
}

.prev-section,
.next-section {
    position: absolute;
    text-decoration: none;
    top:95%;
    margin-top: -35px;
    z-index: 1000;
    background-color: #FFF;
    color: #666;
}
.prev-section {
    left:0;
}
.next-section {
    right:0;
}

/* INSTRUCTIONS PANEL */
#instructions {
    position: absolute;
    z-index: 2001;
    width: 400px;
    background: #fff;
    height: 380px;    
    top:50%;
    left:50%;
    margin: -210px 0 0 -200px;    
}
#instructions p {
    margin: 66px;
    color: #383838;
    text-align: center;
    font-size: 15px;
    line-height: 2;
}
#instructions .close {
    color: #383838;
    width:40px;
    height: 40px;
    margin: 10px;
    line-height: 40px;
    text-decoration: none;
    float: right;
}
#instructions .directions {
    margin: 0 auto;
    text-align: center;
    color: #383838;
    text-decoration: none;
    font-weight: normal;
    float: none;
    display: block;
    font-size: 44px;
    width: 100%;
}
#instructions .directions:hover span {
    color: inherit;
}
#login-popup{
    background: #888;
    color: #fff;
    position: absolute;
    width: 300px;
    height: auto;
    top: 355px;
    left:100px;
}


#login-popup.main{
    top: 90px;
}
#login-popup p {
    margin:20px;
}
#login-popup .arrow {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #888;
    margin-top: -14px;
    display: block;
    margin-left: 50px;
}
#login-popup2 p {
    margin:20px;
}
#login-popup2 .arrow {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #888;
    margin-top: -14px;
    display: block;
    margin-left: 50px;
}
.inline
	{
	}
	.clear
	{
	clear:both;
	}
	.resize
	{
	witdh:544px;
	}

#column_special2
	{
	width:544px!important;
	}

.nav-lang
{
    display: none;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media screen and (min-width: 480px) {
    #hd {
        width: 100%;
    }
	.inline
	{
	}
	.clear
	{
	clear:both;
	}

}

@media screen and (min-width: 600px) {
    #bd section aside.column.gallery img {
        
    }
    #hd nav ul li {
        float: left;
        width: 48.8%
    }	
	#column_special2
	{
	width:272px!important;
	}
	.inline
	{
	}
	.clear
	{
	clear:both;
	}
}

@media screen and (min-width: 960px) {
    #hd .help-text {
        display: none;
    }
	#column_special2
	{
	width:900px!important;
	}
    .inline
	{
	display:inline-block;
	}

    #hd nav {
        position: absolute;
        top:0px;
        left: 207px;
        display: block !important;
        width: 100%;
        background: #f2f2f2; /* Old browsers */
        background: -moz-linear-gradient(top,  #f2f2f2 0%, #fefefe 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#fefefe)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  #f2f2f2 0%,#fefefe 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  #f2f2f2 0%,#fefefe 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  #f2f2f2 0%,#fefefe 100%); /* IE10+ */
        background: linear-gradient(to bottom,  #f2f2f2 0%,#fefefe 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */
        height: 70px;
        -webkit-box-shadow: 2px 2px 3px rgba(60, 60, 60, 0.32);
        -moz-box-shadow:    2px 2px 3px rgba(60, 60, 60, 0.32);
        box-shadow:         2px 2px 3px rgba(60, 60, 60, 0.32);

    }
    #hd nav {
        padding-left: 28px;
    }
    #hd nav ul {
        height: 49px;
    }
    #hd nav ul li,
    #hd nav ul li a {
        float: none;
        display: inline;
        border:0;
        background: none;
    }
    #hd nav ul li {
        margin-left: 20px;
    }
    #hd nav ul li:first-child {
        margin-left: 0;
    }
    #hd nav ul li a {
        line-height: 60px;
        font-size: 12px;
    }    
    #hd .track {
        display: block;            
    }
    #hd .track .tracker {
        display: block;
        width: 6px;
        height: 6px;
        background: #8E8E8C;
        border-radius: 6px;
        border: 2px solid #fff;
        position: relative;
        top: -4px;
    }
    #bd section aside.thumbs {
        /*width: 592px;*/
    /*background: ;*/
    }
    #bd section aside li {
        float: left;        
        width: 265px;
    }
    #bd section aside li:nth-child(2n + 1) {
        margin-right: 60px;
    }
    #bd .gallery-data {
        width: 396px;
    }
    #bd section aside.gallery {
        width: 557px;
    }
    #bd section aside.column.gallery img {
        max-width: 557px;
    }

    #overlay .inner .text {
        text-align: left;
    }
    /*#overlay .inner .text .mini-controls .prev,
    #overlay .inner .text .mini-controls .next {
        display: inline;
    }*/
    #overlay .inner .text .close {
        position: static;
        margin-left: 0;
    }
    #overlay .big.icon {
        /*display: none;*/
    }

    .nav-lang
    {
        position: absolute;
        width: 130px;
        height: 73px;
        right: 0;
        top: 0;
        z-index: 1002;
        padding-top: 8px;
        display: block;
    }

    .nav-lang ul > li
    {
        display: inline-block;
        font-size: 20px;
        line-height: 11px;
    }

    .nav-lang ul > li > a
    {
        float: left;
        font-size: 15px;
    }
}

@media screen and (min-width: 1280px) {
    .prev-section,
    .next-section {
        bottom:0;
        right:0;
        top:auto;
    }
    .prev-section {
        right:69px;
        left:auto;
    }
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow:none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}


/* ----- HOME ------ */

#center {
    position: absolute;
    z-index: 3000;
    top: 30px;
    left: 38px;
    bottom: 30px;
    right: 38px;
    width: auto;
    height: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
#toplock{
    border: 1px solid transparent;
    position: relative;
    z-index: inherit;
    height: auto;
    width: 100%;
}

#toplock a { 
    height: 100%;
    display: block;
    text-decoration: none;
}
#toplock:hover{
    /*background: rgba(255, 255, 255, 0.1);*/
}

#toplock > a > div{
    position: relative;
    top: 50%;
    margin: -150px auto;
    height: 300px;
    width: 450px;
}


/* 2015 New design */
#top-intro
{
    position: relative;
    top: 25%;
    margin: -100px auto;
    height: 200px;
    width: 450px;
}

#top-nav
{
    position: absolute;
    bottom: 0;
    left: 50%;
    max-width: 100%;
    height: 200px;
    width: 1000px;
    margin-left: -500px;
    box-sizing: border-box;
}

#top-nav > *
{
    box-sizing: border-box;
}

#top-nav > a
{
    width: 32.3333%;
    float: left;
    height: 160px;
    background: rgba(0, 0, 0, 0.7);
    margin-top: 40px;
    padding-left: 40px;
    padding-top: 40px;
    color: #fff;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

#top-nav > a:hover
{
    height: 200px;
    margin-top: 0;
    background: rgba(255, 255, 255, 0.7);
    color: #000;
}

.top-country
{
    font-size: 20px;
    margin: 0px;
    margin-bottom: 8px;
}

#top-nav > div > a
{
    height: 100%;
    width: 100%;

}

#top-nav > a:not(:first-child)
{
    margin-left: 1.5%;
}

@media screen and (max-width: 1076px) {
    #top-nav
    {
        left: 0;
        margin-left: 0;
    }


}


/* End of 2015 New design */


@media screen and (max-width: 480px) {
    #top-intro {
        width: 90%;
    }

    /* New Design 2015 */

    #top-nav
    {
        height: 230px;
    }

    #top-nav > a {
        width: 100%;
        height: 70px;
        float: none;
        margin-bottom: 10px;
        padding-left: 20px;
        padding-top: 10px;
        margin-top: 0;
    }

    #top-nav > a:hover
    {
        height: 70px;
        margin-top: 0;
        background: rgba(255, 255, 255, 0.7);
        color: #000;
    }

    #top-nav > a:not(:first-child)
    {
        margin-left: 0;
    }


}

#toplock h1{
    height: 99px;
    text-indent: -9999px;
    background: transparent url('/images/k2_logo.png') top center no-repeat;
}

#toplock h2{
    color: #ffffff;
    margin: 40px 0 35px 0;
    font-weight: normal;
    text-align: center;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

#toplock h3{
    text-align: center;
    font-size: 0.9em;
    line-height: 1.2em;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
    padding-top: 20px;
}

#toplock .login-block{
    height: 45px;
    width: 253px;
    margin: 63px auto 0 auto;
}

#toplock .login-block .key,
#toplock .login-block .input,
#toplock .login-block .submit{
    background: rgba(255, 255, 255, 0.3);
    position: relative;
    float: left;
    line-height: 45px;
    color: #fff;
}

#toplock .login-block .key,
#toplock .login-block .submit{
    font-size: 35px;
    position: relative;
    float: left;
    width: 60px;
    height: 100%;
    text-decoration: none;
    text-align: center;
}

#toplock .login-block .key,
#toplock .login-block .input{
    margin-right: 1px;
}

#toplock .login-block .key{
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

#toplock .login-block .input{
    width: 127px;
}

#toplock .login-block .input input{
    width: 80%;
    margin-left: 10%;
    color: #ffffff;
    border: none;
    background: transparent;
}

#toplock .login-block .input input:focus{
    outline:  none;
    border-bottom: 1px solid #ccc;
}

#toplock .login-block .submit{
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

#toplock .login-block .submit{
    cursor: pointer;
}

#toplock .contactus{
    background: rgba(255, 255, 255, 0.3);
    position: relative;
    display: block;
    line-height: 16px;;
    font-size: 0.9em;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 20px auto;
    width: 250px;
    
}

#toplock .contactus p{
    text-align: center;
    padding: 10px 16px;
}



