.fixedTop{
	position:fixed;
	top:0;
	z-index:1000;
	background-color:#fff;
	width:100%;
	height:59px;
	border-bottom:1px solid #a1b9e1;
	text-align: center;
}
.topWrapper{
	display: inline-block;
	max-width: 95vw;
	margin:0 auto;
}
.topPanel{
	height:59px;
}
.topPanel .logo{
	float:left;
	margin:4px 140px 0 0;
}
.topPanel .logomob{
	float:left;
	margin:1px 140px 0 8px;
	display:none;
}

.topPanel .topNav{
	font-family: 'Arimo', sans-serif;
	font-size:14px;
	line-height:16px;
	font-weight:bold;
	float:left;
	text-transform:uppercase;
}

.mobile-nav .active-nav-page {
	color: #ecdb54 !important;
}
.main-nav .active-nav-page {
	color: #007bff !important;
	background-color: #b7d1ef !important;
}
.main-nav .active-nav-page:hover {
	color: #fff !important;
	background-color: #0050ad !important;
}

.topPanel .topNav ul li{
	float:left;
	border-left:1px solid #d7d7d7;
	position:relative;
}
.topPanel .topNav ul li a{
	float:left;
	color:#212020;
	text-decoration:none;
	padding:21px 18px 22px;
	display:block;
	width: 100%;
}
.topPanel .topNav ul li .top-panel-item {
	float:left;
	color:#212020;
	text-decoration:none;
	padding:21px 18px 22px;
	display:block;
	width: 100%;
}
.topPanel .topNav ul li .top-panel-welcome {
	float:left;
	color:#212020;
	text-decoration:none;
	padding: 11px 8px 12px 8px;
	display:block;
}
.topPanel .topNav ul li .top-panel-append{
	float:none;
	color:#212020;
	text-decoration:none;
	padding: 10px 10px 10px 10px;
	display: inline-block;
	border-radius: 5px;
	width: auto;
}
.topPanel .topNav ul li a:hover{ 
	background:#0050ad; color:#fff;
}
.topPanel .topNav ul li ul{
	position:absolute;
	top:59px;
	left:0;
	padding:16px;
	background-color:#fff;
	display:none;
	z-index:9999;
}
.topPanel .topNav ul li ul li a,
.topPanel .topNav ul li ul li{
	float:none;
}
.topPanel .topNav ul li ul li a{
	padding:10px;
	color:#4a4a4a;
}
.topPanel .topNav ul li ul li{
	border-left:0;
}
.topPanel .logSign{
	float:left;
	text-transform:uppercase;
	padding:12px 10px 0 10px;
}
.topPanel .logSign input[type="password"],
.topPanel .logSign input[type="text"]{
	width:137px;
	height:30px;
	padding:0 0 0 10px;
	float:left;
	margin:0 5px 0 0;
}
.topPanel .logSign input:hover{
	
}
.topPanel .logSign input:focus{
	
}

.topPanel .logSign input[type="submit"]{
	width:30px;
	height:30px;
	cursor:pointer;
	border:0;
	text-indent:-100000px;
}
.topPanel .logSign input[type="submit"]:hover{
	background-position:0 -30px;
}
   
.topPanel input.logoutBtn[type="submit"]{
	width:30px;
	height:30px;
	background:url(images/logout-btn.png) no-repeat 0 0;
	cursor:pointer;
	border:0;
	text-indent:-100000px;
	float:left;
margin:15px 20px 0 20px;
}
.topPanel input.logoutBtn[type="submit"]:hover{
background-position:0 -30px;
}
.loginBtn{
	display:none;
}
.signupBtn{
	float:left;
	font-size:14px;
	font-family: 'Arimo', sans-serif;
	text-transform:uppercase;
	text-decoration:none;
	color:#313131;
	margin:18px 16px 0 0;
	font-weight:bold;
}
.signupBtn:hover{
	text-decoration:underline;
}
.logIn{
	background:url(images/login-arrow.gif) no-repeat 0 20px;
	padding:15px 0 10px 22px!important;
	font-family: 'Arimo', sans-serif;
	font-size:13px;
	text-transform:none!important;
	margin:0 0 0 77px;
}
.logIn strong{
	color:#0860c2;
	text-transform:uppercase;
}
.logIn input[type="submit"]{
	background:url(images/logout-btn.png) no-repeat 0 0!important;
	margin-left:10px;
}
.logIn input[type="submit"]:hover{
		background-position:0 -30px!important;
	}
