
*, *:before, *:after {
    box-sizing: border-box;
}

* {margin:0;padding:0;} 

html {
	height: 100%;
}

body {
	margin:0;
	padding:0;
	font-family: "M PLUS Rounded 1c",  Arial,  Helvetica,  sans-serif;
	font-weight: 300;
	line-height: 24px;
	font-size: 18px;
	color:#333333;
	height: 100%;
	 
}

a,  a:hover, a:active, a:focus {
	outline: none;
 }


/* helpers */
ul{margin:0;padding:0;list-style-type:none;}
.margint10{margin-top:10px !important;}
.margint15{margin-top:15px !important;}
.margint20{margin-top:20px !important;}
.margint30{margin-top:30px !important;}
.margint40{margin-top:40px !important;}
.margint50{margin-top:50px !important;}
.margint60{margin-top:60px !important;}
.margint70{margin-top:70px !important;}
.margint80{margin-top:80px !important;}
.margint90{margin-top:90px !important;}
.margint100{margin-top:100px !important;}
.marginb0{margin-bottom:0px !important;}
.marginb10{margin-bottom:10px !important;}
.marginb15{margin-bottom:15px !important;}
.marginb20{margin-bottom:20px !important;}
.marginb25{margin-bottom:25px !important;}
.marginb30{margin-bottom:30px !important;}
.marginb40{margin-bottom:40px !important;}
.marginb50{margin-bottom:50px !important;}
.marginb60{margin-bottom:60px !important;}
.pad20{padding:0 20px;}
.pad50{padding:0 50px;}
.padt20{padding-top:20px;}
.padt40{padding-top:40px;}
.tcenter {text-align: center}
.fleft{
	float: left;
}

#wrapper {
	min-height:100%;
	background-color: rgb(243, 245, 249);	
	position:relative;
}


/* Global */

h1, h2 {

	font-family: "M PLUS Rounded 1c",  Arial,  Helvetica,  sans-serif;
	color: #262c35;
    font-size: 48px;
    font-weight: 700;
	margin-bottom: 40px;
	line-height: 52px;
	letter-spacing: -1px;
}

h3 {

	font-family: "M PLUS Rounded 1c",  Arial,  Helvetica,  sans-serif;
	color: #262c35;
    font-size: 32px;
    font-weight: 300;
    margin-bottom: 40px;
    line-height: 62px;
}


h4 {

	font-family: "M PLUS Rounded 1c",  Arial,  Helvetica,  sans-serif;
	color: #262c35;
    font-size: 24px;
    font-weight: 300;
    line-height: 28px;
}

p.note{
	font-size: 14px;
}
.buynow-disc p.note{
	font-size: 14px;
	line-height: 1.4;
	padding-top: 12px;
}

#wrapper {
	width:100%;
	height:auto;
}


.animated-area {
	overflow:hidden;
}


header {
	height:130px;
	position:relative;
}


.soci-header {
	height:140px;
}


#header {
	position:absolute;
	width:100%;
	margin-top:20px;
	height:90px;
	z-index:9999;
}


#inside-header {
	/*position:fixed;
	top:0;
	left:0;*/
	z-index:999;
	width:100%;
	height:130px;
	padding:52px 0 12px 0;
	overflow: visible!important;
}

.logo{
	padding-top: 4px;
}

#head-box {
	overflow: visible!important;
	position:fixed;
	top:0;
	left:0;
	z-index:999;
	width:100%;
	height:100px;
	background-color: rgba(255,  255,  255,  0.8);
}
#head-box.menufixed{
	overflow: hidden!important;
}


/* Global */

/* Header */
.header-wrapper {
	position: relative;
}


.header-wrapper .menu {
	margin-top:10px;
	position:absolute;
	top:0;
	right:0;
}

.header-wrapper .menu .nav-child{
	overflow: visible!important;
}

.icon-circle {
	color:#f1f1f1;
	-webkit-transition-property:color,  text;
	-webkit-transition-duration: 0.3s,  0.3s;
	-webkit-transition-timing-function: linear,  ease-in;
	-moz-transition-property:color,  text;
	-moz-transition-duration:0.3s;
	-moz-transition-timing-function: linear,  ease-in;
	-o-transition-property:color,  text;
	-o-transition-duration:0.3s;
	-o-transition-timing-function: linear,  ease-in;
}


