body{
	margin:0;
	padding:0;
    background:#FFF;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'ClearSans', sans-serif;
}
a {
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	font-style: inherit;
}
a:hover{text-decoration: none; cursor:pointer;}
a,button{outline: none!important;} /* Prevent ugly blue glow on chrome and safari */
.btn {
	font-size: 20px; font-family:'ClearSans', sans-serif;
}
label {
	font-size: 16px; font-family:'ClearSans', sans-serif;
}
h1 {font-size: 52px; font-family:'ClearSansBold', sans-serif; color: #103A73;}
h2 {font-size: 42px; font-family:'ClearSansLight', sans-serif; color: #103A73; text-transform: uppercase;}
h3 {font-size: 26px; font-family:'ClearSans', sans-serif; color: #103A73;}
h3 span {font-size: 20px;}
h4 {font-size: 20px; font-family:'ClearSans', sans-serif;}
h5 {font-size: 16px; font-family:'ClearSansMedium', sans-serif;}
p {
	font-size: 16px;
	font-family:'ClearSans', sans-serif;
	line-height: 1.25em;
}

/* login */
.login {
	position: relative;
	display: block;
	margin: auto;
	margin-bottom: 50px;
	text-align: center;
	width: 100%;
	max-width: 550px;
	padding: 40px 30px 20px;
	border: 2px solid #103A73;
}
.loginpg {margin-top: 50px;}
.login-form {margin-bottom: 30px;}
.login-form input {max-width: 320px; margin: auto;}
.login-form .btn {min-width: 250px;}
.loginpg ul {padding-left: 20px;}

.logimg img {width: 100%;}

/* wraps */
.page-content {
	position: relative;
	display: block;
	background: #fff;
}
.wrap{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	background: #fff;
}
.container{
	position: relative;
	width:80%;
	margin: auto;
}
.wrap .container{
	padding-left:0;
	padding-right:0;
}

/* Background Effects */

.b-parallax{
	background-attachment:fixed;
}

/* NavBar */

.navbar{
	margin-bottom: 0;
	z-index:1;
}
.navbar-brand{
	height: 58px;
	width: 238px;
	padding:0;
}
.navbar-brand img{
	height: 58px;
	width: 238px;
	margin: 0;
}
.navbar-brand{
	padding: 0;
}
.navbar .nav{
	padding-top: 2px;
	margin-right: 0;
	float:right;
	z-index:1;
}
.nav > li{
	float:left;
	margin-top:4px;
	font-size:16px;
}
.navbar-nav .open .dropdown-menu > li > a{
	text-align: inherit;
}
.nav > li a {
	font-family:'segoe_uiregular', sans-serif;
	font-size: 17px;
	color: #103A73;
}
.nav > li > a {
	padding-left: 12px;
	padding-right: 12px;
}
.nav > li a:hover, .nav > li a:focus{
	background:transparent;
	color: #c44443;
	text-decoration: underline;
}
.navbar-toggle{
	margin: 10px 10px 0 0;
	border: 0px;
}
.navbar-toggle:hover{
	background:transparent!important;
}
.navbar-toggle .icon-bar{
	background-color: rgba(0,0,0,.5);
	width: 26px;
}
 /* Inverted navbar */

.nav-invert .navbar .nav{
	float:left;
}
.nav-invert .navbar-header, .nav-invert .navbar-brand{
	float:right;
}
@media (min-width: 768px){
	.site-navigation{
		position:absolute;
		top:50%;
		right:160px;
		transform:translate(0, -50%);
		-webkit-transform:translateY(-50%);
	}
	.nav-invert .site-navigation{
		left:20px;
		right:0;
	}
	.nav-center{
		text-align:center;
	}
	.nav-center .navbar-header{
		width:100%;
	}
	.nav-center .navbar-header, .nav-center .navbar-brand, .nav-center .nav > li{
		float: none;
		display:inline-block;
	}
	.nav-center .site-navigation{
		position:relative;
		width:100%;
		margin-top:20px;
	}
}

.nav > li > .dropdown a{
	background: none!important;
	display: block;
	padding: 14px 15px;
}
nav .caret{
	margin: 0 5px;
}

.top-join {
	position: absolute;
	display: block;
	box-sizing: border-box;
	top: 18px;
	right: 0;
	width: 130px;
	height: 40px;
}
.top-join a {
	display: block;
	width: 130px;
	height: 40px;
	line-height: 36px;
	font-family:'segoe_uisemibold', sans-serif;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	color: #c44443;
	background: transparent;
	border: #c44443 2px solid;
	border-radius: 12px;
}
.top-join a:hover,
.top-join a:focus {
	color: #fff;
	background: #c44443;
}

/* Hero */

.hero{
	padding-top:0;
	background: #fff;
}
.hero-nav{
	position:fixed;
	margin: 0 auto;
	top:0;
	left:0;
	right:0;
	padding:0;
	margin: 0;
}
.container.hero-nav {
	width: 100%;
	box-sizing: border-box;
	background: #F1F1F1;
	height: 86px;
	z-index: 999999;
}

.v-center{
	position: relative;
	height: inherit;
	box-sizing: border-box;
	padding-top: 86px;
}
.v-center .vc-content{
	position:relative;
	top:50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
}
.hero .btn-dwn{
	width: 58px;
	height: 58px;
	line-height: 58px;
	margin: 0 0 0 -29px;
	padding: 0;
	border-radius: 50%;
	text-align: center;
	font-size: 18px;
	color: rgba(255,255,255,.8);
	background: rgba(0,0,0,.6);
	position: absolute;
	left: 50%;
	bottom: 60px;
	border:0;
}
.hero .btn-dwn:hover{
	color: rgba(255,255,255,1);
}
#hero-bloc .v-center {
	margin-left: 90px;
	margin-right: 90px;
}
.navbar.row {
	box-sizing: border-box;
	margin: 0 90px;
	padding-top: 14px;
}
.navbar-brand {line-height: 58px;}
#hero-bloc h1 {
	margin: 0;
	margin-top: -30px;
	margin-bottom: 10px;
	line-height: 60px;
	color: #fff;
	text-shadow: 0 1px 2px rgba(0,0,0,.5);
	font-size: 58px;
}
#hero-bloc h1.logo {
	margin: 0 !important;
	padding: 0 !important;
	line-height: 58px;
}
#hero-bloc h1.logo span {
	position: absolute;
	display: block;
	left: 76px;
	top: 31px;
	color: #696969;
	font-family:'segoe_uiregular', sans-serif;
	font-size: 17px;
	text-shadow: none;
}
#hero-bloc h3 {
	margin: 0;
	font-family:'ClearSansBold', sans-serif;
	font-size: 25px;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,.2);
}
#vr-logo {
	position: absolute;
	top: 86px;
	right: 0;
	left: 0;
	width: 100%;
	height: 86px;
	box-sizing: border-box;
	padding-left: 90px;
	padding-right: 90px;
	background: rgba(25,25,25,.4) url(../img/VR-Logo.png) right 90px center no-repeat;
	background-size: 70px;
}