.topPanel .socialIco{
	float:left;
	margin:20px 2px 0 0;
}
.mobMenu{
	display:none;
}
.subNav {
	white-space: nowrap;
}
ul.subNav li {
	list-style: none;
}
ul.subNav li a{ border-bottom:1px solid #d7d7d7;}
ul.subNav li a:hover{ 
	background:none !important;
	color:#408fff !important;
	border-bottom:1px solid #408fff;
}
.logos{ margin-top:5%;}
.closeMenu{
	display:none;
	position:absolute;
	top:14px;
	right:20px;
	width:22px;
	height:22px;
	font-size:16px;
	cursor:pointer;
	color:#fff;
	text-decoration:none;
}



/* */
.logBtn {
	background: transparent;
    border: none;
}




/*----------------------TOP PANEL END-------------------------------------*/
.innerlogo{ float:left;padding-right: 5px;}
.innerlogo .logo{  margin: 0px 37px 0 0;}
.topPanel ul.logSign li a.loginBtngreen {
    background-color: #0050ad;
}


/* ----------------------- footer css ------------- */



.footer-outer{
	background:url(../images/footer-bg.jpg) no-repeat 50% 100%;
	padding:105px 0 20px;
	color:#fff;
	border-bottom:1px solid #3684e5;
}

.footer{
	/*border-top: 1px solid #dedede;
	padding:45px 0 0;*/
	/*margin-top:40px;*/
	max-width: 940px;
	margin: 0 auto 0 auto;
}
.footer a{
	text-decoration:none;
	color:#fff;
}
.footer a:hover{
	text-decoration:underline;
}

.footer .links-block a{
	color:#fff;
	font-size:14px;
}

.footer .copy{
	padding:15px 0;
	text-align:center;
	font-size:13px;
}




/* new addtions */

body {
	min-height: 100vh;
	position: relative;
	margin: 0;
	padding-bottom: 0;
	box-sizing: border-box;
	font-family: 'Oxygen', sans-serif;
	font-size: 17px;
	line-height: 24px;
}

footer {
  position: absolute;
  bottom: 0;
  height: 100px;
}

.home-top-links {
	width: 660px; 
	margin: 15px auto 0 auto;
	max-width: 90vw;
}
.home-tool-link img, .home-about-link {
	max-width: 10vw;
}
.home-about-links {
	width: 800px;
	margin: 30px auto 0 auto;
	height: 200px;
	max-width: 90vw;
}
.screenshot, .home-info-block {
	max-width: 90vw;
}

.navbar-nav {
    display: block;
}
.nav {
    display: block;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

body {
	background-color: transparent;
}

html, body, .wrapper {
	min-height: auto;
}
p {
	margin-bottom: 0;
}
.footer .copy {
	padding: 0;
}
.footerOuter{
	padding:124px 0 5px;
}
.footer .footerContact{
	float:left;
	width:160px;
	color:#fff;
	text-align:right;
	margin-right:0;
	font-size:15px;
}
.footer .mobmainlinks{
	margin-left: 90px;
}



/* pages -  home */

.home-top-background {
	background:url(../images/home-top-bg.jpg) no-repeat 50% 59px;
	color:#fff;
}
.home-top-block-text {
	text-align: center;
	width: 100%;
	margin: 42px auto 0 auto;
}
.home-top-block-text h3{
	font-size:28px;
	font-family: 'Arimo', sans-serif;
	font-weight:normal;
	padding-bottom: 20px;
	padding-top: 5px;
}
.home-top-block-text h2{
	font-size:42px;
	font-weight:bold;
	font-family: 'Arimo', sans-serif;
	padding-bottom: 0;
	text-transform:uppercase;
}

.home-tool-link {
	text-align: center;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    line-height: 17px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 20px;
}
.home-tool-link img {
	padding-bottom: 10px;
}
.home-tool-link:hover {
    background-color: #2596f0;
    color: #fff;
    opacity: 1;
    transition: all 0.5s ease;
}
.home-info-block {
	width: 664px;
    min-height: 300px;
    margin: 0 auto;
    padding: 47px 0 30px 0;
    display: none;
    position: relative;
    text-align: left;
}
.home-info-block h2 {
    font-family: 'Arimo', sans-serif;
    font-size: 30px;
    line-height: 32px;
}

.home-info-block .info-close-btn {
    position: absolute;
    top: 34px;
    right: 0;
    background: url(../images/close.png) no-repeat 0 0;
    width: 31px;
    height: 31px;
    text-indent: -100000px;

    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: .5;
}
.home-info-block .info-close-btn:hover {
    background: url(../images/close-hover.png) no-repeat 0 0;
}
.home-info-block p {
	padding-bottom: 30px;
}
.learn-more-link {
    font-family: 'Arimo', sans-serif;
    font-size: 16px;
    padding: 14px 25px;
    border: 4px solid #fff;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
}
.learn-more-link:hover {
    background: #358ff8;
    border: 4px solid #358ff8;
    color: #fff;
}

.join-buttons-div {
	margin: 0 auto 25px auto;
	text-transform: uppercase;
	text-align: center;
}
.join-grip-btn {
	width: 246px;
	background-color: #0050ad;
	height: 54px;
	padding: 16px 0 0;
	color: #fff;
	text-align: center;
	display: inline-block;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	margin-top: 28px;
}
.join-grip-btn:hover {
    background-color: #358ff8;
    color: #fff;
}
.home-dash-btns-block {
	margin-bottom: 40px;
}
.home-why-grip {
	text-align: center;
	color: #686868;
	width: 858px;
	max-width: 90vw;
	margin: 20px auto 0 auto;
}
.home-why-grip h2 {
	font-family: 'Arimo', sans-serif;
	font-weight: bold;
	font-size: 30px;
	padding-bottom: 15px;
	text-transform: none;
}
.home-about-link {
	width: 130px;
	height: 170px;
	padding-top: 130px;
	
	font-size: 14px;
    line-height: 19px;
    font-family: 'Arimo', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: #252525; 
	
}

@media screen and (max-width :965px) {
	.home-about-link {
		padding-top: calc(49px + 8vw);
		min-width: 75px;
		font-size: 11px;
		background-size: contain !important;	
	}
	.home-top-block-text h2, .home-top-block-text h3 {
		padding-bottom: 5px;
	}
	.home-top-block-text {
		margin-top: 20px;
	}
	
	
	.home-info-block {
		padding-top: 60px;
	}
	.home-top-links {
		padding-top: 63px;
	}	
	
}
@media screen and (max-width :604px) {
	.home-top-links {
		padding-top: 25px;
	}	
}
@media screen and (max-width :765px) {

	
	.footer .links-block, .footer .links-block a {
		font-size: 12px;
	}
}
@media screen and (min-width :966px) {
	.home-about-link {
		background-size: auto !important;	
	}
}
.home-about-link:hover {
	color: #517abc;
}
.support-link {
	background: url(../images/home-support-link.png) no-repeat 50% 0;
}
.support-link:hover {
	background: url(../images/home-support-link-hover.png) no-repeat 50% 0;
}

.team-link {
	background: url(../images/home-dedicated-link.png) no-repeat 50% 0;
}
.team-link:hover {
	background: url(../images/home-dedicated-link-hover.png) no-repeat 50% 0;
}
.global-link {
	background: url(../images/home-global-link.png) no-repeat 50% 0;
}
.global-link:hover {
	background: url(../images/home-global-link-hover.png) no-repeat 50% 0;
}
.fast-link {
	background: url(../images/home-fast-link.png) no-repeat 50% 0;
}
.fast-link:hover {
	background: url(../images/home-fast-link-hover.png) no-repeat 50% 0;
}
.tools-link {
	background: url(../images/home-tools-link.png) no-repeat 50% 0;
}
.tools-link:hover {
	background: url(../images/home-tools-link-hover.png) no-repeat 50% 0;
}

.home-why-grip-more-link {
    display: inline-block;
    padding: 8px 25px;
    color: #252525;
    border: 3px solid #0050ad;
    font-size: 16px;
    font-family: 'Arimo', sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    margin-bottom: 60px;
    font-weight: bold;
}
.home-why-grip-more-link:hover {
    background-color: #0050ad;
    border-color: #0050ad;
    color: #fff;
}
.home-pub-dashboard-block-wrapper {
	background: url(../images/home-pub-dash-bg-stripes.jpg) repeat-y 50% 0;
	background-color: #0a78a7;
	margin: 0;
	padding: 0;
}
.home-pub-dashboard-block {
	padding-top: 76px;
	background: url(../images/home-pub-dash-bg.jpg) no-repeat 50% 0;
	background-color: transparent;
	text-align: center;
}
.home-pub-dashboard-block h2 {
    font-family: 'Arimo', sans-serif;
    padding-bottom: 26px;
    font-size: 30px;
}
.home-pub-dashboard-inner-block {
	max-width: 940px;
	margin: 0 auto 0 auto;
	padding-bottom: 30px;
}
.home-dash-btn:hover {
    border: 3px solid #fff;
    color: #fff;
    background-color: rgba(255,255,255,0.2);
}
.home-dash-btn {
    display: inline-block;
    border: 3px solid transparent;
    padding: 6px 32px 6px 25px;
    color: #fff;
    font-size: 16px;
    font-family: 'Arimo', sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    margin-bottom: 0px;
}
 .sep-line {
    border-top: 1px solid #3d9ec2;
    margin-bottom: 60px;
    padding-bottom: 0;
}
#clients-section {
	font-family: 'Arimo', sans-serif;
	font-size: 30px;
	color: #252525;
	padding-bottom: 28px;
	min-height: 200px;
}

.client-block {
	text-align: center;
	font-size: 30px;
    line-height: 50px;
    padding: 0 0 30px;
    color: #434444;
}
.client-block-name {
    padding-top: 20px;
	font-size: 18px;
    line-height: 22px;
    color: #5a890e;
    padding-bottom: 30px;
}
.home-clients-block {
	padding-top: 55px;
	background: url(../images/gray-bg.gif) #f1f1f1 repeat-x 0 100%;
}
.home-clients-inner-block {
	max-width: 940px;
	margin: 0 auto 0 auto;
}
#clients-section .owl-item div{
  padding:5px;
}
#clients-section .owl-item img{
  display: block;
  width: 100%;
  height: auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.clients-heading {
	font-family: 'Arimo', sans-serif;
    font-size: 30px;
    color: #252525;
    padding-bottom: 28px;
    text-align: center;
    font-weight: bold;
}
.top-left-quote-img {
    background: url(../images/left-quote.png) no-repeat 0 57px;
    padding: 0 0 0 40px;
}
.top-right-quote-img {
    background: url(../images/right-quote.png) no-repeat 100% 57px;
    padding-right: 32px;
}
.owl-theme .owl-dots .owl-dot span {
	background: #4293ff;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #9ac2f8;
}