.icon-stack:hover .fb.icon-stack-base {
	color:#3b5998;
}


.icon-stack:hover .tw.icon-stack-base {
	color:#00a0d1;
}


.icon-stack:hover .rs.icon-stack-base {
	color:#ee802f;
}


.icon-stack:hover .sp.icon-stack-base {
	color:#00aff0;
}


.icon-stack:hover .fq.icon-stack-base {
	color:#25a0ca;
}


.icon-stack:hover .ig.icon-stack-base {
	color:#3f729b;
}


.head-social-box a {
	color:#f2836b;
}


/* Header */

/* Dropdown Menu */



.site-menu,  .site-menu * {
	margin:0;
	list-style:none;
}


.site-menu ul {
	position:absolute;
	display:none;
	top:100%;
	left:0;
	z-index:99;
	padding-top:5px;
	min-width:200px;
}

.site-menu ul.dropdown-menu{
	padding: 10px;
}


.site-menu ul li ul {
	padding-top:0;
}


.site-menu > li {
	float:left;
}


.site-menu li:hover > ul,  .site-menu li.site-menuHover > ul {
	display:block;
}


.site-menu ul ul {
	top:0;
	left:100%;
}


.site-menu li {
	position:relative;
	white-space:nowrap;
	/* *white-space:normal;	*/
	/* -webkit-transition:background .2s;
	transition:background .2s;
	border-radius: 4px; */
}
.site-menu>li{
	margin-right:10px;
}


.site-menu a {
	display:block;
	position:relative;
	color:#313A49;
	text-decoration:none;
	padding:10px;
	zoom:1;
	font-weight:500;
	font-size: 21px;
	cursor: pointer;
	border-radius: 4px;
}


.site-menu a:hover {
	color:#148DEB;
	text-decoration:none;
}


.site-menu a.active {
	color:#148DEB;
	text-decoration:none;
}


.site-menu ul li:last-child,  .site-menu ul ul li:last-child {
	border-bottom:0;
}


.sfHover > a {
	color:#fff;
}


.site-menu li.active>a,.site-menu li.active>span {
	color:#fff;
}


.site-menu .sfHover > a,.site-menu .sfHover > span {
	color:#fff;
}


.site-menu-arrows ul .site-menu-with-ul {
	padding-right:2.5em;
	/* *padding-right:1em;
	*/;
}


.site-menu-arrows ul .site-menu-with-ul:after {
	content:'';
	position:absolute;
	top:50%;
	right:1em;
	height:0;
	width:0;
	border:5px solid transparent;
	margin-top:-5px;
	margin-right:-3px;
	border-color:transparent;
	border-left-color:#dFeEFF;
	border-left-color:rgba(255, 255, 255, .5);
}


.site-menu-arrows ul li > .site-menu-with-ul:focus:after,  .site-menu-arrows ul li:hover > .site-menu-with-ul:after,  .site-menu-arrows ul .site-menuHover > .site-menu-with-ul:after {
	border-left-color: white;
}


.menu-style2.site-menu-arrows .site-menu-with-ul,
.menu-style2.site-menu-arrows >li.parent>span {
	padding-right: 1.9em;
	/* *padding-right: 1em;
	*/;
}


.menu-style2.site-menu-arrows .site-menu-with-ul:after,
.menu-style2.site-menu-arrows >li.parent>span:after {
	content:"\f107";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	font-size:15px;
	text-decoration: inherit;
	position:absolute;
	top: 50%;
	right: 1em;
	margin-top:-10px;
	height: 0;
	width: 0;
	color:#797979;
}


.menu-style2.site-menu-arrows ul .site-menu-with-ul:after {
	content:"";
	margin-top:-5px;
	margin-right:-3px;
	border-color: transparent;
	border-left-color: #dFeEFF;
	border-left-color: rgba(255, 255, 255, .5);
}


.menu-style2.site-menu-arrows .site-menu-with-ul:hover:after, .menu-style2.site-menu-arrows .site-menu-with-ul li:hover:after {
	color:#fff;
}


/* Dropdown Menu */

.caret {
	display: none;

    /* display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-top: 7px solid;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent; */
}

.dropdown-menu{
	border: none;
	border-radius: 10px;
	box-shadow: 0 12px 35px rgba(20,141,235,0.18);
}

.dropdown-menu > li > a{
	padding: 13px 20px;
	font-weight: 500;
	color:#313A49;
}