/*#vr-logo {
	position: absolute;
	top: 86px;
	right: 0;
	left: 0;
	width: 100%;
	height: 66px;
	box-sizing: border-box;
	padding-left: 90px;
	padding-right: 90px;
	padding-top: 0;
	background: #B51700 url(../img/VR-Logo.png) right 90px center no-repeat;
	background-size: 70px;
}*/
/*#vr-logo h3 {
	line-height: 86px;
	margin: 0;
	color: #fff;
	font-family: "ClearSansLight", sans-serif;
	text-transform: uppercase;
}*/
#vr-logo h3 {
	line-height: 86px;
	margin: 0;
	color: rgba(255,255,255,.76);
	font-family: "segoe_uisemibold", sans-serif;
	font-size: 26px;
	text-transform: uppercase;
	text-shadow: 0px 0px 26px rgba(255,255,255,.4);
}

.top-join1 {
	position: absolute;
	right: 90px;
	bottom: 60px;
}
.top-join1 .btn.btn-primary {
	margin: 0;
	padding: 20px 80px 24px;
	font-family: "ClearSansBold", sans-serif;
	letter-spacing: .05em;
}

.fotorama__arr {
    position: absolute;
    width: 32px;
    height: 32px;
    top: 50%;
    margin-top: 35px;
}

/* Buttons */

.btn{
	margin: 0 5px 5px 0;
}
.btn.pull-right{
	margin: 0 0 5px 5px;
}
.btn.btn-primary {
	padding: 17px 27px 21px;
	background: #ACD21B;
	border: 0;
	border-radius: 2px;
	line-height: 20px;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
	background: #103A73;
}

/* Prevent ugly blue glow on chrome and safari */
button{
	outline: none!important;
}
.dropdown a .caret{
	margin:0 0 0 5px}

/* iFrame */
iframe{
	border:0;
}

/* Main Page */
.devices1 {
	position: relative;
	display: block;
	margin: 0;
	height: 98px;
	box-sizing: border-box;
	text-align: center;
	padding-top: 35px;
	font-family: "ClearSansBold", sans-serif;
	font-size: 20px;
	color: #9B9B9B;
}
.devices1 img {
	display: inline-block;
	height: 21px;
	margin: 0 20px;
	vertical-align: middle;
}
.devices1 img:first-child {margin-top: -3px;}
#f4 {
	background: #103A73;
	padding: 50px 45px 20px;
	margin: 0;
	text-align: center;
}
#f4 .container,
#f4 .row {
	margin: 0;
	padding: 0;
	width: 100%;
}
#f4 .row {margin-bottom: 30px;}
#f4 h3,
#f4 h4,
#f4 p {
	color: #fff;
}
#f4 h3 {
	margin: 0;
	margin-bottom: 10px;
	font-family: "ClearSansLight", sans-serif;
}
#f4 img {margin-bottom: 10px;}
#f4 h4 {margin-bottom: 20px;}
#f4 p {
	margin: auto;
	margin-bottom: 0;
	max-width: 560px;
	text-align: justify;
	font-size: 14px;
}
#f4 img {
	width: 60px;
	height: 60px;
}
.wrap.heading {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}
.wrap.heading h1,
.wrap.heading h2,
.wrap.heading h3 {
	margin: 0;
}

/* itemm */
.itemm {
	padding-bottom: 60px;
	padding-top: 30px;
	box-shadow: 0px 1px 2px 0px rgba(128,128,128,0.17);
}
.itemm:nth-child(odd) {
	background: #fafafa;
}
.itemm:nth-child(even) {
	background: #dadada;
}
.itemm .row .row {
	margin-left: 0;
	margin-right: 0;
}
.itemm .col-md-8,
.itemm .col-sm-4 {
    padding-left: 0;
	padding-right: 7px;
}
.itemm .col-md-8.itempic {padding-right: 7px;}
.itemm .itempic,
.itemm .itemthumbs {margin-bottom: 7px;}
.itemm .col-md-8 .itemthumbs {
	padding-right: 0;
	margin-right: -7px;
}
.itemm .col-md-4,
.itemm .col-sm-12 {
	padding-left: 0;
	padding-right: 0;
}
.itemm .itempic img,
.itemm .itemthumbs img {max-width: 100%;}
.itemm .itempic > img {
	margin-bottom: 7px;
}
.itemm .doptions h2 {
	font-size: 32px;
	color: #fff;
	background: #2F3030;
	margin: 0;
	padding: 22px 20px;
	height: 80px;
}

.nocurves .fisheye-top,
.nocurves .fisheye-bottom {display: none;}

.fisheye-top {
	position: absolute;
	left: 0;
	top: 0;
	right: 7px;
	bottom: 0;
	background: url(../img/fisheye-top.png) left top repeat-x;
	background-size: 50%;
}
.fisheye-bottom {
	position: absolute;
	left: 0;
	top: 0;
	right: 7px;
	bottom: 25.2%;
	background: url(../img/fisheye-bottom.png) left bottom repeat-x;
	background-size: 50%;
}
.dopt-btn {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	box-sizing: border-box;
	height: 70px;
	padding: 7px;
	background: #e4e4e4;
}
.dopt-btn a {
	display: block;
	width: 100%;
	margin: auto;
	box-sizing: border-box;
	height: 56px;
	background: #ACD21B url(../img/download2.png) right 25px center no-repeat;
	background: #ACD21B url(../img/download.png) right 25px center no-repeat;
	background-size: 28px;
	line-height: 56px;
	font-size: 26px;
	color: #103A73;
	padding-left: 25px;
	white-space: nowrap;
}
.dopt-btn a:hover,
.dopt-btn a:focus {
	background: #103A73 url(../img/download2.png) right 25px center no-repeat;
	background-size: 28px;
	color: #ACD21B;
}
.dopts {
	position: absolute;
	display: block;
	width: 100%;
    left: 0;
	top: 87px;
	bottom: 70px;
}
.dopt1,
.dopt2,
.dopt3,
.dopt4 {
	position: absolute;
	left: 0;
	box-sizing: border-box;
	display: block;
	width: 100%;
	background: #E4E4E4;
	border-bottom: #fafafa 7px solid;
}
.itemm:nth-child(even) .dopt1,
.itemm:nth-child(even) .dopt2,
.itemm:nth-child(even) .dopt3,
.itemm:nth-child(even) .dopt4 {
	border-bottom: #dadada 7px solid;
}