/* tools */
.tools-top-link {
    text-align: center;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    line-height: 17px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 20px;
    margin-top: 20px;
}
.tools-top-active {
    background-color: #2596f0;
    color: #fff;
    opacity: 1;
    transition: all 0.5s ease;
}
.tools-top-link:hover {
    background-color: #2596f0;
    color: #fff;
    opacity: 1;
    transition: all 0.5s ease;
}
.tools-top-links {
	width: 660px; 
	margin: 0 auto 0 auto;
	max-width: 90vw;
	margin-bottom: 80px;
}
.tools-top-link img, .tools-about-link {
	max-width: 10vw;
}
.tools-top-link img {
    padding-bottom: 10px;
}

@media (min-width: 992px) {
	.site-content {
	    max-width: 720px !important;
	}
}
@media (min-width: 1200px) {
	.site-content {
	    max-width: 720px !important;
	}
}

.site-content h2 {
    color: #1b2128;
    font-size: 30px;
    text-align: center;
    font-family: 'Arimo', sans-serif;
    margin-bottom: 36px;
    font-weight: bold;
}

.site-content h3 {
    color: #1b2128;
    font-size: 19px;
    line-height: 22px;
    font-family: 'Arimo', sans-serif;
    padding: 15px 0;
    font-weight: bold;
}