/* info-boxes */
.information p {
	/*padding:0 20%;*/
	line-height:22px;
	/*text-align:center;*/
	font-size: 18px;
}
.information h2{
	margin-bottom: 10px;
	line-height: 58px;
}
.information.topbanner .banner-text{
	 display: inline;
    float: left;    
    margin-left: 100px;
    width: 400px;
    margin-bottom: 100px;

}
.darkblue{
	color: #ffffff;
	/* background-image: url("../img/bg.png"); */
	background-color: #262c35;
}
.darkblue h2, .darkblue h3, .darkblue p{
	color: #ffffff;
}

.img-thumbnail {
display: inline-block;
height: auto;
max-width: 100%;
padding: 0px;
line-height: 1.42857;
background-color: transparent;
border: none;
border-radius: 4px;
transition: all 0.2s ease-in-out 0s;
}

.thumbnail{
background-color: transparent;
padding: 0px;
border: none;
margin: 0;

}
.thumbnail>img{

border-radius: 4px !important;
}


.screenshots .thumbnail{
	margin-bottom: 30px;

}

.portfolio-info-box h4{
	margin-top: 10px;
	margin-bottom: 10px;
}

.ht {
	color: #262c35;
    font-size: 40px;
    font-weight: 700;
	line-height: 52px;
	letter-spacing: -1px;
	white-space: pre-wrap;
}
.ht.lead{
	font-size: 24px;
	letter-spacing: -0.5px;
    margin-top: 20px;
}
.ht .min{
    font-size: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.ht {
		font-size: 46px;
		line-height: 42px;
	}
	.ht.lead{
		font-size: 18px;
	
	}
	.ht .min{
		font-size: 38px;
	}
}

.dnld-button-wrapper{
	display: inline-block;
	text-align: center;
	margin-top: 30px;
}


a.dnld-button {
	background-color: #148DEB;
	border-radius: 10px;
	color: #ffffff;
	display: inline-block;
	font-size: 28px;
	font-weight: 500;
	margin-top: 20px;
	padding: 10px 65px 10px 65px;
	white-space: nowrap;
	line-height: 50px;
	text-decoration: none;
}
a.dnld-button.plus{

	line-height: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
}
a.dnld-button span {
	font-size: 14px;
	font-weight: 300;
	line-height: 10px;
}


.dnld-button.winstore {
	text-align: left;
	background-image: url('../img/download-logo-windows-store@2x.png');
	background-size: 46px 46px;
	background-position: 17px center;
	background-repeat: no-repeat;
	background-color: #000000;
	padding-left: 80px;
	padding-right: 30px;
	margin-top: 0;
	line-height: inherit;
	padding-bottom: 20px;
}

a.dnld-button.nopad{
	padding-left: 30px;
	padding-right: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	a.dnld-button {
		padding: 10px 45px 10px 45px;
	}
	.dnld-button-wrapper{
		margin-top: 10px;
	}
}

a.dnld-button.win,
a.dnld-button.mac {
	/* background-image: url("../img/sprite-dnld.png");
    background-repeat: no-repeat;
    margin: 10px 0; */
}

a.dnld-button.win{
    /* background-position: -13px -13px; */
}

a.dnld-button.mac{
    /* background-position: -13px -113px; */
}
a.dnld-button.win:hover, a.dnld-button.mac:hover {
/* background-color: #1d7ac4; */
text-decoration: none;
}

a.dnld-button.large {
    width:100%;
}

#get-win{
	display: inline-block;
}
#get-mac{
	display: none;
}

.hitw-btn {
	display: inline-block;
	text-align: left;
	margin-top: 30px;
	background-image: url("../img/hitw-icon@2x.png");
	background-size: 42px 42px;
	background-repeat: no-repeat;
	padding-left: 54px;
	background-position: left center;
}
.hitw-btn a{
	color: #262c35;
}
.hitw-btn span{
	font-size: 22px;
	font-weight: 700;
	line-height: 0px;
	letter-spacing: -0.5px;

}

.hitw-btn span.min{
	font-size: 12px;
}

.follow-btns {
	display: inline-block;
	font-weight: 700;
	font-size: 14px;
	color: #708da2;
	line-height: 40px;
	vertical-align: top;
	margin-right: 20px;
}

.information.topbanner .banner-text p{
	font-weight: 300;
}