.dopt1 {top: 0; bottom: 75%;}
.dopt2 {top: 25%; bottom: 50%;}
.dopt3 {top: 50%; bottom: 25%;}
.dopt4 {top: 75%; bottom: 0;}
.dopt1.selected,
.dopt2.selected,
.dopt3.selected,
.dopt4.selected,
.dopt1:hover,
.dopt2:hover,
.dopt3:hover,
.dopt4:hover,
.dopt1:focus,
.dopt2:focus,
.dopt3:focus,
.dopt4:focus {
	background: #103A73;
}
.vacent {
	position: absolute;
	top: 50%;
	left: 20px;
	right: 10px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.vacent label {
	display: block;
}
.vacent select {
	border: 0;
	background: transparent;
	font-family: "ClearSans", sans-serif;
	font-weight: normal;
}
.vacent select option {color: #333; background: #fff;}
.vacent select strong {font-family: "ClearSansBold", sans-serif;}
#d1, #d2, #d3, #d4 {
	margin-top: 10px;
	margin-bottom: 10px;
	height: 23px;
}
#d1 {
	background: url(../img/dev-gear-wh.png) 38px center no-repeat;
	background: url(../img/dev-gear-gr.png) 38px center no-repeat;
	background-size: auto 18px;
}
#d2 {
	background: url(../img/dev-oculus-wh.png) 38px center no-repeat;
	background: url(../img/dev-oculus-gr.png) 38px center no-repeat;
	background-size: auto 23px;
}
#d3 {
	background: url(../img/dev-smphone-wh.png) 38px center no-repeat;
	background: url(../img/dev-smphone-gr.png) 38px center no-repeat;
	background-size: auto 19px;
}
#d4 {
	background: url(../img/dev-vive-wh.png) 38px center no-repeat;
	background: url(../img/dev-vive-gr.png) 38px center no-repeat;
	background-size: auto 23px;
}
#d1 label, #d2 label, #d3 label, #d4 label {
	font-size: 14px;
}

.dopt1.selected .vacent label,
.dopt2.selected .vacent label,
.dopt3.selected .vacent label,
.dopt4.selected .vacent label,
.dopt1:hover .vacent label,
.dopt2:hover .vacent label,
.dopt3:hover .vacent label,
.dopt4:hover .vacent label,
.dopt1:focus .vacent label,
.dopt2:focus .vacent label,
.dopt3:focus .vacent label,
.dopt4:focus .vacent label {
	color: #fff;
}
.dopt1.selected #d1,
.dopt1:hover #d1,
.dopt1:focus #d1 {
	background: url(../img/dev-gear-wh.png) 38px center no-repeat;
	background-size: auto 18px;
}
.dopt2.selected #d2,
.dopt2:hover #d2,
.dopt2:focus #d2 {
	background: url(../img/dev-oculus-wh.png) 38px center no-repeat;
	background-size: auto 23px;
}
.dopt3.selected #d3,
.dopt3:hover #d3,
.dopt3:focus #d3 {
	background: url(../img/dev-smphone-wh.png) 38px center no-repeat;
	background-size: auto 19px;
}
.dopt4.selected #d4,
.dopt4:hover #d4,
.dopt4:focus #d4 {
	background: url(../img/dev-vive-wh.png) 38px center no-repeat;
	background-size: auto 23px;
}
.infoi {
	position: absolute;
	display: block;
	right: 10px;
	top: 10px;
	z-index: 100;
}
.infoi a {display: block;}
.fa.icon-md {font-size: 20px; color: #337ab7;}


.itemm h3 {
	margin: 0;
	margin-bottom: 10px;
	float: left;
}
.itemm .date {
	position: relative;
	float: right;
	font-size: 26px;
    font-family: 'ClearSans', sans-serif;
    color: #9B9B9B;
    margin-bottom: 10px;
}
.itemm .itemtop {position: relative;}
.itemm .itemfeat,
.itemm .itmtext {
	background: #E4E4E4;
	box-sizing: border-box;
}
.row.itembot {
	margin-right: -8px;
	margin-bottom: 7px;
}
.itemm .itmtext {
	margin-left: 7px;
	margin-right: -7px;
}
.row.itembot {
	margin-right: -8px;
	margin-bottom: 7px;
}
.itemm .itmtext {
	margin-left: 7px;
	margin-right: -7px;
}
.itemm .itemfeat .inpad {
	display: block;
	padding: 20px 15px 10px 20px;
	background: #e4e4e4;
}
.itemm .itmtext .inpad {
	padding: 20px 15px 10px 20px;
}
.itemm .itemfeat h5 {
	color: #103A73;
	margin-top: 0;
	margin-bottom: 15px;
}
.itemm .featfeat {
	position: absolute;
	top: 0;
	left: 0;
	width: 80px;
	height: 74.8%;
	z-index: 100;
	background: rgba(47,48,48,.7);
}
.itemm .featfeat0 {
	position: absolute;
	display: block;
	width: 80px;
}
.itemm .featfeat img {
	display: block;
	width: 44px;
	height: 44px;
	margin-top: 20px;
	margin-left: 18px;
}
.itemm .featfeat img:first-child {
	margin-top: 80px;
}
			div.box  {
				height: 40px;
				overflow: hidden;
			}
			div.box.opened
			{
				height: auto;
			}
			div.box .toggle .boxclose,
			div.box.opened .toggle .boxopen
			{
				display: none;
			}
			div.box .toggle .opened,
			div.box.opened .toggle .boxclose
			{
				display: inline;
			}

/* itemm END */

.cta,
.joinb,
.helpb {
	padding-top: 20px;
	padding-bottom: 20px;
}
.joinb,
.helpb {
	text-align: center;
	background: #dadada;
}
.helpb {margin-top: 30px;}
.cta h3 {
	font-size: 23px;
	margin-right: 20px;
	margin-top: 15px;
	margin-bottom: 15px;
	float: left;
}
.cta .btn.btn-primary {
	float: right;
	margin-bottom: 0;
	padding: 20px 30px 24px;
}
.joinb .btn.btn-primary,
.helpb .btn.btn-primary {
	margin: auto;
	padding: 20px 40px 24px;
}
.devices .btn.btn-primary {
	padding: 20px 80px 24px;
}
.free {
	background: #2F3030;
	padding-top: 60px;
	padding-bottom: 50px;
}
.free h2 {
	color: #ACD21B;
	margin-top: 0;
	margin-bottom: 30px;
}
.free .row {
	text-align: center;
	width: 850px;
	margin: auto;
	color: #fff;
}
.free .img-free {
	position: relative;
	display: block;
	max-width: 80%;
	margin: auto;
}
.free .img-free img {max-width: 100%;}
.free .img-free .fisheye-top,
.free .img-free .fisheye-bottom {
	right: 0;
}
.free .img-free .fisheye-bottom {bottom: 0;}

.free h3 {
	margin-bottom: 20px;
	margin-top: 0;
	color: #fff;
}
.free p {
	line-height: 1.4em;
	margin-bottom: 40px;
	border-bottom: 0;
	text-align: center;
	color: #fff;
}
.free p.freelink {
	width: 100%;
	margin: auto;
	margin-bottom: 0;
	margin-top: 0;
	line-height: 38px;
	text-align: center;
}
.free p.freelink a {width: 342px;}
.free a {
	color: #fff;
	text-transform: uppercase;
}
.free a:hover,
.free a:focus {
	color: #fff;
}
.freeopt {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 48%;
	margin-right: 2%;
	min-height: 85px;
	box-sizing: border-box;
}
.freeopt:nth-child(even) {margin-right: 0;}

.freeopt #icongear img.devlogoimg {
	height: 17px;
}
.freeopt #iconoculus img.devlogoimg {
	height: 21px;
}
.freeopt #iconsmphone img.devlogoimg {
	height: 18px;
}
.freeopt #iconvive img.devlogoimg {
	height: 21px;
}