.tool-glyph {
	float: left;
	margin-bottom: 20px;
}
.tool-description {
    padding: 0px 20px 0 110px;
    min-height: 129px;
}
a.preview-tool-link {
    border: 3px solid #4cca03;
    color: #000;
	display: table;
    font-weight: 700;
    margin: 0 auto;
    padding: 2% 20px 2% 20px;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 41px;
}
a.preview-tool-link:hover {
    background-color: #4cca03;
    color: #fff;
}
.gray-bg-block {
	background: url(../images/gray-bg.gif) #f1f1f1 repeat-x 0 100%;
}

.mob {
	background: url(../images/settings-icon.png) no-repeat 0 15PX;
}
.quick {
	background: url(../images/settings-icon.png) no-repeat 0 -29px;
}
.glob {
	background: url(../images/settings-icon.png) no-repeat 0 -69px;
}
.advance {
	background: url(../images/settings-icon.png) no-repeat 0 -112px;
}
.detailed {
	background: url(../images/settings-icon.png) no-repeat 0 -154px;
}

.tool-feature-list li {
	list-style: none;
	padding: 13px 20px 5px 28px;
	text-align: left;
}
.responsive-sh {
    margin: auto;
	text-align: center;
}

.page-top-header {
	font-family: "Arimo",sans-serif;
    font-size: 46px;
    height: 237px;
    font-weight: bold;
    color: #fff;
    padding: 80px 0 0;
    text-align: center;
}
.page-top-header h1 {
    font-family: "Arimo",sans-serif;
    font-size: 46px;
    font-weight: bold;
}