.information.topbanner .banner-text .dnld-button{
	text-align: left;
}

.information.topbanner .banner-bg-image{
	display: inline;
    float: left;
    margin-top: 15px;
    margin-bottom: 100px;
}

.thank-you-panel {

height: auto;
background-color: #D5DCE8;
border: 1px solid #AFBCD2;
border-radius: 6px;
width: 100%;
display: inline-block;
margin-bottom: 40px;
display: inline-block;

}
.thank-you-panel h3{
	margin-top: 40px;
	margin-bottom: 10px;
}
.thank-you-panel p{
	margin-bottom: 40px;
}

.tp-hide{
display:none;
display: none;
}

.youtube-player{
	border: 0;
	background-color: #000;
}

.info-icon {
	font-size:35px;
	color:#f2836b;
	position:relative;
	top:0;
	-webkit-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}


.info .col3-box:hover i.info-icon {
	top:-10px;
}


.item p {
	text-align:left;
	padding-left:0;
}


.info a {
	text-decoration:none;
	color:#f2836b;
}


.info a:hover {
	text-decoration:underline;
}


.info-alternative {
	text-align:left;
}


.info-alternative i {
	font-size:45px;
}


/* info-boxes */
/* footer */
#footer {
	background-color:#232323;
	color:#aaaaaa;
	font-size: 16px;

	  /* position: relative; */
  margin-top: -113px; 
  height: 113px;
  clear:both;

  position:absolute;
   bottom:0;
   width:100%;
}
.footer_h{overflow:auto;
  padding-bottom: 113px;
}
#footer a{
	color:#aaaaaa;
	text-decoration: none;
}

#footer a:hover{
	color:#aaaaaa;
	text-decoration: underline;
}

#footer .footer-social{
	text-align: right;
}

.follow-youtube{
    background-image: url('../img/followus-youtube-black.png');
    background-repeat: no-repeat;
    background-position: right center;
    text-align: right;
    margin-left: 10px;
    width:66px;
    height: 26px;
    float: left;
}

#footer .follow-youtube{
    background-image: url('../img/followus-youtube.png');
    float: right;
}

#footer .follow-str{
    float: right;
}

.follow-fb{
    background-image: url('../img/followus-facebook-black.png');
    background-repeat: no-repeat;
    background-position: right center;
    text-align: right;
    margin-left: 10px;
    width:26px;
    height: 26px;
    float: left;
}

#footer .follow-fb{
    background-image: url('../img/followus-facebook.png');
    float: right;
}

.footer-logo{
	margin-top: 15px;
}

.foo h3 {
	margin:20px 0;
}


.footer-ul-style1 li {
	line-height:35px;
	border-bottom:1px solid #2d2d2d;
	max-width:200px;
}


.footer-ul-style1 li:last-child {
	border-bottom:0;
}


.footer-ul-style1 li a {
	font-size:12px;
	color:#727272;
	text-decoration:none;
}


.footer-ul-style1 li a:hover {
	color:#fff;
	text-decoration:none;
}


.footer-ul-style1 li a i {
	margin-right:5px;
}


.footer-text {
	text-align:center;
	padding: 30px 0;
}


#tags,#footer .st-tags {
	max-width:250px;
}


#tags li,#footer .st-tags li {
	float:left;
	margin-right:8px;
	margin-bottom:15px;
}


#tags li a ,#footer .st-tags li a {
	font-size:12px;
	text-decoration:none;
	color:#727272;
	border:1px solid #2d2d2d;
	padding:3px 4px;
}


#tags li a:hover,#footer .st-tags li a:hover {
	color:#fff;
	background-color:#2a2a2a;
}


#footer-gallery li {
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}


#footer-gallery li img {
	border:1px solid #2d2d2d;
	width: 65px;
}


.footer-contact p {
	font-size:12px;
	line-height:25px;
	max-width:250px;
}


.footer-input {
	background-color:#2a2a2a;
	border:1px solid #2d2d2d;
	color:#fff;
	height:25px;
	margin-top:10px;
	outline:none;
}


.footer-submit {
	background-color:#f2836b;
	color:#fff;
	border:0;
	font-size:12px;
	padding:3px 6px;
	margin-left:5px;
}


#footer-last {
	background-color:#232323;
	border-top:1px solid #1f1f1f;
}