.devices {
	background: #0A2020 url(../img/gear_background.jpg) center center no-repeat;
	background-size: cover;
	padding-bottom: 70px;
}
.devices .row {
	text-align: center;
}
.devices h2 {
	margin-top: 70px;
	margin-bottom: 64px;
	color: #fff;
	text-align: center;
}
.devices .cdev {
	position: relative;
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 20%;
	margin-right: 50px;
	min-height: 100px;
	box-sizing: border-box;
	margin-bottom: 60px;
}
.devices .cdev:last-child {
	margin-right: 0;
}
.devices .cdev a {
	display: block;
	margin-bottom: 30px;
	color: #fff;
}
.devices .cdev a:hover img.cdevpic {
	opacity: .85;
}
.devices .cdev p {
	color: #fff;
	text-shadow: 1px 1px 1px #000;
}
.devices .cdev .cdevpic {
	width: 100%;
	margin-bottom: 18px;
}
.devices .cdev .cdevlogo {
	margin: auto;
}
.devices #cdevgear img.cdevlogo {
	height: 17px;
}
.devices #cdevoculus img.cdevlogo {
	height: 21px;
}
.devices #cdevsmphone img.cdevlogo {
	height: 18px;
}
.devices #cdevvive img.cdevlogo {
	height: 21px;
}


/* footer */