/* tools */
.about-top-link {
    text-align: center;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    line-height: 17px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 20px;
    margin-top: 20px;
}
.about-top-active {
    background-color: #2596f0;
    color: #fff;
    opacity: 1;
    transition: all 0.5s ease;
}
.about-top-link:hover {
    background-color: #2596f0;
    color: #fff;
    opacity: 1;
    transition: all 0.5s ease;
}
.about-top-links {
	width: 660px; 
	margin: 0 auto 0 auto;
	max-width: 90vw;
	margin-bottom: 80px;
}
.about-top-link img, .tools-about-link {
	max-width: 10vw;
}
.about-top-link img {
    padding-bottom: 10px;
}

.contact-top-item .glyph {
	font-size: 36px;
	display: inline-block;
	float: left;
	padding-right: 10px;
	width: 46px;
	
}
@media screen and ( max-width :770px) {
	.contact-top-item .glyph {
	
		float: none;
		padding-right: 0;
	}	
}
.contact-top-item {
    text-align: center;
	white-space: nowrap;
    font-size: 13px;
    font-weight: bold;
    line-height: 17px;
    text-decoration: none;
    padding: 20px;
    margin-top: 20px;
    vertical-align: middle;
    max-width: 31vw;
}

.contact-top-info{
	width: auto; 
	margin: 0 auto 0 auto;
	max-width: 90vw;
	margin-bottom: 80px;
}
@media screen and (min-width :960px) {
	.topNav {
		display: block;
	}
	.mobileTopNav {
		display: none;
	}
	.fixedTop {
		text-align: center;
	}
}
@media screen and ( max-width :960px) {
	.topNav {
		display: none;
	}
	.mobileTopNav {
		display: block;
	}
	.fixedTop {
		text-align: left;
	}
}