#footer-last p {
	margin:20px 0;
}
/* footer */

/* portfolio */
.portfolio-box .item {
	margin-bottom:30px;
}

.portfolio-info-box {
    position: relative;
    color: #ffffff;
    /* background-color: #edecec; */
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    text-align: center;
    z-index: 9;
}

.portfolio-info-box a {
    text-decoration: none;
    color: #262c35;
}
/* portfolio */


.site-menu ul.dropdown-menu li:hover{
    background-color: white;
}

.portfolio-box .video-container {
	position: relative;
}

.portfolio-box .video-container:hover {
	cursor: pointer;
}



#hero-wrapper{

	margin-top: 50px;
}
.hero-a {
	float: right;
}
#hero-src{
	width: 541px; /*85%; */
	float: right;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
	#hero-src{
		width: 463px; /*75%; */
	}
}


.hero-img .video-icon,
.portfolio-box .video-container .video-icon {
	background-image:url(../img/play-sprite.png);
	background-repeat:no-repeat;
	background-position:top left;
	
	position: absolute;
	width: 64px;
	height: 64px;
	
	margin-left: -32px;
	margin-top: -32px;
}

.hero-img:hover .video-icon,
.portfolio-box .video-container:hover .video-icon {
	background-image:url(../img/play-sprite.png);
	background-position:bottom left;
}

.hero-img .video-icon {
	left:50%;
	top:39%;
}

.portfolio-box .video-container .video-icon {
	left:50%;
	top:50%;
}

.feedback {
    background-color: #E0E7EF;
}

input.feedback,
textarea.feedback {
	border: 1px solid #D5DCE8;
	border-radius: 6px;
	padding: 12px 18px;
	font-size: 24px;
	font-weight: 300;
	width: 100%;
	margin-bottom: 20px;
	box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.03) inset;
	color: black;
	height: 51px;
    background-color: white;
}

input.feedback.has-error,
textarea.feedback.has-error {
    border-color: red;
}

input.feedback:hover,
textarea.feedback:hover {
	color: black;
}

textarea.feedback {
	height: 130px;
}
input.feedback.subscribe{
	width:360px;
	margin-right: 10px;
	margin-bottom: 5px;
}

.blue-bg {
	background-color: #f3f5f9;
}
#follow-block{

	background-color: #e6ecf2;
}
#follow-block .container{
	padding-top: 40px;
	padding-bottom: 30px;
}


.padt20 {
	padding-top: 20px;
}

.btn.feedback {
	background-color: #A6B1C5;
	border: medium none;
	border-radius: 6px;
	padding: 10px 30px;
	font-size: 24px;
	font-weight: 300;
}

.btn.feedback:hover {
	background-color: #95a5c3;
}


.btn.feedback:active{box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.03) inset;}



.btn.subscribe{
	color: #ffffff;
	background-color: #1673BD;
	border: medium none;
	border-radius: 6px;
	padding: 8px 30px;
	font-size: 24px;
	font-weight: 300;
}


.btn.facebook{
	color: #ffffff;
	background-color: #1673BD;
background-image: url('../img/btn-facebook-img.png');
background-repeat: no-repeat;
background-position: 24px 18px;
	border: medium none;
	border-radius: 6px;
	padding: 18px 30px 18px 67px;
	font-size: 24px;
	font-weight: 300;
}

.btn.buynow{
	color: #ffffff;
	background-color: #77d58d;
	border: medium none;
	border-radius: 6px;
	padding: 21px 30px 21px 30px;
	font-size: 32px;
	font-weight: 300;
    width:100%;
}



.btn.subscribe:hover, .btn.facebook:hover {
	background-color: #1D7AC4;
}
.btn.buynow:hover{
	background-color: #62d57d;

}

.btn.subscribe:active{box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1) inset;}

.sale-offer{
    background-color: white;
    border: medium none;
    border-radius: 6px;
    padding: 8px 0 0 0;
    width:100%;
}

.sale-offer,
.btn.buynow {
    height: 87px;
}

.sale-offer .discount  b{
    color: red;
}

.sale-offer .price {
    color: #FF8000;
    font-size: 38px;
    font-weight: 400;
}

.sale-offer .price del {
    color: #CECECE;
}

img.theme-video {
	/*min-height: 207px;*/
}

.row.top-dnld {
	margin-bottom: 30px;
}