.bfoot {
	margin-bottom: 30px;
	text-align: left;
	font-size: 14px;
}
.bfoot h3 {
	text-align: left;
	margin-top: 0;
	margin-bottom: 30px;
}
.bfoot ul {
	margin: 0;
	margin-left: 20px;
	padding: 0;
}
.bfoot li {margin-bottom: 10px;}
.bfoot li span {color: #c44443;}
.bfoot p.signt {
	text-align: right;
	color: #103A73;
}

footer.wrap {
	padding: 60px 10%;
	background: #fff;
	text-align: center;
}
.memberlinks .btn {
	width: 48%;
	float: left;
	margin-left: 1%;
	margin-right: 1%;
	padding: 20px 27px 24px;
}
.memberlinks .btn-primary.btn-flogin {background: #103A73;}
.memberlinks .btn-primary.btn-fjoin {background: #c44443;}
.memberlinks .btn-primary.btn-fsupport {background: #c3c0c0;}
.memberlinks .btn-primary.btn-fabout {background: #a3a1a1;}
.memberlinks .btn-primary.btn-flogin:hover,
.memberlinks .btn-primary.btn-fjoin:hover,
.memberlinks .btn-primary.btn-fsupport:hover,
.memberlinks .btn-primary.btn-fabout:hover,
.memberlinks .btn-primary.btn-flogin:focus,
.memberlinks .btn-primary.btn-fjoin:focus,
.memberlinks .btn-primary.btn-fsupport:focus,
.memberlinks .btn-primary.btn-fabout:focus {
	background: #333;
}
.social {
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
.social a {
	display: block;
	float: left;
	width: 25%;
	text-align: center;
}
.social a img {max-width: 100%;}
.purchase-headset {
	padding: 25px 30px;
	background: #E4E4E4;
	margin-bottom: 30px;
}
.purchase-headset h3 {
	margin-top: 0;
	margin-bottom: 20px;
}
.tenets_data {
    border: 2px solid #e7e7e7;
    padding: 26px 18px 8px 18px;
}

/* footer END */

.break1 {display: none;}

/* scroll fixes */
.modal-open .modal {
  padding-left: 0px !important;
  padding-right: 0px !important;
  overflow-y: scroll;
}
.modal-header {min-height: 50px;}
.modal-body {padding: 20px 45px 40px;}

/* Clear sans */

@font-face {
	    font-family: 'ClearSans';
	    src: url('../fonts/ClearSans-Regular.eot');
	    src: url('../fonts/ClearSans-Regular.eot?iefix') format('eot'),
	         url('../fonts/ClearSans-Regular.woff') format('woff'),
	         url('../fonts/ClearSans-Regular.ttf') format('truetype'),
	         url('../fonts/ClearSans-Regular.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
@font-face {
	    font-family: 'ClearSansMedium';
	    src: url('../fonts/ClearSans-Medium.eot');
	    src: url('../fonts/ClearSans-Medium.eot?iefix') format('eot'),
	         url('../fonts/ClearSans-Medium.woff') format('woff'),
	         url('../fonts/ClearSans-Medium.ttf') format('truetype'),
	         url('../fonts/ClearSans-Medium.svg#webfontZam02nTh') format('svg');
	    font-weight: 500;
	    font-style: normal; }
@font-face {
	    font-family: 'ClearSansBold';
	    src: url('../fonts/ClearSans-Bold.eot');
	    src: url('../fonts/ClearSans-Bold.eot?iefix') format('eot'),
	         url('../fonts/ClearSans-Bold.woff') format('woff'),
	         url('../fonts/ClearSans-Bold.ttf') format('truetype'),
	         url('../fonts/ClearSans-Bold.svg#webfontZam02nTh') format('svg');
	    font-weight: bold;
	    font-style: normal; }
@font-face {
	    font-family: 'ClearSansLight';
	    src: url('../fonts/ClearSans-Light.eot');
	    src: url('../fonts/ClearSans-Light.eot?iefix') format('eot'),
	         url('../fonts/ClearSans-Light.woff') format('woff'),
	         url('../fonts/ClearSans-Light.ttf') format('truetype'),
	         url('../fonts/ClearSans-Light.svg#webfontZam02nTh') format('svg');
	    font-weight: 300;
	    font-style: normal; }
@font-face {
    font-family:'segoe_uisemibold';
    src: url('../fonts/seguisb_0-webfont.eot');
    src: url('../fonts/seguisb_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/seguisb_0-webfont.woff') format('woff'),
         url('../fonts/seguisb_0-webfont.ttf') format('truetype'),
         url('../fonts/seguisb_0-webfont.svg#segoe_uisemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family:'segoe_uiregular';
    src: url('../fonts/segoeui_0-webfont.eot');
    src: url('../fonts/segoeui_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/segoeui_0-webfont.woff') format('woff'),
         url('../fonts/segoeui_0-webfont.ttf') format('truetype'),
         url('../fonts/segoeui_0-webfont.svg#segoe_uiregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* pages */

.noh {height: 172px;}
.moditems {
	display: block;
}
.moditem,
.modpic,
.moddata {
	display: block;
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 30px;
}
.moditem:nth-child(3n+3) {margin-right: 0;}
.modpic {
	width: 31.666666%;
	margin-top: 40px;
	margin-right: 3%;
}
.moddata {
	width: 65.333333%;
	margin-right: 0;
	margin-top: 40px;
}
.moditem img,
.modpic img {
	width: 100%;
	max-width: 100%;
}
.moditem h4 {font-size: 16px;}
.moditem div {
	float: left;
	width: 30%;
	font-size: 12px;
}
.moditem div.godate {width: 40%;}
.moditem div.gocomments {text-align: center;}
.moditem div.gocomments a {color: #333;}
.moditem div.gocomments a:hover,
.moditem div.gocomments a:focus {color: #23527c;}
.moditem div.gorating {float: right; text-align: right;}

.moddata h2 {margin-top: -10px;}
.moddata h4 {
	color: #103A73;
}
.rating-mp p {
	font-size: 28px;
	font-weight: bold;
	color: #113a73;
	margin-left: 10px;
}
.rating-mp ul,
.rating-mp li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.rating-mp li {float: left;}
.rating-mp p {float: left;}
.moddata dt {
	color: #c44443;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.moddata dd {
	margin-bottom: 10px;
}

.nav-pills {
	float: left;
	margin: 20px 0 30px 0;
	padding-left: 0;
    list-style: none;
}
.nav-pills > li {
	position: relative;
    display: block;
    margin-top: 0;
    float: left;
    font-size: 16px;
}
.nav-pills > li > a {
	position: relative;
    display: block;
    font-family: 'segoe_uiregular', sans-serif;
    font-size: 16px;
    background: #c44443;
    color: #fff;
    border-radius: 0;
    padding: 10px 12px;
}
.nav-pills > li > a:hover,
.nav-pills > li > a:focus {
    text-decoration: none;
    background-color: #333;
    color: #fff;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus{
	background: #103A73;
	color: #fff;
}
.pagg {float: right; margin: 20px 0 30px 0;}
.pagination {
	margin: 0;
	margin-top: 4px;
	border-radius: 0;
}
.pagination > li > a,
.pagination > li > span {
    color: #c44443;
    background-color: #fff;
    border: 1px solid #999;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #fff;
    background-color: #c44443;
    border-color: #c44443;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    color: #fff;
    background-color: #103A73;
    border-color: #337ab7;
}
.row.moditems + .row .nav-pills,
.row.moditems + .row .pagg {margin-top: 0;}

.btn-small-blue,
.btn-small-red {
	border-radius: 2px;
	color: #fff;
	font-size: 14px;
}
.btn-small-blue {background: #103A73;}
.btn-small-red {background: #c44443;}
.btn-small-blue:hover,
.btn-small-red:hover,
.btn-small-blue:focus,
.btn-small-red:focus {
	background: #333;
	color: #fff;
}

h4.list {
    margin: 20px 0;
    color: #103A73;
}
h4.list:first-child {margin-top: -10px;}
p.list {margin-left: 37px;}
h4.list span {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: transparent;
    color: #103A73;
    line-height: 45px;
    font-size: 26px;
    text-align: center;
    vertical-align: baseline;
}
@media (min-width: 992px) {
	.cardboard-guide .col-md-6 .list {
		padding-right: 15%;
	}
}

#fpills .nav-pills {margin-top: 30px;}
#fpills.fpils2 .nav-pills {margin-top: 0;}
#faq h2,
#thelp h2 {margin-bottom: 30px; margin-top: 0;}
.afaqdiv {display: none;}
.faq-list,
.faq-list li {
	padding: 0;
	margin: 0;
	list-style: none;
}
.faq-list li {
	background: #dadada;
	border-radius: 2px;
	margin-bottom: 20px;
}
.faq-list li a.afaq {
	display: block;
	padding: 20px 30px;
	font-size: 16px;
	font-family:'segoe_uisemibold';
	text-decoration: underline;
}
.faq-list li .afaqdiv {
	padding: 0 30px 20px;
}
#thelp p {margin-bottom: 30px;}

.btn.btn-choose {
	display: block !important;
	float: none !important;
	margin: 0 !important;
	padding: 0 !important;
	background-color: transparent !important;
	font-size: 14px !important;
}
.btn.btn-choose:hover,
.btn.btn-choose:focus {
	color: #ACD21B !important;
}
.btn.btn-choose.active {
    background-image: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #ACD21B !important;
}
div.stars-default {display: inline-block;}
.inpad h5 span {vertical-align: middle;}


/* = Mobile adjustments
-------------------------------------------------------------- */
@media (min-width: 1690px) {
	.itemfeat,
	.itmtext {max-height: 200px;}
	.btn.btn-choose {
    	font-size: 16px !important;
	}
	#d1, #d2, #d3, #d4 {
    	height: 30px;
	}
	#d1 {
		background: url(../img/dev-gear-wh.png) 38px center no-repeat;
		background: url(../img/dev-gear-gr.png) 38px center no-repeat;
		background-size: auto 23px;
	}
	#d2 {
		background: url(../img/dev-oculus-wh.png) 38px center no-repeat;
		background: url(../img/dev-oculus-gr.png) 38px center no-repeat;
		background-size: auto 30px;
	}
	#d3 {
		background: url(../img/dev-smphone-wh.png) 38px center no-repeat;
		background: url(../img/dev-smphone-gr.png) 38px center no-repeat;
		background-size: auto 25px;
	}
	#d4 {
		background: url(../img/dev-vive-wh.png) 38px center no-repeat;
		background: url(../img/dev-vive-gr.png) 38px center no-repeat;
		background-size: auto 30px;
	}
	.dopt1.selected #d1,
	.dopt1:hover #d1,
	.dopt1:focus #d1 {
		background: url(../img/dev-gear-wh.png) 38px center no-repeat;
		background-size: auto 23px;
	}
	.dopt2.selected #d2,
	.dopt2:hover #d2,
	.dopt2:focus #d2 {
		background: url(../img/dev-oculus-wh.png) 38px center no-repeat;
		background-size: auto 30px;
	}
	.dopt3.selected #d3,
	.dopt3:hover #d3,
	.dopt3:focus #d3 {
		background: url(../img/dev-smphone-wh.png) 38px center no-repeat;
		background-size: auto 25px;
	}
	.dopt4.selected #d4,
	.dopt4:hover #d4,
	.dopt4:focus #d4 {
		background: url(../img/dev-vive-wh.png) 38px center no-repeat;
		background-size: auto 30px;
	}

}
@media (min-width: 1800px) {
	.btn.btn-choose {
    	font-size: 20px !important;
	}
	.itembot .inpad p {font-size: 20px;}
}

@media (max-width: 1335px) {
	.itemm .itemfeat h5,
	.itemm .itemfeat h5:first-child {
		margin-bottom: 12px;
	}
	.memfavadd {bottom: 15px;}
	.btn.btn-choose {
		font-size: 12px !important;
		line-height: 1.2em !important;
	}
}
@media (max-width: 1299px) {
	.cta h3 {font-size: 20px;}
    #d1, #d2, #d3, #d4 {margin-bottom: 6px;}
}
@media (max-width: 1279px) {
	.itemm .doptions h2 {
		font-size: 26px;
		line-height: 36px;
	}
	.vacent select {font-size: 13px;}
	.itemm .itemfeat h5,
	.itemm .itemfeat h5:first-child {
		margin-bottom: 10px;
	}
}
@media (max-width: 1199px) {
	#d1, #d2, #d3, #d4 {margin-bottom: 2px;}
	.cta {text-align: center;}
	.cta h3 {float: none;}
	.cta .btn.btn-primary {float: none;}
	.devices .cdev {width: 40%;}
	.devices .cdev:nth-child(3) {margin-right: 0;}
	.devices .cdev .cdevpic {
		max-width: 200px;
		margin-left: auto;
		margin-right: auto;
		display: block;
		clear: both;
	}
	.devices .infoi {
	    right: 50%;
	    margin-right: -10px;
	}
	.itemm .itemfeat h5,
	.itemm .itemfeat h5:first-child {
		margin-bottom: 8px;
	}
}
@media (max-width: 1099px) {
	.itemm .doptions h2 {
		font-size: 20px;
		padding: 12px;
		height: 50px;
		line-height: 26px;
	}
	.dopts {
		top: 57px;
		bottom: 50px;
	}
	.vacent {left: 12px;}
	.dopt-btn {
		padding-top: 0;
		padding-bottom: 0;
		height: 50px;
	}
	.dopt-btn a {
		height: 50px;
		line-height: 50px;
	}
	div.box {
		height: 36px;
		line-height: 1.2em;
	}
	.itemm .itemfeat h5 {font-size: 14px;}
	.itemm .itemfeat .inpad,
	.itemm .itmtext .inpad {padding-bottom: 4px;}
	.memfavadd {bottom: 10px;}
}
@media (max-width: 1024px) {
	.top-join1 {
    	right: 35px;
	}
   	.wrap{
        padding-left: 20px;
        padding-right: 20px;
    }
    #hero-bloc .v-center {
	    margin-left: 30px;
	    margin-right: 30px;
    }
    .navbar.row {
	    margin: 0 40px;
	}
	#vr-logo {
		padding-left: 5%;
		padding-right: 5%;
		background: background: rgba(25,25,25,.4) url(../img/VR-Logo.png) right 5% center no-repeat;
		background-size: 70px;
	}
	.container {
		width: 90%;
	}
	footer.wrap {
    	padding: 40px 5%;
    }
}
@media (max-width: 991px) {
	#hero-bloc h1.logo span {left: 116px;}
    .navbar-header {
    	float: none;
	    padding-bottom: 14px;
    }
    .navbar-toggle {
    	display: block;
		margin: 15px 36px 0 0;
		border: 0px;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {display: none!important;}
    .navbar-nav {float: none!important;}
    .navbar-nav>li {float: none;}
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in {display: block!important;}
    .collapsing {overflow: hidden!important;}

  	.navbar .nav{
        padding-top: 0;
        border-top:1px solid rgba(0,0,0,.2);
        float:none!important;
    }
    .navbar.row{
        margin-left: 0;
        margin-right: 0;
    }
    .site-navigation{
	   position:inherit;
	   transform:none;
	   -webkit-transform:none;
	   -ms-transform:none;
    }
    .nav > li{
        margin-top: 0;
        border-bottom:1px solid rgba(0,0,0,.1);
        background:rgba(0,0,0,.05);
        text-align: left;
        width:100%;
    }
    .nav > li:hover{background:rgba(0,0,0,.2);}
    #hero-bloc .navbar .nav{background:#103A73;}
    #hero-bloc .navbar .nav a{color:rgba(255,255,255,.8);}
    .hero-nav{
	   left:-1px;
	   right:-1px;
    }
    .navbar-collapse{
        padding:0;
        overflow-x: hidden;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-brand img{
        margin-left: 40px;
    }
    .nav-invert .navbar-header{
        float: none;
        width:100%;
    }
    .nav-invert .navbar-toggle{
        float:left;
    }
    .nav > li {
    	width: 100%;
    	max-width: 100%;
    }
    .nav.nav-pills > li {
    	width: auto;
    	max-width: inherit;
    }
    .nav > li > a {
    	position: relative;
    	display: block;
    	padding: 12px 40px;
    	width: 100%;
	}
	.top-join {
		right: 100px;
		top: 22px;
	}

	.moditem {width: 49%;}
	.moditem:nth-child(3n+3) {margin-right: 2%;}
	.moditem:nth-child(2n+2) {margin-right: 0;}

	.memberlinks .btn {font-size: 16px;}
}
@media (max-width: 991px) {
	#hero-bloc h1 {
		font-size: 42px;
		line-height: 1.2em;
	}
	#vr-logo h3 {font-size: 20px;}
	.devices1 {
		font-size: 16px;
		height: 78px;
		padding-top: 25px;
	}
	.devices1 img {
	    height: 17px;
		margin: 0 12px;
	}
	.itemm {padding-bottom: 40px;}
	.itemm .doptions {height: auto !important;}
	.itemm .doptions h2 {margin-bottom: 7px;}
	.dopts {
    	position: relative;
		left: auto;
		top: auto;
		bottom: auto;
	}
	.dopt1, .dopt2, .dopt3, .dopt4 {
    	position: relative;
		left: auto;
		top: auto !important;
		bottom: auto !important;
		margin-bottom: 7px !important;
		border-bottom: 0;
	}
	.itemm:nth-child(even) .dopt1, .itemm:nth-child(even) .dopt2, .itemm:nth-child(even) .dopt3, .itemm:nth-child(even) .dopt4 {
    	border-bottom: 0;
	}
	.vacent {
    	position: relative;
		top: auto;
		left: auto;
		right: auto;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		padding: 12px 20px;
		border-bottom: 0;
	}
	.dopt-btn {
    	position: relative;
    	bottom: auto;
    	left: auto;
    	display: block;
    	width: 300px;
    	box-sizing: border-box;
    	height: 70px !important;
    	margin: 0;
    	margin-bottom: 7px;
    	padding: 0;
    	float: right;
	}
	.dopt-btn a {
    	height: 70px;
    	line-height: 70px;
	}
	div.box {
    	height: auto !important;
    	overflow: auto;
		padding-bottom: 15px;
		margin-top: 35px;
    }
    .readmore {display: none;}
    .itemm .itemfeat h5:first-child {margin-bottom: 15px;}
	.itemm .itemfeat h5 {font-size: 16px;}
	.itemm .itemfeat .inpad h5,
	.itemm .itemfeat .inpad h5 + h5,
	.itemm .itemfeat .inpad h5 + h5 + h5,
	.itemm .itemfeat .inpad h5 + h5 + h5 + h5 {float: left; clear: left;}
	.members .itemm .itemfeat .inpad h5 + h5 {float: right; clear: right;}
	.free .row {
    	width: 100%;
	}
	.freeopt #icongear img.devlogoimg {
		height: 15px;
	}
	.freeopt #iconoculus img.devlogoimg {
		height: 18px;
	}
	.freeopt #iconsmphone img.devlogoimg {
		height: 16px;
	}
	.freeopt #iconvive img.devlogoimg {
		height: 18px;
	}
	.free p.freelink a {
    	width: 300px;
	}
	.itemm .featfeat img:first-child {
		margin-top: 30px;
	}
	.itemm .col-md-8.itempic,
	.itemthumbs .col-sm-4:last-child {
    	padding-right: 0;
	}
	.itemthumbs .col-sm-4:last-child {
		padding-left: 5px;
	}
	.itemthumbs .col-sm-4:nth-child(2) {
		padding-left: 2.5px;
		padding-right: 2.5px;
	}
	.itemthumbs .col-sm-4:first-child {
		padding-right: 5px;
	}
	.itemm .col-md-8 .itemthumbs {
    	margin-right: 0;
	}
	.fisheye-top,
	.fisheye-bottom {
		right: 0;
	}
	.break1 {
    	display: block;
	    margin-bottom: 30px;
    }
    .break1:before,
    .break1:after {
	   display: table;
	   content: " ";
    }
    .break1:after {
	    clear: both;
    }
    .itemm .itemfeat {
	    margin-bottom: 15px;
    }
    .memfavadd {
		position: relative;
		display: block;
		right: auto;
		bottom: auto;
		float: right;
		text-align: right;
		clear: right;
		margin-top: -10px;
	}
	.memfavadd .btn {margin-right: 0;}

	.row.itembot {
		margin-right: -15px;
	}
	.itemm .itmtext {
		margin-left: 0;
		margin-right: 0;
	}
	.mainpag .pagg,
	.mainpag .nav-pills {margin-top: 10px;}
	.btn.btn-choose {
		font-size: 14px !important;
		line-height: 1.4em !important;
	}

}
@media (max-width: 768px) {
    .b-parallax{background-attachment:scroll;}
    .page-container, #hero-bloc{overflow-x: hidden;position: relative;} /* Prevent unwanted side scroll on mobile */
}
@media (max-width: 767px) {
	.container{width:96%;}
	.row {
    	margin-right: 0;
    	margin-left: 0;
	}
    .page-container{
        overflow-x: hidden;
        position:relative;
    }
    .wrap{
        padding-left: 0;
        padding-right: 0;
    }
    .b-parallax{
        background-attachment:scroll;
    }

    .navbar .nav{
        padding-top: 0;
        border-top:1px solid rgba(0,0,0,.2);
        float:none!important;
    }
    .navbar.row{
        margin-left: 0;
        margin-right: 0;
        padding-top: 8px;
    }
    .site-navigation{
	   position:inherit;
	   transform:none;
	   -webkit-transform:none;
	   -ms-transform:none;
    }
    .hero{
        padding:50px 0;
    }
    #hero-bloc h1.logo {
	    line-height: 38px;

    }
    .navbar-brand {
    	height: 46px;
    	line-height: 38px;
    	width: 100%;
    }
    .navbar-brand img{
        max-height: 38px;
        width:auto;
        margin-left: 15px;
        margin-top: 8px;
    }
    #hero-bloc h1.logo span {
    	left: 65px;
    	top: 28px;
	    font-size: 12px;
    }
    .top-join {
	    right: 65px;
	    top: 15px;
    }
    .container.hero-nav {
    	position: absolute;
	    height: 70px;
	}
    .navbar-toggle {
    	position: absolute;
		right: 0;
		top: 0;
		margin: 15px 10px 0 0;
	}
    .navbar-collapse{
        padding:0;
        overflow-x: hidden;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .nav-invert .navbar-header{
        float: none;
        width:100%;
    }
    .nav-invert .navbar-toggle{
        float:left;
    }
    .btn.pull-left, .btn.pull-right{
       float:none!important;
    }
    .btn-dwn{
       display:none;
    }
    form{
        padding:0;
    }
    .close-lightbox{
        display:inline-block;
    }
    .video-bg-contianer{
        display:none;
    }
    #vr-logo {

    	height: 50px;
    	top: 70px;
    	padding-left: 15px;
    	padding-right: 15px;
    	background: rgba(25,25,25,.4) url(../img/VR-Logo.png) right 15px center no-repeat;
    	background-size: 50px;
	}
	#vr-logo h3 {
	    line-height: 50px !important;
	    margin-right: 70px;
	}
	#hero-bloc {
		padding: 0;
		background: url(../img/vr-slides/s1.jpg) center top no-repeat;
		background-size: cover;
	}
	#hero-bloc.noh {
		padding: 0;
		background: transparent;
		background-image: none;
		height: 120px;
		max-height: 120px !important;
		overflow: visible;
	}
	#hero-bloc,
	.fotorama {
		margin-top: 0;
		max-height: 320px !important;
	}
	.fotorama {
		display: none;
	}
	.fotorama__arr {
		display: none !important;
	}
	#hero-bloc .v-center {
    	margin: 0;
    	margin-top: 86px;
    	height: 214px;
    	padding: 0;
	}
	#hero-bloc h1 {
    	font-size: 26px;
    	line-height: 1.2em;
	}
	#hero-bloc h3 {
    	font-size: 16px;
    	line-height: 1.2em;
	}
	.top-join1 {
    	right: 15px;
    	bottom: 10px;
    	font-size: 14px;
	}
	.btn.btn-primary {
    	padding: 12px 30px 16px;
	}
	.devices1 {padding-top: 20px; padding-bottom: 20px; box-sizing: border-box; height: 98px;}
	.devices1 span {
		display: block;
		margin: auto;
		margin-bottom: 10px;
	}
	.break1 {
    	margin-bottom: 0;
	}
	#f4 {padding: 30px 15px 0px;}
    #f4 .row {margin-bottom: 0;}
    #f4 h3 {
	    margin-bottom: 30px;
	}
	#f4 .col-sm-6 {
		margin-bottom: 30px;
	}
	.itemm {
    	padding-bottom: 20px;
	}
	.itemm h3 {
		float: none;
	}
	.itemm .date {
		float: none;
		text-align: left;
		font-size: 16px;
	}
	.fisheye-bottom {
    	bottom: 0;
	}
	.itemm .featfeat {
    	height: 100%;
	}
	.row.itembot {
		margin-right: 0;
	}
	.itemm .itemfeat .inpad, .itemm .itmtext .inpad {
    	padding: 10px 0 0;
	}

    .itemm .itemfeat,
    .itemm .itemfeat .inpad,
    .itemm .itmtext {background: transparent;}
    .itemm .itemfeat {margin-bottom: 0;}
    .itemm .itemfeat .inpad {
    	padding: 20px 0 10px 0;
    }

    .box5 {
	    clear: both;
	    display: block;
	    height: auto;
	    margin-top: 16px;
    }
    .itemthumbs {display: none;}
    .freeopt {width: 100%;}
    /*.freeopt {display: none;}
    .freeopt:nth-child(3) {display: block;}*/
    .free {
	    padding-top: 30px;
		padding-bottom: 16px;
	}
	.cta h3 {
    	margin-right: 0;
    }
    .itemm .featfeat {
		width: 55px;
	}
	.itemm .featfeat img {
		display: block;
		width: 29px;
		height: 29px;
		margin-top: 17px;
		margin-left: 13px;
	}

	.modpic,
	.moddata {
		float: none;
		width: 100%;
		margin-right: 0;
	}
	.modpic {text-align: center;}
	.moddata {
		margin-bottom: 10px;
	}
	.modpic img {
		width: 100%;
		max-width: 400px;
	}
	.moddata h2 {font-size: 26px;}
	.rating-mp p {font-size: 20px;}
	.rating-mp ul img {max-width: 20px;}
	.model-actions {text-align: center;}
	.model-actions btn {display: inline-block;}
	.joinb .btn.btn-primary,
	.helpb .btn.btn-primary {
		width: 100%;
		max-width: 500px;
	}
}
@media (max-width: 680px) {
	.moditem div {width: 100% !important;}
	.moditem div.gocomments {text-align: left;}
	.moditem div.gorating {float: left; text-align: left;}
	.nav-pills {
    	float: none;
    	height: 47px;
		margin: 20px auto 30px auto;
		text-align: center;
	}
	.nav-pills > li {
		display: inline-block;
		float: none;
	}
	.pagg {
    	float: none;
		margin: 20px auto;
		text-align: center;
	}
	.mainpag .pagg,
	.mainpag .nav-pills {margin-top: 0;}
}
@media (max-width: 545px) {
	.top-join {display: none;}
	.memberlinks .btn {font-size: 16px; padding-left: 10px; padding-right: 10px;}
}
@media (max-width: 515px) {
	.moditem {width: 100%; margin-right: 0;}
	.moditem img {width: 100%;}
	.moditem:nth-child(3n+3) {margin-right: 0;}
	.itemm .itemfeat .inpad h5,
	.itemm .itemfeat .inpad h5 + h5 + h5,
	.itemm .itemfeat .inpad h5 + h5,
	.itemm .itemfeat .inpad h5 + h5 + h5 + h5 {float: none;}
	.memfavadd {
		float: none;
		text-align: left;
		clear: both;
		margin-top: 0;
	}
	#fpills .nav-pills > li > a {
	    font-size: 14px;
	}
}
@media (max-width: 425px) {
	.navbar-nav {
    	margin: 0;
	}
	.top-join1 {
    	right: 50%;
    	margin-right: -140px;
	}
	#f4 .col-sm-6 {padding: 0;}
	.bfoot .col-md-6.col-sm-12 {padding: 0;}
	.devices {
    	background: #0A2020;
    	background-image: none;
    	padding-bottom: 40px;
	}
	.devices1 {
		width: 280px;
		margin: auto;
		padding-top: 10px;
	}
	.devices1 span {margin-bottom: 6px; padding: 0;}
	.devices1 img {margin-bottom: 10px; padding: 0;}
	.devices .cdev {
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}
	.devices h2 {
		font-size: 26px;
		margin-top: 40px;
		margin-bottom: 30px;
	}
	.dopt-btn {
    	width: 100%;
	}
	.itemm .featfeat img:first-child {
		margin-top: 18px;
	}
	footer.wrap {
    	padding: 40px 2%;
	}

	footer .pull-right.text-right,
	footer .pull-left.text-left {
		text-align: center;
		float: none !important;
	}
	.nav-pills > li > a {
	    font-size: 14px;
	}
	#fpills .nav-pills {
	    height: auto;
	    margin-bottom: 30px;
	}
	#fpills .nav-pills li {
		width: 100%;
		max-width: 100%;
		margin-bottom: 4px;
	}
	#fpills .nav-pills > li + li {
    	margin-left: 0;
	}
	#faq h2,
	#thelp h2,
	.wrap.heading h2,
	.free h2 {font-size: 26px;}

}
@media (max-width: 320px) {
	#hero-bloc h1.logo span {font-size: 10px;}
	#hero-bloc h1 {font-size: 20px;}
	.dopt-btn {width: 100%;}

}