@media screen and ( max-width :550px) {
	.home-tool-link {
	    padding: 15px;
	}
	.tools-top-link {
	    padding: 10px;
	}
	.about-top-link {
	    padding: 7px;		
	}
}


.mobileTopNav {
    float: left;
    padding: 14px;
    font-size: 28px;
    position: relative;
    text-align: left;
}
#mobileExpandedNav {
	background-color: #1e38b2;
	display: none;
	position: absolute;
	z-index: 1000;
	top: 46px;
	left: 5px;
	width: 305px;
	padding: 5px 5px 5px 5px;
}
#mobileExpandedNav ul {
	display: block;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
    font-size: 17px;
    line-height: 28px;
}
.mobileTopNavClose {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 30px;
	height: 30px;
}

#mobileExpandedNav .nav li.homeIco{
	background-image:url(../images/home-mob.png);
	background-repeat:no-repeat;
	background-position: 10px 4px;
}
#mobileExpandedNav .nav .conLockIco{
	background-image:url(../images/locker-mob.png);
	background-repeat:no-repeat;
	background-position: 10px 4px;
}
#mobileExpandedNav .nav .urlLockIco{
	background-image:url(../images/url-locker-mob.png);
	background-repeat:no-repeat;
	background-position: 10px 4px;
}
#mobileExpandedNav .nav .videoLockIco{
	background-image:url(../images/video-locker-mob.png);
	background-repeat:no-repeat;
	background-position: 10px 4px;
}
#mobileExpandedNav .nav .offerWallsIco{
	background-image:url(../images/offer-walls-mob.png);
	background-repeat:no-repeat;
	background-position: 10px 4px;
}
#mobileExpandedNav .nav .virtualIco{
	background-image:url(../images/virtual-currency-mob.png);
	background-repeat:no-repeat;
	background-position: 10px 4px;
}
#mobileExpandedNav .nav .fullSupIco{
	background-image:url(../images/fullsupport-mob.png);
	background-repeat:no-repeat;
	background-position: 10px 4px;
}
#mobileExpandedNav .nav .dedPayIco{
	background-image:url(../images/dedicated-mob.png);
	background-repeat:no-repeat;
	background-position: 10px 4px;
}
#mobileExpandedNav .nav .goGlobalIco{
	background-image:url(../images/goglobal-mob.png);
	background-repeat:no-repeat;
	background-position: 10px 4px;
}
#mobileExpandedNav .nav .fastPayIco{
	background-image:url(../images/fastpayment-mob.png);
	background-repeat:no-repeat;
	background-position: 10px 4px;
}
#mobileExpandedNav .nav .bestToolsIco{
	background-image:url(../images/best-tools-mob.png);
	background-repeat:no-repeat;
	background-position: 10px 4px;
}
#mobileExpandedNav .nav .conIco{
	background-image:url(../images/con-mob.png);
	background-repeat:no-repeat;
	background-position: 10px 4px;
}
#mobileExpandedNav .nav .fontIco{
	padding-left: 10px;
}
#mobileExpandedNav .nav .fontIco i{
	display: inline-block;
    margin-right: 13px;
}
#mobileExpandedNav .nav .fontIco i:hover{
	color: #fff;
}
#mobileExpandedNav ul li {
	padding-left: 40px;
}
#mobileExpandedNav ul li a {
	color: #fff;
	font-weight: normal;
	font-size: 17px;
	text-decoration: none;
	border: none;
    line-height: 24px;
}
#mobileExpandedNav ul li a:hover {
	color: #a8b6f7;
}

.grecaptcha-badge {
	z-index: 900;
}


.homepage-screenshot {
	max-width: 80vw;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
}
.info-screenshot {
	max-width: 80vw;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
.paired-screenshot-wrapper {
	position: relative;
}
.left-paired-screenshot {
	position: absolute;
	
	top: 80px;
	left: 15vw;
}
.right-paired-screenshot {
	position: absolute;
	top: 0;
	right: 15vw;
	display: table-cell;
}
.top-screenshot {
	z-index: 90;
}
.bottom-screenshot {
	z-index: 10;
}
.click-to-front {
	cursor: pointer;
}