.row.top-dnld h2 {
	margin-bottom: 10px;
	line-height: 58px;
}

.row.top-dnld .description {
	font-weight: 300;
	line-height: 22px;
	font-size: 18px;
	margin-top: 40px;
	letter-spacing: -0.5px;
}

.row.top-dnld .img-responsive {
	margin-top: 15px;
}

ul.bxslider li img {
    position: relative;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
	bottom: 0;
}

.container.separate {
	padding-top: 40px;
	padding-bottom: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	h1, h2 {
		font-size: 38px;
		line-height: 42px;
	}

	.row.top-dnld .description {
		font-weight: 300;
		line-height: 18px;
		font-size: 14px;
		margin-top: 20px;
	}

}

@media (max-width: 991px) {
	header, #inside-header {
		height: 90px;
	}

	
	#inside-header {
		padding: 28px 0;
	}
	
	.row.top-dnld {
		margin-bottom: 50px;
	}
	
	h1, h2, h3, h4, h5, h6 {
	}
	
	.row.top-dnld img {
		position: relative;
		margin: auto;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}
	
	h2, h3, h4, h5, h6 {
		margin-bottom: 10px;
	}
	
	h2 {
		font-size: 32px;
		line-height: 62px;
	}
	
	h3 {
		font-size: 24px;
		line-height: 28px;
	}
	.ht{
		text-align: center;
		width: 100%;
		display: inline-block;
		margin-bottom: 0;
		font-size: 40px;
	}
	.ht .min{
		font-size: 40px;
	}
	.row.top-dnld .description {
		text-align: center;
		margin-top: 20px;
	}

	.follow-btns{
		width: 100%;
	}	
	.yt{
		margin-right: 0 !important;

	}
	.dnld-button-wrapper{
		width: 100%;
	}

	.container.themes,
	.container.feedback {
		padding-top: 0px;
	}

	.container.themes h4{
		line-height: 10px;
		margin-bottom: 30px;

	}
	.container.themes h4 a{
		font-size: 16px;
	}
	
	.portfolio-box .item {
		margin-bottom: 10px;
	}

	.header-wrapper {
		text-align: center;
	}

	.header-wrapper .menu{
		width: 100%;
		position: relative;
	}
	header{
		height: inherit;
	}
	
	.logo {
		padding-top: 4px;
		display: inline-block;
		padding-right: 20px;
	}

	#inside-header{
		height: inherit;

	}

	#responsive-menu{
		text-align: center;
	}
	.site-menu > li{
		float: none;
		display: inline-block;
	}


}

.reviews .review-item {
    padding: 30px;
    border-radius: 6px;
    background-color: white;
    margin-bottom: 30px;
    min-height: 160px;
    border-bottom: 3px solid #DAE3EE;
}


@media (max-width: 767px) {
	.reviews .review-item {
		padding: 15px;
		margin-bottom: 0;
    	min-height: 130px;
	}


	#hero-wrapper {
		text-align: center;
	}
	.hero-a {
		float: none;
	}


	#hero-src {
		float: none;
		max-width: 541px;
		width: 100%;
	}
	.site-menu > li.menu-land, .site-menu > li.menu-buy{
		display: none;
	}
}

.reviews .review-item .reviewer-photo {
    float: left;
}

.darkblue a {
    color: white;
    text-decoration: none;
}

.thumbnails-left .thumbnail>img,
.thumbnails-left .thumbnail a>img {
    margin-left: 0;
    margin-right: 0;
}


   
.theme-thumb {
	position:relative;
	width:100%;
	margin:0 auto;
	border-radius: 8px;
	overflow: hidden;

	-webkit-backface-visibility: hidden;
}

.theme-thumb img {

	border-radius: 8px;
	overflow: hidden;
	left:0;
	transition: opacity 1s ease-in-out;
}
.theme-thumb img.top{
	position:absolute;
}

.theme-thumb:hover img.top{
	opacity:0;
}

.theme-thumb .video-icon {
	background-image: url(../img/play-sprite.png);
	background-repeat: no-repeat;
	background-position: top left;
	position: absolute;
	width: 64px;
	height: 64px;
	margin-left: -32px;
	margin-top: -32px;
	left: 50%;
	top: 50%;
	opacity: 0;
	transition: opacity 0.2s ease-in-out;
}

.theme-thumb:hover .video-icon {
	opacity: 1;
}
